| 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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 855 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 856 'regress/regress-crbug-429159': [FAIL], | 856 'regress/regress-crbug-429159': [FAIL], |
| 857 | 857 |
| 858 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 858 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
| 859 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 859 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
| 860 | 860 |
| 861 # TODO(rmcilroy,4680): Test assert failures. | 861 # TODO(rmcilroy,4680): Test assert failures. |
| 862 'array-literal-feedback': [FAIL], | 862 'array-literal-feedback': [FAIL], |
| 863 'undetectable-compare': [FAIL], | 863 'undetectable-compare': [FAIL], |
| 864 'debug-liveedit-2': [FAIL], | 864 'debug-liveedit-2': [FAIL], |
| 865 'compiler/deopt-tonumber-compare': [FAIL], | |
| 866 'es6/string-search': [FAIL], | 865 'es6/string-search': [FAIL], |
| 867 'es6/mirror-collections': [FAIL], | 866 'es6/mirror-collections': [FAIL], |
| 868 'es6/regress/regress-468661': [FAIL], | 867 'es6/regress/regress-468661': [FAIL], |
| 869 'harmony/string-replace': [FAIL], | 868 'harmony/string-replace': [FAIL], |
| 870 'harmony/string-match': [FAIL], | 869 'harmony/string-match': [FAIL], |
| 871 'harmony/string-split': [FAIL], | 870 'harmony/string-split': [FAIL], |
| 872 'regress/regress-2618': [FAIL], | 871 'regress/regress-2618': [FAIL], |
| 873 'regress/regress-4121': [FAIL], | 872 'regress/regress-4121': [FAIL], |
| 874 'regress/regress-4266': [FAIL], | 873 'regress/regress-4266': [FAIL], |
| 875 'harmony/simd': [FAIL], | 874 'harmony/simd': [FAIL], |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 # Tests taking too long. | 916 # Tests taking too long. |
| 918 'array-functions-prototype-misc': [SKIP], | 917 'array-functions-prototype-misc': [SKIP], |
| 919 'strong/implicit-conversions': [SKIP], | 918 'strong/implicit-conversions': [SKIP], |
| 920 'strong/load-element-mutate-backing-store': [SKIP], | 919 'strong/load-element-mutate-backing-store': [SKIP], |
| 921 | 920 |
| 922 # Stack overflow. | 921 # Stack overflow. |
| 923 'big-array-literal': [SKIP], | 922 'big-array-literal': [SKIP], |
| 924 }], # 'gcov_coverage' | 923 }], # 'gcov_coverage' |
| 925 | 924 |
| 926 ] | 925 ] |
| OLD | NEW |