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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 'es6/debug-evaluate-blockscopes': [FAIL], | 636 'es6/debug-evaluate-blockscopes': [FAIL], |
637 | 637 |
638 # TODO(jgruber): Fails in --turbo --always-opt mode. | 638 # TODO(jgruber): Fails in --turbo --always-opt mode. |
639 'regress/regress-105': [FAIL], | 639 'regress/regress-105': [FAIL], |
640 | 640 |
641 # Too slow. | 641 # Too slow. |
642 'big-object-literal': [SKIP], | 642 'big-object-literal': [SKIP], |
643 'ignition/regress-599001-verifyheap': [SKIP], | 643 'ignition/regress-599001-verifyheap': [SKIP], |
644 'unicode-test': [SKIP], | 644 'unicode-test': [SKIP], |
645 | 645 |
| 646 # BUG(v8:5496): Flaky crashes. |
| 647 'wasm/gc-stress': [PASS, ['gc_stress', SKIP]], |
646 }], # variant == turbofan_opt | 648 }], # variant == turbofan_opt |
647 | 649 |
648 ############################################################################## | 650 ############################################################################## |
649 ['variant == ignition', { | 651 ['variant == ignition', { |
650 'debug-liveedit-double-call': [FAIL], | 652 'debug-liveedit-double-call': [FAIL], |
651 'regress-sync-optimized-lists': [FAIL], | 653 'regress-sync-optimized-lists': [FAIL], |
652 | 654 |
653 # Might trigger stack overflow. | 655 # Might trigger stack overflow. |
654 'unicode-test': [SKIP], | 656 'unicode-test': [SKIP], |
655 | 657 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 739 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
738 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 740 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
739 'harmony/generators-turbo': [PASS, FAST_VARIANTS], | 741 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
740 'regress/regress-crbug-352058': [SKIP], | 742 'regress/regress-crbug-352058': [SKIP], |
741 | 743 |
742 # TODO(jarin): No truncations on CheckFloat64Hole. | 744 # TODO(jarin): No truncations on CheckFloat64Hole. |
743 'getters-on-elements': [SKIP], | 745 'getters-on-elements': [SKIP], |
744 | 746 |
745 # TODO(rmcilroy): Flaky OOM. | 747 # TODO(rmcilroy): Flaky OOM. |
746 'unicodelctest-no-optimization': [SKIP], | 748 'unicodelctest-no-optimization': [SKIP], |
| 749 |
| 750 # BUG(v8:5496): Flaky crashes. |
| 751 'wasm/gc-stress': [PASS, ['gc_stress', SKIP]], |
747 }], # variant == ignition_turbofan | 752 }], # variant == ignition_turbofan |
748 | 753 |
749 ['variant == ignition_turbofan and arch == arm64', { | 754 ['variant == ignition_turbofan and arch == arm64', { |
750 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 755 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
751 'asm/construct-double': [SKIP], | 756 'asm/construct-double': [SKIP], |
752 'compiler/osr-one': [SKIP], | 757 'compiler/osr-one': [SKIP], |
753 'compiler/osr-two': [SKIP], | 758 'compiler/osr-two': [SKIP], |
754 'wasm/asm-wasm-i32': [SKIP], | 759 'wasm/asm-wasm-i32': [SKIP], |
755 'wasm/asm-wasm-u32': [SKIP], | 760 'wasm/asm-wasm-u32': [SKIP], |
756 }], # variant == ignition_turbofan and arch == arm64 | 761 }], # variant == ignition_turbofan and arch == arm64 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 'ignition/*': [SKIP], | 819 'ignition/*': [SKIP], |
815 'lithium/*': [SKIP], | 820 'lithium/*': [SKIP], |
816 'third_party/*': [SKIP], | 821 'third_party/*': [SKIP], |
817 'tools/*': [SKIP], | 822 'tools/*': [SKIP], |
818 'apply': [SKIP], | 823 'apply': [SKIP], |
819 'math-*': [SKIP], | 824 'math-*': [SKIP], |
820 'unicode-test': [SKIP], | 825 'unicode-test': [SKIP], |
821 'whitespaces': [SKIP], | 826 'whitespaces': [SKIP], |
822 }], # variant == asm_wasm | 827 }], # variant == asm_wasm |
823 | 828 |
| 829 ['variant == stress', { |
| 830 # BUG(v8:5451): Flaky crashes. |
| 831 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]], |
| 832 }], # variant == stress |
| 833 |
824 ] | 834 ] |
OLD | NEW |