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]], | |
648 }], # variant == turbofan_opt | 646 }], # variant == turbofan_opt |
649 | 647 |
650 ############################################################################## | 648 ############################################################################## |
651 ['variant == ignition', { | 649 ['variant == ignition', { |
652 'debug-liveedit-double-call': [FAIL], | 650 'debug-liveedit-double-call': [FAIL], |
653 'regress-sync-optimized-lists': [FAIL], | 651 'regress-sync-optimized-lists': [FAIL], |
654 | 652 |
655 # Might trigger stack overflow. | 653 # Might trigger stack overflow. |
656 'unicode-test': [SKIP], | 654 'unicode-test': [SKIP], |
657 | 655 |
658 # TODO(4680): Test doesn't know about three tier compiler pipeline. | 656 # TODO(4680): Test doesn't know about three tier compiler pipeline. |
659 'assert-opt-and-deopt': [SKIP], | 657 'assert-opt-and-deopt': [SKIP], |
660 | 658 |
661 # Fails because concurrent compilation is not triggered on bytecode. | 659 # Fails because concurrent compilation is not triggered on bytecode. |
662 # Check in Runtime_OptimizeFunctionOnNextCall. | 660 # Check in Runtime_OptimizeFunctionOnNextCall. |
663 'compiler/manual-concurrent-recompile': [FAIL], | 661 'compiler/manual-concurrent-recompile': [FAIL], |
664 'regress/regress-embedded-cons-string': [FAIL], | 662 'regress/regress-embedded-cons-string': [FAIL], |
665 'regress/regress-prepare-break-while-recompile': [FAIL], | 663 'regress/regress-prepare-break-while-recompile': [FAIL], |
666 | 664 |
667 # BUG(v8:5451): Flaky crashes. | |
668 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]], | |
669 }], # variant == ignition | 665 }], # variant == ignition |
670 | 666 |
671 ['variant == ignition and arch == arm64', { | 667 ['variant == ignition and arch == arm64', { |
672 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 668 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
673 'asm/construct-double': [SKIP], | 669 'asm/construct-double': [SKIP], |
674 'compiler/osr-one': [SKIP], | 670 'compiler/osr-one': [SKIP], |
675 'compiler/osr-two': [SKIP], | 671 'compiler/osr-two': [SKIP], |
676 'wasm/asm-wasm-i32': [SKIP], | 672 'wasm/asm-wasm-i32': [SKIP], |
677 'wasm/asm-wasm-u32': [SKIP], | 673 'wasm/asm-wasm-u32': [SKIP], |
678 }], # variant == ignition and arch == arm64 | 674 }], # variant == ignition and arch == arm64 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 | 707 |
712 # Flaky. | 708 # Flaky. |
713 'asm/int32div': [SKIP], | 709 'asm/int32div': [SKIP], |
714 'asm/int32mod': [SKIP], | 710 'asm/int32mod': [SKIP], |
715 'compiler/uint32': [SKIP], | 711 'compiler/uint32': [SKIP], |
716 'regress/regress-454725': [SKIP], | 712 'regress/regress-454725': [SKIP], |
717 | 713 |
718 # Might trigger stack overflow. | 714 # Might trigger stack overflow. |
719 'unicode-test': [SKIP], | 715 'unicode-test': [SKIP], |
720 | 716 |
721 # BUG(v8:5451): Flaky crashes. | |
722 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]], | |
723 }], # variant == ignition_staging | 717 }], # variant == ignition_staging |
724 | 718 |
725 ############################################################################## | 719 ############################################################################## |
726 ['variant == ignition_turbofan', { | 720 ['variant == ignition_turbofan', { |
727 'debug-liveedit-double-call': [FAIL], | 721 'debug-liveedit-double-call': [FAIL], |
728 | 722 |
729 # Might trigger stack overflow. | 723 # Might trigger stack overflow. |
730 'unicode-test': [SKIP], | 724 'unicode-test': [SKIP], |
731 | 725 |
732 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 726 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
733 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 727 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
734 | 728 |
735 # TODO(rmcilroy,titzer): Times out after | 729 # TODO(rmcilroy,titzer): Times out after |
736 # https://codereview.chromium.org/1951013002 . | 730 # https://codereview.chromium.org/1951013002 . |
737 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 731 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
738 | 732 |
739 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 733 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
740 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 734 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
741 'harmony/generators-turbo': [PASS, FAST_VARIANTS], | 735 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
742 'regress/regress-crbug-352058': [SKIP], | 736 'regress/regress-crbug-352058': [SKIP], |
743 | 737 |
744 # TODO(jarin): No truncations on CheckFloat64Hole. | 738 # TODO(jarin): No truncations on CheckFloat64Hole. |
745 'getters-on-elements': [SKIP], | 739 'getters-on-elements': [SKIP], |
746 | 740 |
747 # TODO(rmcilroy): Flaky OOM. | 741 # TODO(rmcilroy): Flaky OOM. |
748 'unicodelctest-no-optimization': [SKIP], | 742 'unicodelctest-no-optimization': [SKIP], |
749 | 743 |
750 # BUG(v8:5496): Flaky crashes. | |
751 'wasm/gc-stress': [PASS, ['gc_stress', SKIP]], | |
752 }], # variant == ignition_turbofan | 744 }], # variant == ignition_turbofan |
753 | 745 |
754 ['variant == ignition_turbofan and arch == arm64', { | 746 ['variant == ignition_turbofan and arch == arm64', { |
755 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 747 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
756 'asm/construct-double': [SKIP], | 748 'asm/construct-double': [SKIP], |
757 'compiler/osr-one': [SKIP], | 749 'compiler/osr-one': [SKIP], |
758 'compiler/osr-two': [SKIP], | 750 'compiler/osr-two': [SKIP], |
759 'wasm/asm-wasm-i32': [SKIP], | 751 'wasm/asm-wasm-i32': [SKIP], |
760 'wasm/asm-wasm-u32': [SKIP], | 752 'wasm/asm-wasm-u32': [SKIP], |
761 }], # variant == ignition_turbofan and arch == arm64 | 753 }], # variant == ignition_turbofan and arch == arm64 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 'ignition/*': [SKIP], | 811 'ignition/*': [SKIP], |
820 'lithium/*': [SKIP], | 812 'lithium/*': [SKIP], |
821 'third_party/*': [SKIP], | 813 'third_party/*': [SKIP], |
822 'tools/*': [SKIP], | 814 'tools/*': [SKIP], |
823 'apply': [SKIP], | 815 'apply': [SKIP], |
824 'math-*': [SKIP], | 816 'math-*': [SKIP], |
825 'unicode-test': [SKIP], | 817 'unicode-test': [SKIP], |
826 'whitespaces': [SKIP], | 818 'whitespaces': [SKIP], |
827 }], # variant == asm_wasm | 819 }], # variant == asm_wasm |
828 | 820 |
829 ['variant == stress', { | |
830 # BUG(v8:5451): Flaky crashes. | |
831 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]], | |
832 }], # variant == stress | |
833 | |
834 ] | 821 ] |
OLD | NEW |