Chromium Code Reviews| 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 829 'es6/promises': [FAIL], | 829 'es6/promises': [FAIL], |
| 830 'deserialize-optimize-inner': [FAIL], | 830 'deserialize-optimize-inner': [FAIL], |
| 831 | 831 |
| 832 # TODO(rmcilroy,4680): Check failed in | 832 # TODO(rmcilroy,4680): Check failed in |
| 833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 834 'regress/regress-crbug-429159': [FAIL], | 834 'regress/regress-crbug-429159': [FAIL], |
| 835 | 835 |
| 836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | 836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. |
| 837 'regress/regress-123919': [FAIL], | 837 'regress/regress-123919': [FAIL], |
| 838 | 838 |
| 839 # TODO(rmcilroy,4680): Fails due to debugger loading bytecodearray as an | |
| 840 # expression local. | |
| 841 'harmony/default-parameters-debug': [FAIL], | |
|
rmcilroy
2016/02/16 09:49:59
I have a follow-up CL in the works which fixes thi
| |
| 842 | |
| 839 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 843 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
| 840 'compiler/regress-stacktrace-methods': [PASS, FAIL], | 844 'compiler/regress-stacktrace-methods': [PASS, FAIL], |
| 841 | 845 |
| 842 # TODO(rmcilroy,4680): Test assert failures. | 846 # TODO(rmcilroy,4680): Test assert failures. |
| 843 'array-literal-feedback': [FAIL], | 847 'array-literal-feedback': [FAIL], |
| 844 'undetectable-compare': [FAIL], | 848 'undetectable-compare': [FAIL], |
| 845 'debug-liveedit-2': [FAIL], | 849 'debug-liveedit-2': [FAIL], |
| 846 'compiler/deopt-tonumber-compare': [FAIL], | 850 'compiler/deopt-tonumber-compare': [FAIL], |
| 847 'es6/string-search': [FAIL], | 851 'es6/string-search': [FAIL], |
| 848 'es6/tail-call-proxies': [FAIL], | 852 'es6/tail-call-proxies': [FAIL], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 976 # Tests taking too long. | 980 # Tests taking too long. |
| 977 'array-functions-prototype-misc': [SKIP], | 981 'array-functions-prototype-misc': [SKIP], |
| 978 'strong/implicit-conversions': [SKIP], | 982 'strong/implicit-conversions': [SKIP], |
| 979 'strong/load-element-mutate-backing-store': [SKIP], | 983 'strong/load-element-mutate-backing-store': [SKIP], |
| 980 | 984 |
| 981 # Stack overflow. | 985 # Stack overflow. |
| 982 'big-array-literal': [SKIP], | 986 'big-array-literal': [SKIP], |
| 983 }], # 'gcov_coverage' | 987 }], # 'gcov_coverage' |
| 984 | 988 |
| 985 ] | 989 ] |
| OLD | NEW |