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 1633633002: [Interpreter] Fix deopting from inline functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase and add PPC 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
« src/objects.h ('K') | « src/x87/builtins-x87.cc ('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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'arguments-load-across-eval': [SKIP], 771 'arguments-load-across-eval': [SKIP],
772 'arguments-read-and-assignment': [SKIP], 772 'arguments-read-and-assignment': [SKIP],
773 'array-bounds-check-removal': [SKIP], 773 'array-bounds-check-removal': [SKIP],
774 'array-constructor': [SKIP], 774 'array-constructor': [SKIP],
775 'array-functions-prototype-misc': [SKIP], 775 'array-functions-prototype-misc': [SKIP],
776 'array-join': [SKIP], 776 'array-join': [SKIP],
777 'array-literal-feedback': [SKIP], 777 'array-literal-feedback': [SKIP],
778 'array-literal-transitions': [SKIP], 778 'array-literal-transitions': [SKIP],
779 'break': [SKIP], 779 'break': [SKIP],
780 'call-runtime-tail': [SKIP], 780 'call-runtime-tail': [SKIP],
781 'compiler/compare-map-elim2': [SKIP],
782 'compiler/deopt-inlined-smi': [SKIP], 781 'compiler/deopt-inlined-smi': [SKIP],
783 'compiler/deopt-tonumber-compare': [SKIP], 782 'compiler/deopt-tonumber-compare': [SKIP],
784 'compiler/escape-analysis-arguments': [SKIP], 783 'compiler/escape-analysis-arguments': [SKIP],
785 'compiler/escape-analysis': [SKIP], 784 'compiler/escape-analysis': [SKIP],
786 'compiler/expression-trees': [SKIP], 785 'compiler/expression-trees': [SKIP],
787 'compiler/inline-arguments': [SKIP],
788 'compiler/inline-arity-mismatch': [SKIP],
789 'compiler/inline-construct': [SKIP],
790 'compiler/lazy-deopt-in-literal': [SKIP],
791 'compiler/manual-concurrent-recompile': [SKIP], 786 'compiler/manual-concurrent-recompile': [SKIP],
792 'compiler/optimized-for-in': [SKIP], 787 'compiler/optimized-for-in': [SKIP],
793 'compiler/optimized-function-calls': [SKIP], 788 'compiler/optimized-function-calls': [SKIP],
794 'compiler/opt-next-call-turbo': [SKIP], 789 'compiler/opt-next-call-turbo': [SKIP],
795 'compiler/property-refs': [SKIP],
796 'compiler/regress-3786': [SKIP], 790 'compiler/regress-3786': [SKIP],
797 'compiler/regress-446647': [SKIP], 791 'compiler/regress-446647': [SKIP],
798 'compiler/regress-447567': [SKIP], 792 'compiler/regress-447567': [SKIP],
799 'compiler/regress-469089': [SKIP], 793 'compiler/regress-469089': [SKIP],
800 'compiler/regress-96989': [SKIP], 794 'compiler/regress-96989': [SKIP],
801 'compiler/regress-const': [SKIP], 795 'compiler/regress-const': [SKIP],
802 'compiler/regress-funarguments': [SKIP], 796 'compiler/regress-funarguments': [SKIP],
803 'compiler/regress-stacktrace-methods': [SKIP], 797 'compiler/regress-stacktrace-methods': [SKIP],
804 'compiler/regress-variable-liveness': [SKIP],
805 'compiler/rotate': [SKIP], 798 'compiler/rotate': [SKIP],
806 'compiler/safepoint': [SKIP], 799 'compiler/safepoint': [SKIP],
807 'compiler/strict-recompile': [SKIP], 800 'compiler/strict-recompile': [SKIP],
808 'compiler/try-binop': [SKIP], 801 'compiler/try-binop': [SKIP],
809 'compiler/try-deopt': [SKIP], 802 'compiler/try-deopt': [SKIP],
810 'compiler/uint32': [SKIP], 803 'compiler/uint32': [SKIP],
811 'compiler/variables': [SKIP], 804 'compiler/variables': [SKIP],
812 'context-calls-maintained': [SKIP], 805 'context-calls-maintained': [SKIP],
813 'contextual-calls': [SKIP], 806 'contextual-calls': [SKIP],
814 'cyclic-array-to-string': [SKIP], 807 'cyclic-array-to-string': [SKIP],
815 'd8-worker-sharedarraybuffer': [SKIP], 808 'd8-worker-sharedarraybuffer': [SKIP],
816 'declare-locally': [SKIP], 809 'declare-locally': [SKIP],
817 'delete-in-with': [SKIP], 810 'delete-in-with': [SKIP],
818 'deopt-minus-zero': [SKIP], 811 'deopt-minus-zero': [SKIP],
819 'deserialize-optimize-inner': [SKIP], 812 'deserialize-optimize-inner': [SKIP],
820 'double-equals': [SKIP], 813 'double-equals': [SKIP],
821 'eval-enclosing-function-name': [SKIP], 814 'eval-enclosing-function-name': [SKIP],
822 'eval': [SKIP], 815 'eval': [SKIP],
823 'eval-stack-trace': [SKIP], 816 'eval-stack-trace': [SKIP],
824 'eval-typeof-non-existing': [SKIP], 817 'eval-typeof-non-existing': [SKIP],
825 'fast-prototype': [SKIP], 818 'fast-prototype': [SKIP],
826 'field-type-tracking': [SKIP], 819 'field-type-tracking': [SKIP],
827 'for-in-opt': [SKIP],
828 'for-in-special-cases': [SKIP], 820 'for-in-special-cases': [SKIP],
829 'getter-in-prototype': [SKIP], 821 'getter-in-prototype': [SKIP],
830 'global-const-var-conflicts': [SKIP], 822 'global-const-var-conflicts': [SKIP],
831 'global-hash': [SKIP], 823 'global-hash': [SKIP],
832 'global-load-from-eval-in-with': [SKIP], 824 'global-load-from-eval-in-with': [SKIP],
833 'global-load-from-nested-eval': [SKIP], 825 'global-load-from-nested-eval': [SKIP],
834 'global-vars-with': [SKIP], 826 'global-vars-with': [SKIP],
835 'messages': [SKIP], 827 'messages': [SKIP],
836 'object-literal-gc': [SKIP], 828 'object-literal-gc': [SKIP],
837 'osr-elements-kind': [SKIP], 829 'osr-elements-kind': [SKIP],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'regress/regress-269': [SKIP], 887 'regress/regress-269': [SKIP],
896 'regress/regress-2790': [SKIP], 888 'regress/regress-2790': [SKIP],
897 'regress/regress-2825': [SKIP], 889 'regress/regress-2825': [SKIP],
898 'regress/regress-3138': [SKIP], 890 'regress/regress-3138': [SKIP],
899 'regress/regress-318420': [SKIP], 891 'regress/regress-318420': [SKIP],
900 'regress/regress-320532': [SKIP], 892 'regress/regress-320532': [SKIP],
901 'regress/regress-331444': [SKIP], 893 'regress/regress-331444': [SKIP],
902 'regress/regress-343609': [SKIP], 894 'regress/regress-343609': [SKIP],
903 'regress/regress-347530': [SKIP], 895 'regress/regress-347530': [SKIP],
904 'regress/regress-347914': [SKIP], 896 'regress/regress-347914': [SKIP],
905 'regress/regress-351261': [SKIP],
906 'regress/regress-352982': [SKIP], 897 'regress/regress-352982': [SKIP],
907 'regress/regress-353551': [SKIP], 898 'regress/regress-353551': [SKIP],
908 'regress/regress-354357': [SKIP], 899 'regress/regress-354357': [SKIP],
909 'regress/regress-356053': [SKIP], 900 'regress/regress-356053': [SKIP],
910 'regress/regress-357105': [SKIP], 901 'regress/regress-357105': [SKIP],
911 'regress/regress-359441': [SKIP],
912 'regress/regress-361025': [SKIP], 902 'regress/regress-361025': [SKIP],
913 'regress/regress-365172-3': [SKIP], 903 'regress/regress-365172-3': [SKIP],
914 'regress/regress-370827': [SKIP], 904 'regress/regress-370827': [SKIP],
915 'regress/regress-377290': [SKIP], 905 'regress/regress-377290': [SKIP],
916 'regress/regress-3884': [SKIP], 906 'regress/regress-3884': [SKIP],
917 'regress/regress-3926': [SKIP], 907 'regress/regress-3926': [SKIP],
918 'regress/regress-3960': [SKIP], 908 'regress/regress-3960': [SKIP],
919 'regress/regress-3969': [SKIP], 909 'regress/regress-3969': [SKIP],
920 'regress/regress-3985': [SKIP], 910 'regress/regress-3985': [SKIP],
921 'regress/regress-4023': [SKIP], 911 'regress/regress-4023': [SKIP],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'regress/regress-94873': [SKIP], 961 'regress/regress-94873': [SKIP],
972 'regress/regress-95485': [SKIP], 962 'regress/regress-95485': [SKIP],
973 'regress/regress-97116b': [SKIP], 963 'regress/regress-97116b': [SKIP],
974 'regress/regress-97116': [SKIP], 964 'regress/regress-97116': [SKIP],
975 'regress/regress-974': [SKIP], 965 'regress/regress-974': [SKIP],
976 'regress/regress-99167': [SKIP], 966 'regress/regress-99167': [SKIP],
977 'regress/regress-998565': [SKIP], 967 'regress/regress-998565': [SKIP],
978 'regress/regress-arg-materialize-store': [SKIP], 968 'regress/regress-arg-materialize-store': [SKIP],
979 'regress/regress-arguments-gc': [SKIP], 969 'regress/regress-arguments-gc': [SKIP],
980 'regress/regress-assignment-in-test-context': [SKIP], 970 'regress/regress-assignment-in-test-context': [SKIP],
981 'regress/regress-bce-underflow': [SKIP],
982 'regress/regress-cnlt-elements': [SKIP], 971 'regress/regress-cnlt-elements': [SKIP],
983 'regress/regress-cnlt-enum-indices': [SKIP], 972 'regress/regress-cnlt-enum-indices': [SKIP],
984 'regress/regress-cntl-descriptors-enum': [SKIP], 973 'regress/regress-cntl-descriptors-enum': [SKIP],
985 'regress/regress-conditional-position': [SKIP], 974 'regress/regress-conditional-position': [SKIP],
986 'regress/regress-convert-enum': [SKIP], 975 'regress/regress-convert-enum': [SKIP],
987 'regress/regress-crbug-109362': [SKIP], 976 'regress/regress-crbug-109362': [SKIP],
988 'regress/regress-crbug-119800': [SKIP], 977 'regress/regress-crbug-119800': [SKIP],
989 'regress/regress-crbug-135008': [SKIP], 978 'regress/regress-crbug-135008': [SKIP],
990 'regress/regress-crbug-163530': [SKIP],
991 'regress/regress-crbug-229923': [SKIP], 979 'regress/regress-crbug-229923': [SKIP],
992 'regress/regress-crbug-242502': [SKIP], 980 'regress/regress-crbug-242502': [SKIP],
993 'regress/regress-crbug-242924': [SKIP], 981 'regress/regress-crbug-242924': [SKIP],
994 'regress/regress-crbug-245480': [SKIP], 982 'regress/regress-crbug-245480': [SKIP],
995 'regress/regress-crbug-259300': [SKIP], 983 'regress/regress-crbug-259300': [SKIP],
996 'regress/regress-crbug-352058': [SKIP], 984 'regress/regress-crbug-352058': [SKIP],
997 'regress/regress-crbug-357137': [SKIP], 985 'regress/regress-crbug-357137': [SKIP],
998 'regress/regress-crbug-385002': [SKIP], 986 'regress/regress-crbug-385002': [SKIP],
999 'regress/regress-crbug-387599': [SKIP], 987 'regress/regress-crbug-387599': [SKIP],
1000 'regress/regress-crbug-405517': [SKIP], 988 'regress/regress-crbug-405517': [SKIP],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 'regress/regress-handle-illegal-redeclaration': [SKIP], 1033 'regress/regress-handle-illegal-redeclaration': [SKIP],
1046 'regress/regress-inline-class-constructor': [SKIP], 1034 'regress/regress-inline-class-constructor': [SKIP],
1047 'regress/regress-inlining-function-literal-context': [SKIP], 1035 'regress/regress-inlining-function-literal-context': [SKIP],
1048 'regress/regress-lazy-deopt-reloc': [SKIP], 1036 'regress/regress-lazy-deopt-reloc': [SKIP],
1049 'regress/regress-opt-after-debug-deopt': [SKIP], 1037 'regress/regress-opt-after-debug-deopt': [SKIP],
1050 'regress/regress-osr-in-case-label': [SKIP], 1038 'regress/regress-osr-in-case-label': [SKIP],
1051 'regress/regress-osr-in-literal': [SKIP], 1039 'regress/regress-osr-in-literal': [SKIP],
1052 'regress/regress-prepare-break-while-recompile': [SKIP], 1040 'regress/regress-prepare-break-while-recompile': [SKIP],
1053 'regress/regress-put-prototype-transition': [SKIP], 1041 'regress/regress-put-prototype-transition': [SKIP],
1054 'regress/regress-sliced-external-cons-regexp': [SKIP], 1042 'regress/regress-sliced-external-cons-regexp': [SKIP],
1055 'regress/regress-store-heapobject': [SKIP],
1056 'regress/regress-transcendental': [SKIP], 1043 'regress/regress-transcendental': [SKIP],
1057 'regress/regress-typedarray-length': [SKIP], 1044 'regress/regress-typedarray-length': [SKIP],
1058 'regress/splice-missing-wb': [SKIP], 1045 'regress/splice-missing-wb': [SKIP],
1059 'scope-calls-eval': [SKIP], 1046 'scope-calls-eval': [SKIP],
1060 'shift-for-integer-div': [SKIP], 1047 'shift-for-integer-div': [SKIP],
1061 'stack-traces': [SKIP], 1048 'stack-traces': [SKIP],
1062 'strict-mode': [SKIP], 1049 'strict-mode': [SKIP],
1063 'string-case': [SKIP], 1050 'string-case': [SKIP],
1064 'string-external-cached': [SKIP], 1051 'string-external-cached': [SKIP],
1065 'string-externalize': [SKIP], 1052 'string-externalize': [SKIP],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 # Tests taking too long. 1113 # Tests taking too long.
1127 'array-functions-prototype-misc': [SKIP], 1114 'array-functions-prototype-misc': [SKIP],
1128 'strong/implicit-conversions': [SKIP], 1115 'strong/implicit-conversions': [SKIP],
1129 'strong/load-element-mutate-backing-store': [SKIP], 1116 'strong/load-element-mutate-backing-store': [SKIP],
1130 1117
1131 # Stack overflow. 1118 # Stack overflow.
1132 'big-array-literal': [SKIP], 1119 'big-array-literal': [SKIP],
1133 }], # 'gcov_coverage' 1120 }], # 'gcov_coverage'
1134 1121
1135 ] 1122 ]
OLDNEW
« src/objects.h ('K') | « src/x87/builtins-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698