| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 'harmony/destructuring': [FAIL], | 824 'harmony/destructuring': [FAIL], |
| 825 'harmony/regress/regress-4482': [FAIL], | 825 'harmony/regress/regress-4482': [FAIL], |
| 826 'harmony/reflect': [FAIL], | 826 'harmony/reflect': [FAIL], |
| 827 'harmony/generators': [FAIL], | 827 'harmony/generators': [FAIL], |
| 828 'harmony/iterator-close': [FAIL], | 828 'harmony/iterator-close': [FAIL], |
| 829 'regress/regress-572589': [FAIL], | 829 'regress/regress-572589': [FAIL], |
| 830 'harmony/reflect-construct': [FAIL], | 830 'harmony/reflect-construct': [FAIL], |
| 831 'es6/promises': [FAIL], | 831 'es6/promises': [FAIL], |
| 832 'deserialize-optimize-inner': [FAIL], | 832 'deserialize-optimize-inner': [FAIL], |
| 833 | 833 |
| 834 # TODO(rmcilroy,4680): Check failed in | 834 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. |
| 835 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 835 # the line numbers in the stack trace are incorrect. In debug mode somehow |
| 836 'regress/regress-crbug-429159': [FAIL], | 836 # does not get flagged as a failure. |
| 837 | |
| 838 # TODO(rmcilroy,4680): Pass on debug, fail on release. | |
| 839 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 837 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
| 840 | 838 |
| 841 # TODO(rmcilroy,4680): Test assert failures. | 839 # TODO(rmcilroy,4680): Test assert failures. |
| 842 'array-literal-feedback': [FAIL], | 840 'array-literal-feedback': [FAIL], |
| 843 'undetectable-compare': [FAIL], | 841 'undetectable-compare': [FAIL], |
| 844 'debug-liveedit-2': [FAIL], | 842 'debug-liveedit-2': [FAIL], |
| 845 'compiler/deopt-tonumber-compare': [FAIL], | 843 'compiler/deopt-tonumber-compare': [FAIL], |
| 846 'es6/string-search': [FAIL], | 844 'es6/string-search': [FAIL], |
| 847 'es6/mirror-collections': [FAIL], | 845 'es6/mirror-collections': [FAIL], |
| 848 'es6/regress/regress-468661': [FAIL], | 846 'es6/regress/regress-468661': [FAIL], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 # Tests taking too long. | 895 # Tests taking too long. |
| 898 'array-functions-prototype-misc': [SKIP], | 896 'array-functions-prototype-misc': [SKIP], |
| 899 'strong/implicit-conversions': [SKIP], | 897 'strong/implicit-conversions': [SKIP], |
| 900 'strong/load-element-mutate-backing-store': [SKIP], | 898 'strong/load-element-mutate-backing-store': [SKIP], |
| 901 | 899 |
| 902 # Stack overflow. | 900 # Stack overflow. |
| 903 'big-array-literal': [SKIP], | 901 'big-array-literal': [SKIP], |
| 904 }], # 'gcov_coverage' | 902 }], # 'gcov_coverage' |
| 905 | 903 |
| 906 ] | 904 ] |
| OLD | NEW |