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

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

Issue 2225923003: [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated mjsunit.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. 634 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls
635 # in interpreter.
636 'array-feedback': [FAIL],
637 'regress/regress-4121': [FAIL],
638
639 # TODO(mythria, 4780): In interpreter we disable mementos when creating array
640 # literals.
635 'array-literal-feedback': [FAIL], 641 'array-literal-feedback': [FAIL],
636 'regress/regress-4121': [FAIL],
637 642
638 # TODO(4680): Test doesn't know about three tier compiler pipeline. 643 # TODO(4680): Test doesn't know about three tier compiler pipeline.
639 'assert-opt-and-deopt': [SKIP], 644 'assert-opt-and-deopt': [SKIP],
640 645
641 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 646 # BUG(rmcilroy,4989): Function is optimized without type feedback and so
647 # immediately deopts again, causing check failure in the test.
642 'compiler/deopt-inlined-from-call': [FAIL], 648 'compiler/deopt-inlined-from-call': [FAIL],
643 'compiler/increment-typefeedback': [FAIL], 649 'compiler/increment-typefeedback': [FAIL],
644 'compiler/manual-concurrent-recompile': [FAIL], 650 'compiler/manual-concurrent-recompile': [FAIL],
645 'constant-folding-2': [FAIL], 651 'constant-folding-2': [FAIL],
646 'debug-is-active': [FAIL], 652 'debug-is-active': [FAIL],
647 'deopt-with-fp-regs': [FAIL], 653 'deopt-with-fp-regs': [FAIL],
648 'deserialize-optimize-inner': [FAIL], 654 'deserialize-optimize-inner': [FAIL],
649 'div-mul-minus-one': [FAIL], 655 'div-mul-minus-one': [FAIL],
650 'double-intrinsics': [FAIL], 656 'double-intrinsics': [FAIL],
651 'elements-transition-hoisting': [FAIL], 657 'elements-transition-hoisting': [FAIL],
(...skipping 10 matching lines...) Expand all
662 'regress/regress-crbug-594183': [FAIL], 668 'regress/regress-crbug-594183': [FAIL],
663 'regress/regress-embedded-cons-string': [FAIL], 669 'regress/regress-embedded-cons-string': [FAIL],
664 'regress/regress-map-invalidation-2': [FAIL], 670 'regress/regress-map-invalidation-2': [FAIL],
665 'regress/regress-param-local-type': [FAIL], 671 'regress/regress-param-local-type': [FAIL],
666 'regress/regress-prepare-break-while-recompile': [FAIL], 672 'regress/regress-prepare-break-while-recompile': [FAIL],
667 'shift-for-integer-div': [FAIL], 673 'shift-for-integer-div': [FAIL],
668 'sin-cos': [FAIL], 674 'sin-cos': [FAIL],
669 'smi-mul-const': [FAIL], 675 'smi-mul-const': [FAIL],
670 'smi-mul': [FAIL], 676 'smi-mul': [FAIL],
671 'unary-minus-deopt': [FAIL], 677 'unary-minus-deopt': [FAIL],
672 'array-constructor-feedback': [FAIL],
673 'array-feedback': [FAIL],
674 'allocation-site-info': [FAIL], 678 'allocation-site-info': [FAIL],
675 }], # variant == ignition 679 }], # variant == ignition
676 680
677 ['variant == ignition and arch == arm64', { 681 ['variant == ignition and arch == arm64', {
678 # TODO(rmcilroy,4680): Arm64 specific timeouts. 682 # TODO(rmcilroy,4680): Arm64 specific timeouts.
679 'asm/construct-double': [SKIP], 683 'asm/construct-double': [SKIP],
680 'compiler/osr-one': [SKIP], 684 'compiler/osr-one': [SKIP],
681 'compiler/osr-two': [SKIP], 685 'compiler/osr-two': [SKIP],
682 'wasm/asm-wasm-i32': [SKIP], 686 'wasm/asm-wasm-i32': [SKIP],
683 'wasm/asm-wasm-u32': [SKIP], 687 'wasm/asm-wasm-u32': [SKIP],
(...skipping 15 matching lines...) Expand all
699 'regress/regress-crbug-319860': [SKIP], 703 'regress/regress-crbug-319860': [SKIP],
700 'regress/regress-deep-proto': [SKIP], 704 'regress/regress-deep-proto': [SKIP],
701 'try': [SKIP], 705 'try': [SKIP],
702 # Too slow for interpreter and msan. 706 # Too slow for interpreter and msan.
703 'es6/tail-call-megatest*': [SKIP], 707 'es6/tail-call-megatest*': [SKIP],
704 }], # variant == ignition and msan 708 }], # variant == ignition and msan
705 709
706 ############################################################################## 710 ##############################################################################
707 ['variant == ignition_staging', { 711 ['variant == ignition_staging', {
708 'allocation-site-info': [FAIL], 712 'allocation-site-info': [FAIL],
709 'array-constructor-feedback': [FAIL],
710 'array-feedback': [FAIL], 713 'array-feedback': [FAIL],
711 'array-literal-feedback': [FAIL], 714 'array-literal-feedback': [FAIL],
712 'assert-opt-and-deopt': [SKIP], 715 'assert-opt-and-deopt': [SKIP],
713 'compiler/deopt-inlined-from-call': [FAIL], 716 'compiler/deopt-inlined-from-call': [FAIL],
714 'compiler/increment-typefeedback': [FAIL], 717 'compiler/increment-typefeedback': [FAIL],
715 'compiler/manual-concurrent-recompile': [FAIL], 718 'compiler/manual-concurrent-recompile': [FAIL],
716 'constant-folding-2': [FAIL], 719 'constant-folding-2': [FAIL],
717 'debug-is-active': [FAIL], 720 'debug-is-active': [FAIL],
718 'debug-liveedit-double-call': [FAIL], 721 'debug-liveedit-double-call': [FAIL],
719 'deopt-with-fp-regs': [FAIL], 722 'deopt-with-fp-regs': [FAIL],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 757
755 }], # variant == ignition_staging 758 }], # variant == ignition_staging
756 759
757 ############################################################################## 760 ##############################################################################
758 ['variant == ignition_turbofan', { 761 ['variant == ignition_turbofan', {
759 'debug-liveedit-double-call': [FAIL], 762 'debug-liveedit-double-call': [FAIL],
760 763
761 # Might trigger stack overflow. 764 # Might trigger stack overflow.
762 'unicode-test': [SKIP], 765 'unicode-test': [SKIP],
763 766
764 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 767 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls
768 # in interpreter.
769 'regress/regress-4121': [FAIL],
770 'array-feedback': [FAIL],
771
772 # TODO(mythria, 4780): In interpreter we disable mementos when creating array
773 # literals.
765 'array-literal-feedback': [FAIL], 774 'array-literal-feedback': [FAIL],
766 'regress/regress-4121': [FAIL],
767 'array-constructor-feedback': [FAIL],
768 'array-feedback': [FAIL],
769 'allocation-site-info': [FAIL], 775 'allocation-site-info': [FAIL],
770 776
771 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 777 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
772 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 778 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
773 779
774 # TODO(rmcilroy,titzer): Times out after 780 # TODO(rmcilroy,titzer): Times out after
775 # https://codereview.chromium.org/1951013002 . 781 # https://codereview.chromium.org/1951013002 .
776 'regress/regress-599717': [PASS, ['tsan', SKIP]], 782 'regress/regress-599717': [PASS, ['tsan', SKIP]],
777 783
778 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 784 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 ############################################################################## 825 ##############################################################################
820 ['gcov_coverage', { 826 ['gcov_coverage', {
821 # Tests taking too long. 827 # Tests taking too long.
822 'array-functions-prototype-misc': [SKIP], 828 'array-functions-prototype-misc': [SKIP],
823 829
824 # Stack overflow. 830 # Stack overflow.
825 'big-array-literal': [SKIP], 831 'big-array-literal': [SKIP],
826 }], # 'gcov_coverage' 832 }], # 'gcov_coverage'
827 833
828 ] 834 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698