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

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

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Fixed cctest.status Created 4 years, 3 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
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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 }], # variant == turbofan_opt 624 }], # variant == turbofan_opt
625 625
626 ############################################################################## 626 ##############################################################################
627 ['variant == ignition', { 627 ['variant == ignition', {
628 'debug-liveedit-double-call': [FAIL], 628 'debug-liveedit-double-call': [FAIL],
629 'regress-sync-optimized-lists': [FAIL], 629 'regress-sync-optimized-lists': [FAIL],
630 630
631 # Might trigger stack overflow. 631 # Might trigger stack overflow.
632 'unicode-test': [SKIP], 632 'unicode-test': [SKIP],
633 633
634 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
635 'array-literal-feedback': [FAIL],
636 'regress/regress-4121': [FAIL],
637
638 # TODO(4680): Test doesn't know about three tier compiler pipeline. 634 # TODO(4680): Test doesn't know about three tier compiler pipeline.
639 'assert-opt-and-deopt': [SKIP], 635 'assert-opt-and-deopt': [SKIP],
640 636
641 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 637 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test.
642 'compiler/deopt-inlined-from-call': [FAIL], 638 'compiler/deopt-inlined-from-call': [FAIL],
643 'compiler/increment-typefeedback': [FAIL], 639 'compiler/increment-typefeedback': [FAIL],
644 'compiler/manual-concurrent-recompile': [FAIL], 640 'compiler/manual-concurrent-recompile': [FAIL],
645 'constant-folding-2': [FAIL], 641 'constant-folding-2': [FAIL],
646 'debug-is-active': [FAIL], 642 'debug-is-active': [FAIL],
647 'deopt-with-fp-regs': [FAIL], 643 'deopt-with-fp-regs': [FAIL],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'try': [SKIP], 697 'try': [SKIP],
702 # Too slow for interpreter and msan. 698 # Too slow for interpreter and msan.
703 'es6/tail-call-megatest*': [SKIP], 699 'es6/tail-call-megatest*': [SKIP],
704 }], # variant == ignition and msan 700 }], # variant == ignition and msan
705 701
706 ############################################################################## 702 ##############################################################################
707 ['variant == ignition_staging', { 703 ['variant == ignition_staging', {
708 'allocation-site-info': [FAIL], 704 'allocation-site-info': [FAIL],
709 'array-constructor-feedback': [FAIL], 705 'array-constructor-feedback': [FAIL],
710 'array-feedback': [FAIL], 706 'array-feedback': [FAIL],
711 'array-literal-feedback': [FAIL],
712 'assert-opt-and-deopt': [SKIP], 707 'assert-opt-and-deopt': [SKIP],
713 'compiler/deopt-inlined-from-call': [FAIL], 708 'compiler/deopt-inlined-from-call': [FAIL],
714 'compiler/increment-typefeedback': [FAIL], 709 'compiler/increment-typefeedback': [FAIL],
715 'compiler/manual-concurrent-recompile': [FAIL], 710 'compiler/manual-concurrent-recompile': [FAIL],
716 'constant-folding-2': [FAIL], 711 'constant-folding-2': [FAIL],
717 'debug-is-active': [FAIL], 712 'debug-is-active': [FAIL],
718 'debug-liveedit-double-call': [FAIL], 713 'debug-liveedit-double-call': [FAIL],
719 'deopt-with-fp-regs': [FAIL], 714 'deopt-with-fp-regs': [FAIL],
720 'deserialize-optimize-inner': [FAIL], 715 'deserialize-optimize-inner': [FAIL],
721 'div-mul-minus-one': [FAIL], 716 'div-mul-minus-one': [FAIL],
722 'elements-transition-hoisting': [FAIL], 717 'elements-transition-hoisting': [FAIL],
723 'es6/block-let-crankshaft': [FAIL], 718 'es6/block-let-crankshaft': [FAIL],
724 'es6/block-let-crankshaft-sloppy': [FAIL], 719 'es6/block-let-crankshaft-sloppy': [FAIL],
725 'getters-on-elements': [FAIL], 720 'getters-on-elements': [FAIL],
726 'harmony/do-expressions': [FAIL], 721 'harmony/do-expressions': [FAIL],
727 'math-floor-of-div-minus-zero': [FAIL], 722 'math-floor-of-div-minus-zero': [FAIL],
728 'regress/regress-2132': [FAIL], 723 'regress/regress-2132': [FAIL],
729 'regress/regress-2339': [FAIL], 724 'regress/regress-2339': [FAIL],
730 'regress/regress-3176': [FAIL], 725 'regress/regress-3176': [FAIL],
731 'regress/regress-3709': [FAIL], 726 'regress/regress-3709': [FAIL],
732 'regress/regress-385565': [FAIL], 727 'regress/regress-385565': [FAIL],
733 'regress/regress-4121': [FAIL],
734 'regress/regress-crbug-594183': [FAIL], 728 'regress/regress-crbug-594183': [FAIL],
735 'regress/regress-embedded-cons-string': [FAIL], 729 'regress/regress-embedded-cons-string': [FAIL],
736 'regress/regress-map-invalidation-2': [FAIL], 730 'regress/regress-map-invalidation-2': [FAIL],
737 'regress/regress-param-local-type': [FAIL], 731 'regress/regress-param-local-type': [FAIL],
738 'regress/regress-prepare-break-while-recompile': [FAIL], 732 'regress/regress-prepare-break-while-recompile': [FAIL],
739 'regress-sync-optimized-lists': [FAIL], 733 'regress-sync-optimized-lists': [FAIL],
740 'shift-for-integer-div': [FAIL], 734 'shift-for-integer-div': [FAIL],
741 'sin-cos': [FAIL], 735 'sin-cos': [FAIL],
742 'smi-mul-const': [FAIL], 736 'smi-mul-const': [FAIL],
743 'smi-mul': [FAIL], 737 'smi-mul': [FAIL],
(...skipping 11 matching lines...) Expand all
755 }], # variant == ignition_staging 749 }], # variant == ignition_staging
756 750
757 ############################################################################## 751 ##############################################################################
758 ['variant == ignition_turbofan', { 752 ['variant == ignition_turbofan', {
759 'debug-liveedit-double-call': [FAIL], 753 'debug-liveedit-double-call': [FAIL],
760 754
761 # Might trigger stack overflow. 755 # Might trigger stack overflow.
762 'unicode-test': [SKIP], 756 'unicode-test': [SKIP],
763 757
764 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 758 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
765 'array-literal-feedback': [FAIL],
766 'regress/regress-4121': [FAIL],
767 'array-constructor-feedback': [FAIL], 759 'array-constructor-feedback': [FAIL],
768 'array-feedback': [FAIL], 760 'array-feedback': [FAIL],
769 'allocation-site-info': [FAIL], 761 'allocation-site-info': [FAIL],
770 762
771 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 763 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
772 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 764 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
773 765
774 # TODO(rmcilroy,titzer): Times out after 766 # TODO(rmcilroy,titzer): Times out after
775 # https://codereview.chromium.org/1951013002 . 767 # https://codereview.chromium.org/1951013002 .
776 'regress/regress-599717': [PASS, ['tsan', SKIP]], 768 'regress/regress-599717': [PASS, ['tsan', SKIP]],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 ############################################################################## 811 ##############################################################################
820 ['gcov_coverage', { 812 ['gcov_coverage', {
821 # Tests taking too long. 813 # Tests taking too long.
822 'array-functions-prototype-misc': [SKIP], 814 'array-functions-prototype-misc': [SKIP],
823 815
824 # Stack overflow. 816 # Stack overflow.
825 'big-array-literal': [SKIP], 817 'big-array-literal': [SKIP],
826 }], # 'gcov_coverage' 818 }], # 'gcov_coverage'
827 819
828 ] 820 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698