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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
48 | 48 |
49 # Issue 3784: setters-on-elements is flaky | 49 # Issue 3784: setters-on-elements is flaky |
50 'setters-on-elements': [PASS, FAIL], | 50 'setters-on-elements': [PASS, FAIL], |
51 | 51 |
52 # Issue 3641: The new 'then' semantics suppress some exceptions. | 52 # Issue 3641: The new 'then' semantics suppress some exceptions. |
53 # These tests may be changed or removed when 'chain' is deprecated. | 53 # These tests may be changed or removed when 'chain' is deprecated. |
54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], | 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], | 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], | 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
57 | 57 |
58 ############################################################################## | |
59 # TurboFan compiler failures. | |
60 | |
61 # Some tests are just too slow to run for now. | |
62 'big-object-literal': [PASS, NO_VARIANTS], | |
63 'json2': [PASS, NO_VARIANTS], | |
64 'packed-elements': [PASS, NO_VARIANTS], | |
65 'unicode-test': [PASS, NO_VARIANTS], | |
66 'whitespaces': [PASS, NO_VARIANTS], | |
67 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS], | |
68 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], | |
69 'regress/regress-2612': [PASS, NO_VARIANTS], | |
70 | |
71 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 58 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
72 # not work, but we expect it to not crash. | 59 # not work, but we expect it to not crash. |
73 'debug-step-turbofan': [PASS, FAIL], | 60 'debug-step-turbofan': [FAIL], |
74 | |
75 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | |
76 'debug-evaluate-closure': [PASS, NO_VARIANTS], | |
77 'debug-evaluate-locals': [PASS, NO_VARIANTS], | |
78 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], | |
79 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | |
80 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | |
81 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. | |
82 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | |
83 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | |
84 'debug-set-variable-value': [PASS, NO_VARIANTS], | |
85 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | |
86 | |
87 # Assumptions about optimization need investigation in TurboFan. | |
88 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | |
89 | |
90 # Fails in --turbo --always-opt mode. | |
91 'regress/regress-105': [PASS, NO_VARIANTS], | |
92 | 61 |
93 ############################################################################## | 62 ############################################################################## |
94 # Too slow in debug mode with --stress-opt mode. | 63 # Too slow in debug mode with --stress-opt mode. |
95 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 64 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS], |
Michael Achenbach
2016/08/08 12:46:05
How about moving those instead to the stress varia
Michael Starzinger
2016/08/08 13:06:50
Done.
| |
96 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | |
97 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 65 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
98 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 66 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
67 'unicode-test': [PASS, NO_VARIANTS], | |
99 | 68 |
100 ############################################################################## | 69 ############################################################################## |
101 # Too slow in debug mode for validation of elements. | 70 # Too slow in debug mode for validation of elements. |
102 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 71 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
103 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 72 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
104 | 73 |
105 ############################################################################## | 74 ############################################################################## |
106 # Too slow in debug mode for GC stress mode. | 75 # Too slow in debug mode for GC stress mode. |
107 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 76 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
108 | 77 |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
567 'math-floor-of-div-minus-zero': [SKIP], | 536 'math-floor-of-div-minus-zero': [SKIP], |
568 }], # 'arch == mipsel or arch == mips' | 537 }], # 'arch == mipsel or arch == mips' |
569 | 538 |
570 ############################################################################## | 539 ############################################################################## |
571 ['arch == mips', { | 540 ['arch == mips', { |
572 # Flaky with TF. | 541 # Flaky with TF. |
573 'mirror-script': [PASS, NO_VARIANTS], | 542 'mirror-script': [PASS, NO_VARIANTS], |
574 }], # 'arch == mips' | 543 }], # 'arch == mips' |
575 | 544 |
576 ############################################################################## | 545 ############################################################################## |
577 | |
578 ['arch == mips64el or arch == mips64', { | 546 ['arch == mips64el or arch == mips64', { |
579 | 547 |
580 # Slow tests which times out in debug mode. | 548 # Slow tests which times out in debug mode. |
581 'try': [PASS, ['mode == debug', SKIP]], | 549 'try': [PASS, ['mode == debug', SKIP]], |
582 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 550 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
583 'array-constructor': [PASS, ['mode == debug', SKIP]], | 551 'array-constructor': [PASS, ['mode == debug', SKIP]], |
584 | 552 |
585 # Times out often in release mode on MIPS. | 553 # Times out often in release mode on MIPS. |
586 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], | 554 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], |
587 'array-splice': [PASS, TIMEOUT], | 555 'array-splice': [PASS, TIMEOUT], |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
688 }], # 'arch == ppc and simulator_run == True' | 656 }], # 'arch == ppc and simulator_run == True' |
689 | 657 |
690 ############################################################################## | 658 ############################################################################## |
691 ['arch == ppc64', { | 659 ['arch == ppc64', { |
692 | 660 |
693 # stack overflow | 661 # stack overflow |
694 'big-array-literal': [SKIP], | 662 'big-array-literal': [SKIP], |
695 }], # 'arch == ppc64' | 663 }], # 'arch == ppc64' |
696 | 664 |
697 ############################################################################## | 665 ############################################################################## |
666 ['variant == stress', { | |
667 'debug-evaluate-locals-optimized': [FAIL], | |
668 'debug-evaluate-locals-optimized-double': [FAIL], | |
669 }], # variant == stress | |
670 | |
671 ############################################################################## | |
672 ['variant == turbofan', { | |
673 | |
674 # Assumptions about optimization need investigation in TurboFan. | |
675 'regress-sync-optimized-lists': [FAIL], | |
676 | |
677 }], # variant == turbofan | |
678 | |
679 ############################################################################## | |
680 ['variant == turbofan_opt', { | |
681 | |
682 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | |
683 'debug-evaluate-closure': [FAIL], | |
684 'debug-evaluate-locals': [FAIL], | |
685 'debug-set-variable-value': [FAIL], | |
686 'debug-evaluate-locals-optimized': [FAIL], | |
687 'debug-evaluate-locals-optimized-double': [FAIL], | |
688 'debug-liveedit-double-call': [FAIL], | |
689 'es6/debug-evaluate-blockscopes': [FAIL], | |
690 | |
691 # TODO(jgruber): Fails in --turbo --always-opt mode. | |
692 'regress/regress-105': [FAIL], | |
693 | |
694 }], # variant == turbofan_opt | |
695 | |
696 ############################################################################## | |
697 ['variant == ignition', { | |
698 'debug-liveedit-double-call': [FAIL], | |
699 'regress-sync-optimized-lists': [FAIL], | |
700 }], # variant == ignition | |
701 | |
702 ############################################################################## | |
698 ['variant == ignition_staging', { | 703 ['variant == ignition_staging', { |
699 'allocation-site-info': [FAIL], | 704 'allocation-site-info': [FAIL], |
700 'array-constructor-feedback': [FAIL], | 705 'array-constructor-feedback': [FAIL], |
701 'array-feedback': [FAIL], | 706 'array-feedback': [FAIL], |
702 'array-literal-feedback': [FAIL], | 707 'array-literal-feedback': [FAIL], |
703 'assert-opt-and-deopt': [FAIL], | 708 'assert-opt-and-deopt': [FAIL], |
704 'compiler/deopt-inlined-from-call': [FAIL], | 709 'compiler/deopt-inlined-from-call': [FAIL], |
705 'compiler/increment-typefeedback': [FAIL], | 710 'compiler/increment-typefeedback': [FAIL], |
706 'compiler/manual-concurrent-recompile': [FAIL], | 711 'compiler/manual-concurrent-recompile': [FAIL], |
707 'constant-folding-2': [FAIL], | 712 'constant-folding-2': [FAIL], |
708 'debug-is-active': [FAIL], | 713 'debug-is-active': [FAIL], |
714 'debug-liveedit-double-call': [FAIL], | |
709 'deopt-with-fp-regs': [FAIL], | 715 'deopt-with-fp-regs': [FAIL], |
710 'deserialize-optimize-inner': [FAIL], | 716 'deserialize-optimize-inner': [FAIL], |
711 'div-mul-minus-one': [FAIL], | 717 'div-mul-minus-one': [FAIL], |
712 'elements-transition-hoisting': [FAIL], | 718 'elements-transition-hoisting': [FAIL], |
713 'es6/block-let-crankshaft': [FAIL], | 719 'es6/block-let-crankshaft': [FAIL], |
714 'es6/block-let-crankshaft-sloppy': [FAIL], | 720 'es6/block-let-crankshaft-sloppy': [FAIL], |
715 'getters-on-elements': [FAIL], | 721 'getters-on-elements': [FAIL], |
716 'harmony/do-expressions': [FAIL], | 722 'harmony/do-expressions': [FAIL], |
717 'math-floor-of-div-minus-zero': [FAIL], | 723 'math-floor-of-div-minus-zero': [FAIL], |
718 'regress/regress-2132': [FAIL], | 724 'regress/regress-2132': [FAIL], |
719 'regress/regress-2339': [FAIL], | 725 'regress/regress-2339': [FAIL], |
720 'regress/regress-3176': [FAIL], | 726 'regress/regress-3176': [FAIL], |
721 'regress/regress-3709': [FAIL], | 727 'regress/regress-3709': [FAIL], |
722 'regress/regress-385565': [FAIL], | 728 'regress/regress-385565': [FAIL], |
723 'regress/regress-4121': [FAIL], | 729 'regress/regress-4121': [FAIL], |
724 'regress/regress-crbug-594183': [FAIL], | 730 'regress/regress-crbug-594183': [FAIL], |
725 'regress/regress-embedded-cons-string': [FAIL], | 731 'regress/regress-embedded-cons-string': [FAIL], |
726 'regress/regress-map-invalidation-2': [FAIL], | 732 'regress/regress-map-invalidation-2': [FAIL], |
727 'regress/regress-param-local-type': [FAIL], | 733 'regress/regress-param-local-type': [FAIL], |
728 'regress/regress-prepare-break-while-recompile': [FAIL], | 734 'regress/regress-prepare-break-while-recompile': [FAIL], |
735 'regress-sync-optimized-lists': [FAIL], | |
729 'shift-for-integer-div': [FAIL], | 736 'shift-for-integer-div': [FAIL], |
730 'sin-cos': [FAIL], | 737 'sin-cos': [FAIL], |
731 'smi-mul-const': [FAIL], | 738 'smi-mul-const': [FAIL], |
732 'smi-mul': [FAIL], | 739 'smi-mul': [FAIL], |
733 'unary-minus-deopt': [FAIL], | 740 'unary-minus-deopt': [FAIL], |
734 | 741 |
735 # Flaky. | 742 # Flaky. |
736 'asm/int32div': [SKIP], | 743 'asm/int32div': [SKIP], |
737 'asm/int32mod': [SKIP], | 744 'asm/int32mod': [SKIP], |
738 'compiler/uint32': [SKIP], | 745 'compiler/uint32': [SKIP], |
739 'regress/regress-454725': [SKIP], | 746 'regress/regress-454725': [SKIP], |
740 | 747 |
741 }], # variant == ignition_staging | 748 }], # variant == ignition_staging |
742 | 749 |
743 ############################################################################## | 750 ############################################################################## |
744 ['variant == ignition_turbofan', { | 751 ['variant == ignition_turbofan', { |
752 'debug-liveedit-double-call': [FAIL], | |
753 | |
745 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 754 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
746 'array-literal-feedback': [FAIL], | 755 'array-literal-feedback': [FAIL], |
747 'regress/regress-4121': [FAIL], | 756 'regress/regress-4121': [FAIL], |
748 'array-constructor-feedback': [FAIL], | 757 'array-constructor-feedback': [FAIL], |
749 'array-feedback': [FAIL], | 758 'array-feedback': [FAIL], |
750 'allocation-site-info': [FAIL], | 759 'allocation-site-info': [FAIL], |
751 | 760 |
752 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 761 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
753 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 762 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
754 | 763 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
800 ############################################################################## | 809 ############################################################################## |
801 ['gcov_coverage', { | 810 ['gcov_coverage', { |
802 # Tests taking too long. | 811 # Tests taking too long. |
803 'array-functions-prototype-misc': [SKIP], | 812 'array-functions-prototype-misc': [SKIP], |
804 | 813 |
805 # Stack overflow. | 814 # Stack overflow. |
806 'big-array-literal': [SKIP], | 815 'big-array-literal': [SKIP], |
807 }], # 'gcov_coverage' | 816 }], # 'gcov_coverage' |
808 | 817 |
809 ] | 818 ] |
OLD | NEW |