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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'regress/regress-353551': [SKIP], | 212 'regress/regress-353551': [SKIP], |
213 'regress/regress-crbug-119926': [SKIP], | 213 'regress/regress-crbug-119926': [SKIP], |
214 'regress/short-circuit': [SKIP], | 214 'regress/short-circuit': [SKIP], |
215 'stack-traces-overflow': [SKIP], | 215 'stack-traces-overflow': [SKIP], |
216 'unicode-test': [SKIP], | 216 'unicode-test': [SKIP], |
217 'whitespaces': [SKIP], | 217 'whitespaces': [SKIP], |
218 | 218 |
219 # Async function tests taking too long | 219 # Async function tests taking too long |
220 # https://bugs.chromium.org/p/v8/issues/detail?id=5411 | 220 # https://bugs.chromium.org/p/v8/issues/detail?id=5411 |
221 'harmony/async-function-debug-scopes': [SKIP], | 221 'harmony/async-function-debug-scopes': [SKIP], |
222 'harmony/async-debug-caught-exception-cases0': [SKIP], | |
223 'harmony/async-debug-caught-exception-cases1': [SKIP], | |
224 'harmony/async-debug-caught-exception-cases2': [SKIP], | |
225 'harmony/async-debug-caught-exception-cases3': [SKIP], | |
226 | 222 |
227 # TODO(mstarzinger): Takes too long with TF. | 223 # TODO(mstarzinger): Takes too long with TF. |
228 'array-sort': [PASS, NO_VARIANTS], | 224 'array-sort': [PASS, NO_VARIANTS], |
229 'regress/regress-91008': [PASS, NO_VARIANTS], | 225 'regress/regress-91008': [PASS, NO_VARIANTS], |
230 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], | 226 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], |
231 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 227 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
232 'math-floor-of-div': [PASS, NO_VARIANTS], | 228 'math-floor-of-div': [PASS, NO_VARIANTS], |
233 'unicodelctest': [PASS, NO_VARIANTS], | 229 'unicodelctest': [PASS, NO_VARIANTS], |
234 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 230 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
235 | 231 |
236 # TODO(jkummerow): Doesn't work correctly in GC stress. | 232 # TODO(jkummerow): Doesn't work correctly in GC stress. |
237 'regress/regress-crbug-500497': [SKIP], | 233 'regress/regress-crbug-500497': [SKIP], |
238 | 234 |
239 # Too slow for gc stress. | 235 # Too slow for gc stress. |
240 'asm/embenchen/box2d': [SKIP], | 236 'asm/embenchen/box2d': [SKIP], |
241 | 237 |
242 # Issue 3723. | |
243 'regress/regress-3717': [SKIP], | |
244 | |
245 # BUG(v8:4237) | 238 # BUG(v8:4237) |
246 'regress/regress-3976': [SKIP], | 239 'regress/regress-3976': [SKIP], |
247 | 240 |
248 # Slow tests. | 241 # Slow tests. |
249 'array-constructor': [PASS, SLOW], | 242 'array-constructor': [PASS, SLOW], |
250 'json': [PASS, SLOW], | 243 'json': [PASS, SLOW], |
251 'regress/regress-446389': [PASS, SLOW], | 244 'regress/regress-446389': [PASS, SLOW], |
252 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 245 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
253 | 246 |
254 # BUG(v8:3097) | 247 # BUG(v8:3097) |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 ############################################################################## | 581 ############################################################################## |
589 ['arch == ppc64', { | 582 ['arch == ppc64', { |
590 | 583 |
591 # stack overflow | 584 # stack overflow |
592 'big-array-literal': [SKIP], | 585 'big-array-literal': [SKIP], |
593 'regress/regress-353551': [SKIP], | 586 'regress/regress-353551': [SKIP], |
594 }], # 'arch == ppc64' | 587 }], # 'arch == ppc64' |
595 | 588 |
596 ############################################################################## | 589 ############################################################################## |
597 ['variant == stress', { | 590 ['variant == stress', { |
598 'debug-evaluate-locals-optimized': [FAIL], | |
599 'debug-evaluate-locals-optimized-double': [FAIL], | |
600 'ignition/regress-599001-verifyheap': [SKIP], | 591 'ignition/regress-599001-verifyheap': [SKIP], |
601 'unicode-test': [SKIP], | 592 'unicode-test': [SKIP], |
602 }], # variant == stress | 593 }], # variant == stress |
603 | 594 |
604 ############################################################################## | 595 ############################################################################## |
605 ['variant == turbofan_opt', { | 596 ['variant == turbofan_opt', { |
606 | 597 |
607 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 598 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
608 'debug-evaluate-closure': [FAIL], | |
609 'debug-evaluate-locals': [FAIL], | 599 'debug-evaluate-locals': [FAIL], |
610 'debug-set-variable-value': [FAIL], | 600 'debug-set-variable-value': [FAIL], |
611 'debug-evaluate-locals-optimized': [FAIL], | |
612 'debug-evaluate-locals-optimized-double': [FAIL], | |
613 'debug-liveedit-double-call': [FAIL], | 601 'debug-liveedit-double-call': [FAIL], |
614 'es6/debug-evaluate-blockscopes': [FAIL], | 602 'es6/debug-evaluate-blockscopes': [FAIL], |
615 | 603 |
616 # TODO(jgruber): Fails in --turbo --always-opt mode. | 604 # TODO(jgruber): Fails in --turbo --always-opt mode. |
617 'regress/regress-105': [FAIL], | 605 'regress/regress-105': [FAIL], |
618 | 606 |
619 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions. | |
620 'regress/regress-crbug-323936': [FAIL], | |
621 | |
622 # Too slow. | 607 # Too slow. |
623 'big-object-literal': [SKIP], | 608 'big-object-literal': [SKIP], |
624 'ignition/regress-599001-verifyheap': [SKIP], | 609 'ignition/regress-599001-verifyheap': [SKIP], |
625 'unicode-test': [SKIP], | 610 'unicode-test': [SKIP], |
626 | 611 |
627 }], # variant == turbofan_opt | 612 }], # variant == turbofan_opt |
628 | 613 |
629 ############################################################################## | 614 ############################################################################## |
630 ['variant == ignition or variant == ignition_staging', { | 615 ['variant == ignition or variant == ignition_staging', { |
631 # TODO(5587): fails to liveedit evaled code. | 616 # TODO(5587): fails to liveedit evaled code. |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 'lithium/*': [SKIP], | 668 'lithium/*': [SKIP], |
684 'third_party/*': [SKIP], | 669 'third_party/*': [SKIP], |
685 'tools/*': [SKIP], | 670 'tools/*': [SKIP], |
686 'apply': [SKIP], | 671 'apply': [SKIP], |
687 'math-*': [SKIP], | 672 'math-*': [SKIP], |
688 'unicode-test': [SKIP], | 673 'unicode-test': [SKIP], |
689 'whitespaces': [SKIP], | 674 'whitespaces': [SKIP], |
690 }], # variant == asm_wasm | 675 }], # variant == asm_wasm |
691 | 676 |
692 ] | 677 ] |
OLD | NEW |