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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'unicodelctest': [PASS, NO_VARIANTS], | 213 'unicodelctest': [PASS, NO_VARIANTS], |
214 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 214 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
215 | 215 |
216 ############################################################################ | 216 ############################################################################ |
217 # Ignition | 217 # Ignition |
218 | 218 |
219 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 219 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
220 'array-literal-feedback': [PASS, NO_IGNITION], | 220 'array-literal-feedback': [PASS, NO_IGNITION], |
221 'regress/regress-4121': [PASS, NO_IGNITION], | 221 'regress/regress-4121': [PASS, NO_IGNITION], |
222 | 222 |
223 # TODO(mythria, 4764): lack of osr support. | |
224 'regress/regress-2618': [PASS, NO_IGNITION], | |
225 | |
226 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 223 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
227 # till it is optimized. So test timeouts. | 224 # till it is optimized. So test timeouts. |
228 'array-literal-transitions': [PASS, NO_IGNITION], | 225 'array-literal-transitions': [PASS, NO_IGNITION], |
229 | 226 |
230 # TODO(4680): Test doesn't know about three tier compiler pipeline. | 227 # TODO(4680): Test doesn't know about three tier compiler pipeline. |
231 'assert-opt-and-deopt': [PASS, NO_IGNITION], | 228 'assert-opt-and-deopt': [PASS, NO_IGNITION], |
232 | 229 |
233 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. | 230 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. |
234 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION], | 231 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION], |
235 'compiler/increment-typefeedback': [PASS, NO_IGNITION], | 232 'compiler/increment-typefeedback': [PASS, NO_IGNITION], |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 | 699 |
703 ############################################################################## | 700 ############################################################################## |
704 ['ignition or ignition_turbofan', { | 701 ['ignition or ignition_turbofan', { |
705 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 702 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
706 'array-literal-feedback': [FAIL], | 703 'array-literal-feedback': [FAIL], |
707 'regress/regress-4121': [FAIL], | 704 'regress/regress-4121': [FAIL], |
708 'array-constructor-feedback': [FAIL], | 705 'array-constructor-feedback': [FAIL], |
709 'array-feedback': [FAIL], | 706 'array-feedback': [FAIL], |
710 'allocation-site-info': [FAIL], | 707 'allocation-site-info': [FAIL], |
711 | 708 |
712 # TODO(mythria, 4764): lack of osr support. | |
713 'regress/regress-2618': [FAIL], | |
714 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 709 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
715 # till it is optimized. So test timeouts. | 710 # till it is optimized. So test timeouts. |
716 'array-literal-transitions': [SKIP], | 711 'array-literal-transitions': [SKIP], |
717 | 712 |
718 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 713 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
719 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 714 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
720 | 715 |
721 # TODO(rmcilroy,titzer): Times out after | 716 # TODO(rmcilroy,titzer): Times out after |
722 # https://codereview.chromium.org/1951013002 . | 717 # https://codereview.chromium.org/1951013002 . |
723 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 718 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 ############################################################################## | 761 ############################################################################## |
767 ['gcov_coverage', { | 762 ['gcov_coverage', { |
768 # Tests taking too long. | 763 # Tests taking too long. |
769 'array-functions-prototype-misc': [SKIP], | 764 'array-functions-prototype-misc': [SKIP], |
770 | 765 |
771 # Stack overflow. | 766 # Stack overflow. |
772 'big-array-literal': [SKIP], | 767 'big-array-literal': [SKIP], |
773 }], # 'gcov_coverage' | 768 }], # 'gcov_coverage' |
774 | 769 |
775 ] | 770 ] |
OLD | NEW |