| 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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 'es6/regress/regress-4522': [FAIL], | 871 'es6/regress/regress-4522': [FAIL], |
| 872 'es6/regress/regress-cr493566': [FAIL], | 872 'es6/regress/regress-cr493566': [FAIL], |
| 873 'harmony/regress/regress-4395': [FAIL], | 873 'harmony/regress/regress-4395': [FAIL], |
| 874 'regress/regress-4525': [FAIL], | 874 'regress/regress-4525': [FAIL], |
| 875 'regress/regress-4521': [FAIL], | 875 'regress/regress-4521': [FAIL], |
| 876 | 876 |
| 877 # TODO(rmcilroy,4680): Check failed in | 877 # TODO(rmcilroy,4680): Check failed in |
| 878 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 878 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 879 'regress/regress-crbug-429159': [FAIL], | 879 'regress/regress-crbug-429159': [FAIL], |
| 880 | 880 |
| 881 # TODO(rmcilroy,4680): Hits unreachable in | |
| 882 # BytecodeArrayBuilder::GetJumpWithConstantWideOperand(). | |
| 883 'regress/regress-455207': [FAIL], | |
| 884 | |
| 885 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | 881 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. |
| 886 'regress/regress-123919': [FAIL], | 882 'regress/regress-123919': [FAIL], |
| 887 | 883 |
| 888 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 884 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
| 889 'compiler/regress-stacktrace-methods': [PASS, FAIL], | 885 'compiler/regress-stacktrace-methods': [PASS, FAIL], |
| 890 | 886 |
| 891 # TODO(rmcilroy,4680): Test assert failures. | 887 # TODO(rmcilroy,4680): Test assert failures. |
| 892 'array-literal-feedback': [FAIL], | 888 'array-literal-feedback': [FAIL], |
| 893 'undetectable-compare': [FAIL], | 889 'undetectable-compare': [FAIL], |
| 894 'debug-liveedit-2': [FAIL], | 890 'debug-liveedit-2': [FAIL], |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 # Tests taking too long. | 1015 # Tests taking too long. |
| 1020 'array-functions-prototype-misc': [SKIP], | 1016 'array-functions-prototype-misc': [SKIP], |
| 1021 'strong/implicit-conversions': [SKIP], | 1017 'strong/implicit-conversions': [SKIP], |
| 1022 'strong/load-element-mutate-backing-store': [SKIP], | 1018 'strong/load-element-mutate-backing-store': [SKIP], |
| 1023 | 1019 |
| 1024 # Stack overflow. | 1020 # Stack overflow. |
| 1025 'big-array-literal': [SKIP], | 1021 'big-array-literal': [SKIP], |
| 1026 }], # 'gcov_coverage' | 1022 }], # 'gcov_coverage' |
| 1027 | 1023 |
| 1028 ] | 1024 ] |
| OLD | NEW |