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

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

Issue 1634153002: [Interpreter] Adds support for const/let variables to interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased the patch. Created 4 years, 10 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 | « test/cctest/interpreter/test-interpreter.cc ('k') | test/test262/test262.status » ('j') | 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 }], # 'predictable == True' 740 }], # 'predictable == True'
741 741
742 ############################################################################## 742 ##############################################################################
743 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 743 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
744 744
745 # take too long with the simulator. 745 # take too long with the simulator.
746 'regress/regress-1132': [SKIP], 746 'regress/regress-1132': [SKIP],
747 }], # 'arch == ppc and simulator_run == True' 747 }], # 'arch == ppc and simulator_run == True'
748 748
749 ['ignition == True', { 749 ['ignition == True', {
750 'const*': [SKIP],
751 'debug-*': [SKIP], 750 'debug-*': [SKIP],
752 'es6/*': [SKIP], 751 'es6/*': [SKIP],
753 'es7/*': [SKIP], 752 'es7/*': [SKIP],
754 'strong/*': [SKIP], 753 'strong/*': [SKIP],
755 'harmony/*': [SKIP], 754 'harmony/*': [SKIP],
756 'regress/debug*': [SKIP], 755 'regress/debug*': [SKIP],
757 'regress/regress-debug*': [SKIP], 756 'regress/regress-debug*': [SKIP],
758 757
759 # TODO(4690): Failing in debugger DebuggerInspectableFrame. 758 # TODO(4690): Failing in debugger DebuggerInspectableFrame.
760 'for-in-opt': [FAIL], 759 'for-in-opt': [FAIL],
761 760
762 'arguments-load-across-eval': [SKIP], 761 'arguments-load-across-eval': [SKIP],
763 'array-constructor': [PASS, SLOW], 762 'array-constructor': [PASS, SLOW],
764 'array-functions-prototype-misc': [SKIP], 763 'array-functions-prototype-misc': [SKIP],
765 'array-join': [SKIP], 764 'array-join': [SKIP],
766 'array-literal-feedback': [SKIP], 765 'array-literal-feedback': [SKIP],
767 'array-literal-transitions': [SKIP], 766 'array-literal-transitions': [SKIP],
768 'break': [SKIP], 767 'break': [SKIP],
769 'call-runtime-tail': [SKIP], 768 'call-runtime-tail': [SKIP],
770 'compiler/deopt-inlined-smi': [SKIP], 769 'compiler/deopt-inlined-smi': [SKIP],
771 'compiler/deopt-tonumber-compare': [SKIP], 770 'compiler/deopt-tonumber-compare': [SKIP],
772 'compiler/expression-trees': [SKIP], 771 'compiler/expression-trees': [SKIP],
773 'compiler/regress-446647': [SKIP], 772 'compiler/regress-446647': [SKIP],
774 'compiler/regress-447567': [SKIP],
775 'compiler/regress-96989': [SKIP],
776 'compiler/regress-const': [SKIP],
777 'compiler/regress-funarguments': [SKIP], 773 'compiler/regress-funarguments': [SKIP],
778 'compiler/regress-stacktrace-methods': [SKIP], 774 'compiler/regress-stacktrace-methods': [SKIP],
779 'compiler/strict-recompile': [SKIP], 775 'compiler/strict-recompile': [SKIP],
780 'cyclic-array-to-string': [SKIP], 776 'cyclic-array-to-string': [SKIP],
781 'd8-worker-sharedarraybuffer': [SKIP], 777 'd8-worker-sharedarraybuffer': [SKIP],
782 'declare-locally': [SKIP],
783 'deserialize-optimize-inner': [SKIP], 778 'deserialize-optimize-inner': [SKIP],
784 'eval-enclosing-function-name': [SKIP],
785 'eval-stack-trace': [SKIP], 779 'eval-stack-trace': [SKIP],
786 'field-type-tracking': [SKIP], 780 'field-type-tracking': [SKIP],
787 'global-const-var-conflicts': [SKIP],
788 'global-hash': [SKIP], 781 'global-hash': [SKIP],
789 'messages': [SKIP], 782 'messages': [SKIP],
790 'property-load-across-eval': [SKIP], 783 'property-load-across-eval': [SKIP],
791 'proto-accessor': [SKIP], 784 'proto-accessor': [SKIP],
792 'readonly': [SKIP], 785 'readonly': [SKIP],
793 'regress-3225': [SKIP], 786 'regress-3225': [SKIP],
794 'regress/poly_count_operation': [SKIP], 787 'regress/poly_count_operation': [SKIP],
795 'regress/regress-102153': [SKIP], 788 'regress/regress-102153': [SKIP],
796 'regress/regress-109195': [SKIP], 789 'regress/regress-109195': [SKIP],
797 'regress/regress-1114040': [SKIP], 790 'regress/regress-1114040': [SKIP],
798 'regress/regress-1170187': [SKIP], 791 'regress/regress-1170187': [SKIP],
799 'regress/regress-1178598': [SKIP],
800 'regress/regress-119609': [SKIP], 792 'regress/regress-119609': [SKIP],
801 'regress/regress-1199637': [SKIP], 793 'regress/regress-1199637': [SKIP],
802 'regress/regress-1200351': [SKIP], 794 'regress/regress-1200351': [SKIP],
803 'regress/regress-123919': [SKIP], 795 'regress/regress-123919': [SKIP],
804 'regress/regress-124594': [SKIP], 796 'regress/regress-124594': [SKIP],
805 'regress/regress-131994': [SKIP], 797 'regress/regress-131994': [SKIP],
806 'regress/regress-1412': [SKIP], 798 'regress/regress-1412': [SKIP],
807 'regress/regress-1436': [SKIP], 799 'regress/regress-1436': [SKIP],
808 'regress/regress-147497': [SKIP], 800 'regress/regress-147497': [SKIP],
809 'regress/regress-1523': [SKIP], 801 'regress/regress-1523': [SKIP],
810 'regress/regress-1586': [SKIP], 802 'regress/regress-1586': [SKIP],
811 'regress/regress-1639-2': [SKIP], 803 'regress/regress-1639-2': [SKIP],
812 'regress/regress-1639': [SKIP], 804 'regress/regress-1639': [SKIP],
813 'regress/regress-1790': [SKIP], 805 'regress/regress-1790': [SKIP],
814 'regress/regress-1853': [SKIP], 806 'regress/regress-1853': [SKIP],
815 'regress/regress-186': [SKIP],
816 'regress/regress-1980': [SKIP], 807 'regress/regress-1980': [SKIP],
817 'regress/regress-2318': [SKIP], 808 'regress/regress-2318': [SKIP],
818 'regress/regress-2618': [SKIP], 809 'regress/regress-2618': [SKIP],
819 'regress/regress-265': [SKIP], 810 'regress/regress-265': [SKIP],
820 'regress/regress-269': [SKIP], 811 'regress/regress-269': [SKIP],
821 'regress/regress-2790': [SKIP], 812 'regress/regress-2790': [SKIP],
822 'regress/regress-2825': [SKIP], 813 'regress/regress-2825': [SKIP],
823 'regress/regress-353551': [SKIP], 814 'regress/regress-353551': [SKIP],
824 'regress/regress-354357': [SKIP], 815 'regress/regress-354357': [SKIP],
825 'regress/regress-3926': [SKIP],
826 'regress/regress-3960': [SKIP], 816 'regress/regress-3960': [SKIP],
827 'regress/regress-3969': [SKIP], 817 'regress/regress-3969': [SKIP],
828 'regress/regress-3985': [SKIP], 818 'regress/regress-3985': [SKIP],
829 'regress/regress-4121': [SKIP], 819 'regress/regress-4121': [SKIP],
830 'regress/regress-419663': [SKIP], 820 'regress/regress-419663': [SKIP],
831 'regress/regress-4255-4': [SKIP], 821 'regress/regress-4255-4': [SKIP],
832 'regress/regress-4266': [SKIP], 822 'regress/regress-4266': [SKIP],
833 'regress/regress-430201b': [SKIP], 823 'regress/regress-430201b': [SKIP],
834 'regress/regress-430201': [SKIP], 824 'regress/regress-430201': [SKIP],
835 'regress/regress-4309-1': [SKIP], 825 'regress/regress-4309-1': [SKIP],
836 'regress/regress-4309-2': [SKIP], 826 'regress/regress-4309-2': [SKIP],
837 'regress/regress-4309-3': [SKIP], 827 'regress/regress-4309-3': [SKIP],
838 'regress/regress-4320': [SKIP], 828 'regress/regress-4320': [SKIP],
839 'regress/regress-4374': [SKIP], 829 'regress/regress-4374': [SKIP],
840 'regress/regress-4388': [SKIP],
841 'regress/regress-446389': [SKIP], 830 'regress/regress-446389': [SKIP],
842 'regress/regress-447756': [SKIP], 831 'regress/regress-447756': [SKIP],
843 'regress/regress-4509-Class-constructor-typeerror-realm' : [SKIP], 832 'regress/regress-4509-Class-constructor-typeerror-realm' : [SKIP],
844 'regress/regress-4515': [SKIP], 833 'regress/regress-4515': [SKIP],
845 'regress/regress-4521': [SKIP], 834 'regress/regress-4521': [SKIP],
846 'regress/regress-4525': [SKIP], 835 'regress/regress-4525': [SKIP],
847 'regress/regress-453481': [SKIP], 836 'regress/regress-453481': [SKIP],
848 'regress/regress-455207': [SKIP], 837 'regress/regress-455207': [SKIP],
849 'regress/regress-457935': [SKIP], 838 'regress/regress-457935': [SKIP],
850 'regress/regress-476488': [SKIP], 839 'regress/regress-476488': [SKIP],
851 'regress/regress-503565': [SKIP], 840 'regress/regress-503565': [SKIP],
852 'regress/regress-514362': [SKIP], 841 'regress/regress-514362': [SKIP],
853 'regress/regress-520029': [SKIP], 842 'regress/regress-520029': [SKIP],
854 'regress/regress-544991': [SKIP], 843 'regress/regress-544991': [SKIP],
855 'regress/regress-572589': [SKIP], 844 'regress/regress-572589': [SKIP],
856 'regress/regress-799761': [SKIP], 845 'regress/regress-799761': [SKIP],
857 'regress/regress-88591': [SKIP],
858 'regress/regress-94873': [SKIP], 846 'regress/regress-94873': [SKIP],
859 'regress/regress-97116b': [SKIP], 847 'regress/regress-97116b': [SKIP],
860 'regress/regress-97116': [SKIP], 848 'regress/regress-97116': [SKIP],
861 'regress/regress-998565': [SKIP], 849 'regress/regress-998565': [SKIP],
862 'regress/regress-arg-materialize-store': [SKIP], 850 'regress/regress-arg-materialize-store': [SKIP],
863 'regress/regress-assignment-in-test-context': [SKIP], 851 'regress/regress-assignment-in-test-context': [SKIP],
864 'regress/regress-conditional-position': [SKIP], 852 'regress/regress-conditional-position': [SKIP],
865 'regress/regress-crbug-109362': [SKIP], 853 'regress/regress-crbug-109362': [SKIP],
866 'regress/regress-crbug-119800': [SKIP], 854 'regress/regress-crbug-119800': [SKIP],
867 'regress/regress-crbug-259300': [SKIP], 855 'regress/regress-crbug-259300': [SKIP],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 # Tests taking too long. 953 # Tests taking too long.
966 'array-functions-prototype-misc': [SKIP], 954 'array-functions-prototype-misc': [SKIP],
967 'strong/implicit-conversions': [SKIP], 955 'strong/implicit-conversions': [SKIP],
968 'strong/load-element-mutate-backing-store': [SKIP], 956 'strong/load-element-mutate-backing-store': [SKIP],
969 957
970 # Stack overflow. 958 # Stack overflow.
971 'big-array-literal': [SKIP], 959 'big-array-literal': [SKIP],
972 }], # 'gcov_coverage' 960 }], # 'gcov_coverage'
973 961
974 ] 962 ]
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698