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 2361043002: [Ignition] Use binary operation feedback from Ignition to Crankshaft. (Closed)
Patch Set: Removed iostream from type-info.cc Created 4 years, 2 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
« src/type-info.cc ('K') | « test/cctest/cctest.status ('k') | 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ['variant == ignition', { 649 ['variant == ignition', {
650 'debug-liveedit-double-call': [FAIL], 650 'debug-liveedit-double-call': [FAIL],
651 'regress-sync-optimized-lists': [FAIL], 651 'regress-sync-optimized-lists': [FAIL],
652 652
653 # Might trigger stack overflow. 653 # Might trigger stack overflow.
654 'unicode-test': [SKIP], 654 'unicode-test': [SKIP],
655 655
656 # TODO(4680): Test doesn't know about three tier compiler pipeline. 656 # TODO(4680): Test doesn't know about three tier compiler pipeline.
657 'assert-opt-and-deopt': [SKIP], 657 'assert-opt-and-deopt': [SKIP],
658 658
659 # BUG(rmcilroy,4989): Function is optimized without type feedback and so 659 # Fails because concurrent compilation is not triggered on bytecode.
660 # immediately deopts again, causing check failure in the test. 660 # Check in Runtime_OptimizeFunctionOnNextCall.
661 'compiler/deopt-inlined-from-call': [FAIL],
662 'compiler/increment-typefeedback': [FAIL],
663 'compiler/manual-concurrent-recompile': [FAIL], 661 'compiler/manual-concurrent-recompile': [FAIL],
664 'constant-folding-2': [FAIL],
665 'debug-is-active': [FAIL],
666 'deopt-with-fp-regs': [FAIL],
667 'deserialize-optimize-inner': [FAIL],
668 'div-mul-minus-one': [FAIL],
669 'double-intrinsics': [FAIL],
670 'elements-transition-hoisting': [FAIL],
671 'es6/block-let-crankshaft': [FAIL],
672 'es6/block-let-crankshaft-sloppy': [FAIL],
673 'getters-on-elements': [FAIL],
674 'harmony/do-expressions': [FAIL],
675 'math-floor-of-div-minus-zero': [FAIL],
676 'regress/regress-2132': [FAIL],
677 'regress/regress-2339': [FAIL],
678 'regress/regress-3176': [FAIL],
679 'regress/regress-3709': [FAIL],
680 'regress/regress-385565': [FAIL],
681 'regress/regress-crbug-594183': [FAIL],
682 'regress/regress-embedded-cons-string': [FAIL], 662 'regress/regress-embedded-cons-string': [FAIL],
683 'regress/regress-map-invalidation-2': [FAIL],
684 'regress/regress-param-local-type': [FAIL],
685 'regress/regress-prepare-break-while-recompile': [FAIL], 663 'regress/regress-prepare-break-while-recompile': [FAIL],
686 'shift-for-integer-div': [FAIL],
687 'sin-cos': [FAIL],
688 'smi-mul-const': [FAIL],
689 'smi-mul': [FAIL],
690 'unary-minus-deopt': [FAIL],
691 664
692 # Modules for which execution must fail (e.g. because of unresolved imports). 665 # Modules for which execution must fail (e.g. because of unresolved imports).
693 # Eventually we should test for the precise error message, but for now we only 666 # Eventually we should test for the precise error message, but for now we only
694 # ensure that there is an error. 667 # ensure that there is an error.
695 'modules-fail*': [FAIL], 668 'modules-fail*': [FAIL],
696 669
697 # Modules which are only meant to be imported from by other tests, not to be 670 # Modules which are only meant to be imported from by other tests, not to be
698 # tested standalone. 671 # tested standalone.
699 'modules-skip*': [SKIP], 672 'modules-skip*': [SKIP],
700 }], # variant == ignition 673 }], # variant == ignition
(...skipping 23 matching lines...) Expand all
724 'regress/regress-crbug-319860': [SKIP], 697 'regress/regress-crbug-319860': [SKIP],
725 'regress/regress-deep-proto': [SKIP], 698 'regress/regress-deep-proto': [SKIP],
726 'try': [SKIP], 699 'try': [SKIP],
727 # Too slow for interpreter and msan. 700 # Too slow for interpreter and msan.
728 'es6/tail-call-megatest*': [SKIP], 701 'es6/tail-call-megatest*': [SKIP],
729 }], # variant == ignition and msan 702 }], # variant == ignition and msan
730 703
731 ############################################################################## 704 ##############################################################################
732 ['variant == ignition_staging', { 705 ['variant == ignition_staging', {
733 'assert-opt-and-deopt': [SKIP], 706 'assert-opt-and-deopt': [SKIP],
734 'compiler/deopt-inlined-from-call': [FAIL], 707 'debug-liveedit-double-call': [FAIL],
735 'compiler/increment-typefeedback': [FAIL], 708 'regress-sync-optimized-lists': [FAIL],
709
710 # Fails because concurrent compilation is not triggered on bytecode.
711 # Check in Runtime_OptimizeFunctionOnNextCall.
736 'compiler/manual-concurrent-recompile': [FAIL], 712 'compiler/manual-concurrent-recompile': [FAIL],
737 'constant-folding-2': [FAIL],
738 'debug-is-active': [FAIL],
739 'debug-liveedit-double-call': [FAIL],
740 'deopt-with-fp-regs': [FAIL],
741 'deserialize-optimize-inner': [FAIL],
742 'div-mul-minus-one': [FAIL],
743 'elements-transition-hoisting': [FAIL],
744 'es6/block-let-crankshaft': [FAIL],
745 'es6/block-let-crankshaft-sloppy': [FAIL],
746 'getters-on-elements': [FAIL],
747 'harmony/do-expressions': [FAIL],
748 'math-floor-of-div-minus-zero': [FAIL],
749 'regress/regress-2132': [FAIL],
750 'regress/regress-2339': [FAIL],
751 'regress/regress-3176': [FAIL],
752 'regress/regress-3709': [FAIL],
753 'regress/regress-385565': [FAIL],
754 'regress/regress-crbug-594183': [FAIL],
755 'regress/regress-embedded-cons-string': [FAIL], 713 'regress/regress-embedded-cons-string': [FAIL],
756 'regress/regress-map-invalidation-2': [FAIL],
757 'regress/regress-param-local-type': [FAIL],
758 'regress/regress-prepare-break-while-recompile': [FAIL], 714 'regress/regress-prepare-break-while-recompile': [FAIL],
759 'regress-sync-optimized-lists': [FAIL],
760 'shift-for-integer-div': [FAIL],
761 'sin-cos': [FAIL],
762 'smi-mul-const': [FAIL],
763 'smi-mul': [FAIL],
764 'unary-minus-deopt': [FAIL],
765 715
766 # Flaky. 716 # Flaky.
767 'asm/int32div': [SKIP], 717 'asm/int32div': [SKIP],
768 'asm/int32mod': [SKIP], 718 'asm/int32mod': [SKIP],
769 'compiler/uint32': [SKIP], 719 'compiler/uint32': [SKIP],
770 'regress/regress-454725': [SKIP], 720 'regress/regress-454725': [SKIP],
771 721
772 # Might trigger stack overflow. 722 # Might trigger stack overflow.
773 'unicode-test': [SKIP], 723 'unicode-test': [SKIP],
774 724
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'lithium/*': [SKIP], 807 'lithium/*': [SKIP],
858 'third_party/*': [SKIP], 808 'third_party/*': [SKIP],
859 'tools/*': [SKIP], 809 'tools/*': [SKIP],
860 'apply': [SKIP], 810 'apply': [SKIP],
861 'math-*': [SKIP], 811 'math-*': [SKIP],
862 'unicode-test': [SKIP], 812 'unicode-test': [SKIP],
863 'whitespaces': [SKIP], 813 'whitespaces': [SKIP],
864 }], # variant == asm_wasm 814 }], # variant == asm_wasm
865 815
866 ] 816 ]
OLDNEW
« src/type-info.cc ('K') | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698