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 |
58 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 71 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
59 # not work, but we expect it to not crash. | 72 # not work, but we expect it to not crash. |
60 'debug-step-turbofan': [FAIL], | 73 'debug-step-turbofan': [PASS, 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], |
61 | 92 |
62 ############################################################################## | 93 ############################################################################## |
63 # Too slow in debug mode with --stress-opt mode. | 94 # Too slow in debug mode with --stress-opt mode. |
| 95 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 96 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
64 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 97 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
65 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 98 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
66 | 99 |
67 ############################################################################## | 100 ############################################################################## |
68 # Too slow in debug mode for validation of elements. | 101 # Too slow in debug mode for validation of elements. |
69 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 102 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
70 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 103 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
71 | 104 |
72 ############################################################################## | 105 ############################################################################## |
73 # Too slow in debug mode for GC stress mode. | 106 # Too slow in debug mode for GC stress mode. |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 'math-floor-of-div-minus-zero': [SKIP], | 567 'math-floor-of-div-minus-zero': [SKIP], |
535 }], # 'arch == mipsel or arch == mips' | 568 }], # 'arch == mipsel or arch == mips' |
536 | 569 |
537 ############################################################################## | 570 ############################################################################## |
538 ['arch == mips', { | 571 ['arch == mips', { |
539 # Flaky with TF. | 572 # Flaky with TF. |
540 'mirror-script': [PASS, NO_VARIANTS], | 573 'mirror-script': [PASS, NO_VARIANTS], |
541 }], # 'arch == mips' | 574 }], # 'arch == mips' |
542 | 575 |
543 ############################################################################## | 576 ############################################################################## |
| 577 |
544 ['arch == mips64el or arch == mips64', { | 578 ['arch == mips64el or arch == mips64', { |
545 | 579 |
546 # Slow tests which times out in debug mode. | 580 # Slow tests which times out in debug mode. |
547 'try': [PASS, ['mode == debug', SKIP]], | 581 'try': [PASS, ['mode == debug', SKIP]], |
548 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 582 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
549 'array-constructor': [PASS, ['mode == debug', SKIP]], | 583 'array-constructor': [PASS, ['mode == debug', SKIP]], |
550 | 584 |
551 # Times out often in release mode on MIPS. | 585 # Times out often in release mode on MIPS. |
552 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], | 586 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], |
553 'array-splice': [PASS, TIMEOUT], | 587 'array-splice': [PASS, TIMEOUT], |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 }], # 'arch == ppc and simulator_run == True' | 688 }], # 'arch == ppc and simulator_run == True' |
655 | 689 |
656 ############################################################################## | 690 ############################################################################## |
657 ['arch == ppc64', { | 691 ['arch == ppc64', { |
658 | 692 |
659 # stack overflow | 693 # stack overflow |
660 'big-array-literal': [SKIP], | 694 'big-array-literal': [SKIP], |
661 }], # 'arch == ppc64' | 695 }], # 'arch == ppc64' |
662 | 696 |
663 ############################################################################## | 697 ############################################################################## |
664 ['variant == stress', { | |
665 'debug-evaluate-locals-optimized': [FAIL], | |
666 'debug-evaluate-locals-optimized-double': [FAIL], | |
667 'ignition/regress-599001-verifyheap': [SKIP], | |
668 'unicode-test': [SKIP], | |
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 # Too slow. | |
695 'big-object-literal': [SKIP], | |
696 'ignition/regress-599001-verifyheap': [SKIP], | |
697 'unicode-test': [SKIP], | |
698 | |
699 }], # variant == turbofan_opt | |
700 | |
701 ############################################################################## | |
702 ['variant == ignition', { | |
703 'debug-liveedit-double-call': [FAIL], | |
704 'regress-sync-optimized-lists': [FAIL], | |
705 }], # variant == ignition | |
706 | |
707 ############################################################################## | |
708 ['variant == ignition_staging', { | 698 ['variant == ignition_staging', { |
709 'allocation-site-info': [FAIL], | 699 'allocation-site-info': [FAIL], |
710 'array-constructor-feedback': [FAIL], | 700 'array-constructor-feedback': [FAIL], |
711 'array-feedback': [FAIL], | 701 'array-feedback': [FAIL], |
712 'array-literal-feedback': [FAIL], | 702 'array-literal-feedback': [FAIL], |
713 'assert-opt-and-deopt': [FAIL], | 703 'assert-opt-and-deopt': [FAIL], |
714 'compiler/deopt-inlined-from-call': [FAIL], | 704 'compiler/deopt-inlined-from-call': [FAIL], |
715 'compiler/increment-typefeedback': [FAIL], | 705 'compiler/increment-typefeedback': [FAIL], |
716 'compiler/manual-concurrent-recompile': [FAIL], | 706 'compiler/manual-concurrent-recompile': [FAIL], |
717 'constant-folding-2': [FAIL], | 707 'constant-folding-2': [FAIL], |
718 'debug-is-active': [FAIL], | 708 'debug-is-active': [FAIL], |
719 'debug-liveedit-double-call': [FAIL], | |
720 'deopt-with-fp-regs': [FAIL], | 709 'deopt-with-fp-regs': [FAIL], |
721 'deserialize-optimize-inner': [FAIL], | 710 'deserialize-optimize-inner': [FAIL], |
722 'div-mul-minus-one': [FAIL], | 711 'div-mul-minus-one': [FAIL], |
723 'elements-transition-hoisting': [FAIL], | 712 'elements-transition-hoisting': [FAIL], |
724 'es6/block-let-crankshaft': [FAIL], | 713 'es6/block-let-crankshaft': [FAIL], |
725 'es6/block-let-crankshaft-sloppy': [FAIL], | 714 'es6/block-let-crankshaft-sloppy': [FAIL], |
726 'getters-on-elements': [FAIL], | 715 'getters-on-elements': [FAIL], |
727 'harmony/do-expressions': [FAIL], | 716 'harmony/do-expressions': [FAIL], |
728 'math-floor-of-div-minus-zero': [FAIL], | 717 'math-floor-of-div-minus-zero': [FAIL], |
729 'regress/regress-2132': [FAIL], | 718 'regress/regress-2132': [FAIL], |
730 'regress/regress-2339': [FAIL], | 719 'regress/regress-2339': [FAIL], |
731 'regress/regress-3176': [FAIL], | 720 'regress/regress-3176': [FAIL], |
732 'regress/regress-3709': [FAIL], | 721 'regress/regress-3709': [FAIL], |
733 'regress/regress-385565': [FAIL], | 722 'regress/regress-385565': [FAIL], |
734 'regress/regress-4121': [FAIL], | 723 'regress/regress-4121': [FAIL], |
735 'regress/regress-crbug-594183': [FAIL], | 724 'regress/regress-crbug-594183': [FAIL], |
736 'regress/regress-embedded-cons-string': [FAIL], | 725 'regress/regress-embedded-cons-string': [FAIL], |
737 'regress/regress-map-invalidation-2': [FAIL], | 726 'regress/regress-map-invalidation-2': [FAIL], |
738 'regress/regress-param-local-type': [FAIL], | 727 'regress/regress-param-local-type': [FAIL], |
739 'regress/regress-prepare-break-while-recompile': [FAIL], | 728 'regress/regress-prepare-break-while-recompile': [FAIL], |
740 'regress-sync-optimized-lists': [FAIL], | |
741 'shift-for-integer-div': [FAIL], | 729 'shift-for-integer-div': [FAIL], |
742 'sin-cos': [FAIL], | 730 'sin-cos': [FAIL], |
743 'smi-mul-const': [FAIL], | 731 'smi-mul-const': [FAIL], |
744 'smi-mul': [FAIL], | 732 'smi-mul': [FAIL], |
745 'unary-minus-deopt': [FAIL], | 733 'unary-minus-deopt': [FAIL], |
746 | 734 |
747 # Flaky. | 735 # Flaky. |
748 'asm/int32div': [SKIP], | 736 'asm/int32div': [SKIP], |
749 'asm/int32mod': [SKIP], | 737 'asm/int32mod': [SKIP], |
750 'compiler/uint32': [SKIP], | 738 'compiler/uint32': [SKIP], |
751 'regress/regress-454725': [SKIP], | 739 'regress/regress-454725': [SKIP], |
752 | 740 |
753 # Might trigger stack overflow. | |
754 'unicode-test': [SKIP], | |
755 | |
756 }], # variant == ignition_staging | 741 }], # variant == ignition_staging |
757 | 742 |
758 ############################################################################## | 743 ############################################################################## |
759 ['variant == ignition_turbofan', { | 744 ['variant == ignition_turbofan', { |
760 'debug-liveedit-double-call': [FAIL], | |
761 | |
762 # Might trigger stack overflow. | |
763 'unicode-test': [SKIP], | |
764 | |
765 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 745 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
766 'array-literal-feedback': [FAIL], | 746 'array-literal-feedback': [FAIL], |
767 'regress/regress-4121': [FAIL], | 747 'regress/regress-4121': [FAIL], |
768 'array-constructor-feedback': [FAIL], | 748 'array-constructor-feedback': [FAIL], |
769 'array-feedback': [FAIL], | 749 'array-feedback': [FAIL], |
770 'allocation-site-info': [FAIL], | 750 'allocation-site-info': [FAIL], |
771 | 751 |
772 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 752 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
773 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 753 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
774 | 754 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 ############################################################################## | 800 ############################################################################## |
821 ['gcov_coverage', { | 801 ['gcov_coverage', { |
822 # Tests taking too long. | 802 # Tests taking too long. |
823 'array-functions-prototype-misc': [SKIP], | 803 'array-functions-prototype-misc': [SKIP], |
824 | 804 |
825 # Stack overflow. | 805 # Stack overflow. |
826 'big-array-literal': [SKIP], | 806 'big-array-literal': [SKIP], |
827 }], # 'gcov_coverage' | 807 }], # 'gcov_coverage' |
828 | 808 |
829 ] | 809 ] |
OLD | NEW |