Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2225843002: [test] Split TurboFan mjsunit expectations for variants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more skip. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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]],
96 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
97 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 64 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
98 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 65 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
99 66
100 ############################################################################## 67 ##############################################################################
101 # Too slow in debug mode for validation of elements. 68 # Too slow in debug mode for validation of elements.
102 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 69 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
103 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], 70 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
104 71
105 ############################################################################## 72 ##############################################################################
106 # Too slow in debug mode for GC stress mode. 73 # Too slow in debug mode for GC stress mode.
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'math-floor-of-div-minus-zero': [SKIP], 534 'math-floor-of-div-minus-zero': [SKIP],
568 }], # 'arch == mipsel or arch == mips' 535 }], # 'arch == mipsel or arch == mips'
569 536
570 ############################################################################## 537 ##############################################################################
571 ['arch == mips', { 538 ['arch == mips', {
572 # Flaky with TF. 539 # Flaky with TF.
573 'mirror-script': [PASS, NO_VARIANTS], 540 'mirror-script': [PASS, NO_VARIANTS],
574 }], # 'arch == mips' 541 }], # 'arch == mips'
575 542
576 ############################################################################## 543 ##############################################################################
577
578 ['arch == mips64el or arch == mips64', { 544 ['arch == mips64el or arch == mips64', {
579 545
580 # Slow tests which times out in debug mode. 546 # Slow tests which times out in debug mode.
581 'try': [PASS, ['mode == debug', SKIP]], 547 'try': [PASS, ['mode == debug', SKIP]],
582 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 548 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
583 'array-constructor': [PASS, ['mode == debug', SKIP]], 549 'array-constructor': [PASS, ['mode == debug', SKIP]],
584 550
585 # Times out often in release mode on MIPS. 551 # Times out often in release mode on MIPS.
586 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 552 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
587 'array-splice': [PASS, TIMEOUT], 553 'array-splice': [PASS, TIMEOUT],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 }], # 'arch == ppc and simulator_run == True' 654 }], # 'arch == ppc and simulator_run == True'
689 655
690 ############################################################################## 656 ##############################################################################
691 ['arch == ppc64', { 657 ['arch == ppc64', {
692 658
693 # stack overflow 659 # stack overflow
694 'big-array-literal': [SKIP], 660 'big-array-literal': [SKIP],
695 }], # 'arch == ppc64' 661 }], # 'arch == ppc64'
696 662
697 ############################################################################## 663 ##############################################################################
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
706 # Might trigger stack overflow.
707 'unicode-test': [SKIP],
708
709 }], # variant == ignition
710
711 ##############################################################################
698 ['variant == ignition_staging', { 712 ['variant == ignition_staging', {
699 'allocation-site-info': [FAIL], 713 'allocation-site-info': [FAIL],
700 'array-constructor-feedback': [FAIL], 714 'array-constructor-feedback': [FAIL],
701 'array-feedback': [FAIL], 715 'array-feedback': [FAIL],
702 'array-literal-feedback': [FAIL], 716 'array-literal-feedback': [FAIL],
703 'assert-opt-and-deopt': [FAIL], 717 'assert-opt-and-deopt': [FAIL],
704 'compiler/deopt-inlined-from-call': [FAIL], 718 'compiler/deopt-inlined-from-call': [FAIL],
705 'compiler/increment-typefeedback': [FAIL], 719 'compiler/increment-typefeedback': [FAIL],
706 'compiler/manual-concurrent-recompile': [FAIL], 720 'compiler/manual-concurrent-recompile': [FAIL],
707 'constant-folding-2': [FAIL], 721 'constant-folding-2': [FAIL],
708 'debug-is-active': [FAIL], 722 'debug-is-active': [FAIL],
723 'debug-liveedit-double-call': [FAIL],
709 'deopt-with-fp-regs': [FAIL], 724 'deopt-with-fp-regs': [FAIL],
710 'deserialize-optimize-inner': [FAIL], 725 'deserialize-optimize-inner': [FAIL],
711 'div-mul-minus-one': [FAIL], 726 'div-mul-minus-one': [FAIL],
712 'elements-transition-hoisting': [FAIL], 727 'elements-transition-hoisting': [FAIL],
713 'es6/block-let-crankshaft': [FAIL], 728 'es6/block-let-crankshaft': [FAIL],
714 'es6/block-let-crankshaft-sloppy': [FAIL], 729 'es6/block-let-crankshaft-sloppy': [FAIL],
715 'getters-on-elements': [FAIL], 730 'getters-on-elements': [FAIL],
716 'harmony/do-expressions': [FAIL], 731 'harmony/do-expressions': [FAIL],
717 'math-floor-of-div-minus-zero': [FAIL], 732 'math-floor-of-div-minus-zero': [FAIL],
718 'regress/regress-2132': [FAIL], 733 'regress/regress-2132': [FAIL],
719 'regress/regress-2339': [FAIL], 734 'regress/regress-2339': [FAIL],
720 'regress/regress-3176': [FAIL], 735 'regress/regress-3176': [FAIL],
721 'regress/regress-3709': [FAIL], 736 'regress/regress-3709': [FAIL],
722 'regress/regress-385565': [FAIL], 737 'regress/regress-385565': [FAIL],
723 'regress/regress-4121': [FAIL], 738 'regress/regress-4121': [FAIL],
724 'regress/regress-crbug-594183': [FAIL], 739 'regress/regress-crbug-594183': [FAIL],
725 'regress/regress-embedded-cons-string': [FAIL], 740 'regress/regress-embedded-cons-string': [FAIL],
726 'regress/regress-map-invalidation-2': [FAIL], 741 'regress/regress-map-invalidation-2': [FAIL],
727 'regress/regress-param-local-type': [FAIL], 742 'regress/regress-param-local-type': [FAIL],
728 'regress/regress-prepare-break-while-recompile': [FAIL], 743 'regress/regress-prepare-break-while-recompile': [FAIL],
744 'regress-sync-optimized-lists': [FAIL],
729 'shift-for-integer-div': [FAIL], 745 'shift-for-integer-div': [FAIL],
730 'sin-cos': [FAIL], 746 'sin-cos': [FAIL],
731 'smi-mul-const': [FAIL], 747 'smi-mul-const': [FAIL],
732 'smi-mul': [FAIL], 748 'smi-mul': [FAIL],
733 'unary-minus-deopt': [FAIL], 749 'unary-minus-deopt': [FAIL],
734 750
735 # Flaky. 751 # Flaky.
736 'asm/int32div': [SKIP], 752 'asm/int32div': [SKIP],
737 'asm/int32mod': [SKIP], 753 'asm/int32mod': [SKIP],
738 'compiler/uint32': [SKIP], 754 'compiler/uint32': [SKIP],
739 'regress/regress-454725': [SKIP], 755 'regress/regress-454725': [SKIP],
740 756
757 # Might trigger stack overflow.
758 'unicode-test': [SKIP],
759
741 }], # variant == ignition_staging 760 }], # variant == ignition_staging
742 761
743 ############################################################################## 762 ##############################################################################
744 ['variant == ignition_turbofan', { 763 ['variant == ignition_turbofan', {
764 'debug-liveedit-double-call': [FAIL],
765
766 # Might trigger stack overflow.
767 'unicode-test': [SKIP],
768
745 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 769 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
746 'array-literal-feedback': [FAIL], 770 'array-literal-feedback': [FAIL],
747 'regress/regress-4121': [FAIL], 771 'regress/regress-4121': [FAIL],
748 'array-constructor-feedback': [FAIL], 772 'array-constructor-feedback': [FAIL],
749 'array-feedback': [FAIL], 773 'array-feedback': [FAIL],
750 'allocation-site-info': [FAIL], 774 'allocation-site-info': [FAIL],
751 775
752 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 776 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
753 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 777 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
754 778
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 ############################################################################## 824 ##############################################################################
801 ['gcov_coverage', { 825 ['gcov_coverage', {
802 # Tests taking too long. 826 # Tests taking too long.
803 'array-functions-prototype-misc': [SKIP], 827 'array-functions-prototype-misc': [SKIP],
804 828
805 # Stack overflow. 829 # Stack overflow.
806 'big-array-literal': [SKIP], 830 'big-array-literal': [SKIP],
807 }], # 'gcov_coverage' 831 }], # 'gcov_coverage'
808 832
809 ] 833 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698