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

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

Issue 2469283002: [Interpreter] Remove skips from mjsunit tests which now pass. (Closed)
Patch Set: Created 4 years, 1 month 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 639
640 }], # variant == turbofan_opt 640 }], # variant == turbofan_opt
641 641
642 ############################################################################## 642 ##############################################################################
643 ['variant == ignition', { 643 ['variant == ignition', {
644 'debug-liveedit-double-call': [FAIL], 644 'debug-liveedit-double-call': [FAIL],
645 645
646 # Might trigger stack overflow. 646 # Might trigger stack overflow.
647 'unicode-test': [SKIP], 647 'unicode-test': [SKIP],
648 648
649 # TODO(4680): Test doesn't know about three tier compiler pipeline.
650 'assert-opt-and-deopt': [SKIP],
651
652 # Fails because concurrent compilation is not triggered on bytecode. 649 # Fails because concurrent compilation is not triggered on bytecode.
653 # Check in Runtime_OptimizeFunctionOnNextCall. 650 # Check in Runtime_OptimizeFunctionOnNextCall.
654 'compiler/manual-concurrent-recompile': [FAIL], 651 'compiler/manual-concurrent-recompile': [FAIL],
655 'regress/regress-embedded-cons-string': [FAIL], 652 'regress/regress-embedded-cons-string': [FAIL],
656 'regress/regress-prepare-break-while-recompile': [FAIL], 653 'regress/regress-prepare-break-while-recompile': [FAIL],
657 654
658 }], # variant == ignition 655 }], # variant == ignition
659 656
660 ['variant == ignition and arch == arm64', {
661 # TODO(rmcilroy,4680): Arm64 specific timeouts.
662 'asm/construct-double': [SKIP],
663 'compiler/osr-one': [SKIP],
664 'compiler/osr-two': [SKIP],
665 'wasm/asm-wasm-i32': [SKIP],
666 'wasm/asm-wasm-u32': [SKIP],
667 }], # variant == ignition and arch == arm64
668
669 ['variant == ignition and arch == arm', {
670 # TODO(rmcilroy,4680): Arm specific timeouts.
671 'compiler/osr-one': [SKIP],
672 'compiler/osr-two': [SKIP],
673 'regress/regress-1257': [SKIP],
674 }], # variant == ignition and arch == arm
675
676 ['variant == ignition and msan', { 657 ['variant == ignition and msan', {
677 # TODO(mythria,4680): All of these tests have large loops and hence slow 658 # TODO(mythria,4680): All of these tests have large loops and hence slow
678 # and timeout. 659 # and timeout.
679 'compiler/osr-big': [SKIP], 660 'compiler/osr-big': [SKIP],
680 'compiler/osr-nested': [SKIP], 661 'compiler/osr-nested': [SKIP],
681 'regress/regress-298269': [SKIP], 662 'regress/regress-298269': [SKIP],
682 'regress/regress-crbug-319860': [SKIP], 663 'regress/regress-crbug-319860': [SKIP],
683 'regress/regress-deep-proto': [SKIP], 664 'regress/regress-deep-proto': [SKIP],
684 'try': [SKIP], 665 'try': [SKIP],
685 # Too slow for interpreter and msan. 666 # Too slow for interpreter and msan.
686 'es6/tail-call-megatest*': [SKIP], 667 'es6/tail-call-megatest*': [SKIP],
687 }], # variant == ignition and msan 668 }], # variant == ignition and msan
688 669
689 ############################################################################## 670 ##############################################################################
690 ['variant == ignition_staging', { 671 ['variant == ignition_staging', {
691 'assert-opt-and-deopt': [SKIP],
692 'debug-liveedit-double-call': [FAIL], 672 'debug-liveedit-double-call': [FAIL],
693 673
694 # Fails because concurrent compilation is not triggered on bytecode. 674 # Fails because concurrent compilation is not triggered on bytecode.
695 # Check in Runtime_OptimizeFunctionOnNextCall. 675 # Check in Runtime_OptimizeFunctionOnNextCall.
696 'compiler/manual-concurrent-recompile': [FAIL], 676 'compiler/manual-concurrent-recompile': [FAIL],
697 'regress/regress-embedded-cons-string': [FAIL], 677 'regress/regress-embedded-cons-string': [FAIL],
698 'regress/regress-prepare-break-while-recompile': [FAIL], 678 'regress/regress-prepare-break-while-recompile': [FAIL],
699
700 # Flaky.
701 'asm/int32div': [SKIP],
702 'asm/int32mod': [SKIP],
703 'compiler/uint32': [SKIP],
704 'regress/regress-454725': [SKIP],
705
706 # Might trigger stack overflow.
707 'unicode-test': [SKIP],
708
709 }], # variant == ignition_staging 679 }], # variant == ignition_staging
710 680
711 ############################################################################## 681 ##############################################################################
712 ['variant == ignition_turbofan', { 682 ['variant == ignition_turbofan', {
713 'debug-liveedit-double-call': [FAIL], 683 'debug-liveedit-double-call': [FAIL],
714 684
715 # Might trigger stack overflow.
716 'unicode-test': [SKIP],
717
718 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
719 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
720
721 # TODO(rmcilroy,titzer): Times out after 685 # TODO(rmcilroy,titzer): Times out after
722 # https://codereview.chromium.org/1951013002 . 686 # https://codereview.chromium.org/1951013002 .
723 'regress/regress-599717': [PASS, ['tsan', SKIP]], 687 'regress/regress-599717': [PASS, ['tsan', SKIP]],
724 688
725 # TODO(jarin): No truncations on CheckFloat64Hole. 689 # TODO(jarin): No truncations on CheckFloat64Hole.
726 'getters-on-elements': [SKIP], 690 'getters-on-elements': [SKIP],
727 691
728 # TODO(rmcilroy): Flaky OOM. 692 # TODO(rmcilroy): Flaky OOM.
729 'unicodelctest-no-optimization': [SKIP], 693 'unicodelctest-no-optimization': [SKIP],
730 694
731 }], # variant == ignition_turbofan 695 }], # variant == ignition_turbofan
732 696
733 ['variant == ignition_turbofan and arch == arm64', {
734 # TODO(rmcilroy,4680): Arm64 specific timeouts.
735 'asm/construct-double': [SKIP],
736 'compiler/osr-one': [SKIP],
737 'compiler/osr-two': [SKIP],
738 'wasm/asm-wasm-i32': [SKIP],
739 'wasm/asm-wasm-u32': [SKIP],
740 }], # variant == ignition_turbofan and arch == arm64
741
742 ['variant == ignition_turbofan and arch == arm', { 697 ['variant == ignition_turbofan and arch == arm', {
743 # TODO(rmcilroy,4680): Arm specific timeouts. 698 # TODO(rmcilroy,4680): Arm specific timeouts.
744 'compiler/osr-one': [SKIP], 699 'compiler/osr-one': [SKIP],
745 'compiler/osr-two': [SKIP], 700 'compiler/osr-two': [SKIP],
746 'regress/regress-1257': [SKIP], 701 'regress/regress-1257': [SKIP],
747 }], # variant == ignition_turbofan and arch == arm 702 }], # variant == ignition_turbofan and arch == arm
748 703
749 ['variant == ignition_turbofan and msan', { 704 ['variant == ignition_turbofan and msan', {
750 # TODO(mythria,4680): All of these tests have large loops and hence slow 705 # TODO(mythria,4680): All of these tests have large loops and hence slow
751 # and timeout. 706 # and timeout.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'lithium/*': [SKIP], 749 'lithium/*': [SKIP],
795 'third_party/*': [SKIP], 750 'third_party/*': [SKIP],
796 'tools/*': [SKIP], 751 'tools/*': [SKIP],
797 'apply': [SKIP], 752 'apply': [SKIP],
798 'math-*': [SKIP], 753 'math-*': [SKIP],
799 'unicode-test': [SKIP], 754 'unicode-test': [SKIP],
800 'whitespaces': [SKIP], 755 'whitespaces': [SKIP],
801 }], # variant == asm_wasm 756 }], # variant == asm_wasm
802 757
803 ] 758 ]
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