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

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

Issue 1631593003: [interpreter] Deprecate --ignition-fallback-on-catch flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more timeout. 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'es6/*': [SKIP], 748 'es6/*': [SKIP],
749 'es7/*': [SKIP], 749 'es7/*': [SKIP],
750 'strong/*': [SKIP], 750 'strong/*': [SKIP],
751 'harmony/*': [SKIP], 751 'harmony/*': [SKIP],
752 'regress/debug*': [SKIP], 752 'regress/debug*': [SKIP],
753 'regress/regress-debug*': [SKIP], 753 'regress/regress-debug*': [SKIP],
754 754
755 # TODO(bradnelson): Figure out why these tests fail with ignition. 755 # TODO(bradnelson): Figure out why these tests fail with ignition.
756 'wasm/*': [SKIP], 756 'wasm/*': [SKIP],
757 757
758 # TODO(mstarzinger,4674): Beginning of two "try" statements can overlap.
759 'regress/regress-1213516': [SKIP],
760 'regress/regress-444805': [SKIP],
761 'regress/regress-86': [SKIP],
762 'regress/regress-binop': [SKIP],
763 'string-charat': [SKIP],
764
765 # TODO(4684): Support for "with" statements is missing.
766 'regress/regress-1528': [FAIL],
767 'regress/regress-2594': [FAIL],
768 'regress/regress-410030': [FAIL],
769 'regress/regress-96523': [FAIL],
770 'regress/regress-crbug-505907': [FAIL],
771 'regress/regress-crbug-506956': [FAIL],
772 'strict-mode-implicit-receiver': [FAIL],
773 'throw-and-catch-function': [FAIL],
774 'with-leave': [FAIL],
775
758 'allocation-folding': [SKIP], 776 'allocation-folding': [SKIP],
759 'apply-arguments-gc-safepoint': [SKIP], 777 'apply-arguments-gc-safepoint': [SKIP],
760 'arguments-load-across-eval': [SKIP], 778 'arguments-load-across-eval': [SKIP],
761 'arguments-read-and-assignment': [SKIP], 779 'arguments-read-and-assignment': [SKIP],
762 'array-bounds-check-removal': [SKIP], 780 'array-bounds-check-removal': [SKIP],
763 'array-constructor': [SKIP], 781 'array-constructor': [SKIP],
764 'array-functions-prototype-misc': [SKIP], 782 'array-functions-prototype-misc': [SKIP],
765 'array-join': [SKIP], 783 'array-join': [SKIP],
766 'array-literal-feedback': [SKIP], 784 'array-literal-feedback': [SKIP],
767 'array-literal-transitions': [SKIP], 785 'array-literal-transitions': [SKIP],
(...skipping 18 matching lines...) Expand all
786 'compiler/regress-446647': [SKIP], 804 'compiler/regress-446647': [SKIP],
787 'compiler/regress-447567': [SKIP], 805 'compiler/regress-447567': [SKIP],
788 'compiler/regress-469089': [SKIP], 806 'compiler/regress-469089': [SKIP],
789 'compiler/regress-96989': [SKIP], 807 'compiler/regress-96989': [SKIP],
790 'compiler/regress-const': [SKIP], 808 'compiler/regress-const': [SKIP],
791 'compiler/regress-funarguments': [SKIP], 809 'compiler/regress-funarguments': [SKIP],
792 'compiler/regress-stacktrace-methods': [SKIP], 810 'compiler/regress-stacktrace-methods': [SKIP],
793 'compiler/regress-variable-liveness': [SKIP], 811 'compiler/regress-variable-liveness': [SKIP],
794 'compiler/rotate': [SKIP], 812 'compiler/rotate': [SKIP],
795 'compiler/safepoint': [SKIP], 813 'compiler/safepoint': [SKIP],
814 'compiler/strict-recompile': [SKIP],
815 'compiler/try-binop': [SKIP],
796 'compiler/try-deopt': [SKIP], 816 'compiler/try-deopt': [SKIP],
797 'compiler/uint32': [SKIP], 817 'compiler/uint32': [SKIP],
798 'compiler/variables': [SKIP], 818 'compiler/variables': [SKIP],
799 'context-calls-maintained': [SKIP], 819 'context-calls-maintained': [SKIP],
800 'contextual-calls': [SKIP], 820 'contextual-calls': [SKIP],
801 'cyclic-array-to-string': [SKIP], 821 'cyclic-array-to-string': [SKIP],
802 'd8-worker-sharedarraybuffer': [SKIP], 822 'd8-worker-sharedarraybuffer': [SKIP],
803 'declare-locally': [SKIP], 823 'declare-locally': [SKIP],
804 'delete-in-with': [SKIP], 824 'delete-in-with': [SKIP],
805 'deopt-minus-zero': [SKIP], 825 'deopt-minus-zero': [SKIP],
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'regress/regress-3985': [SKIP], 927 'regress/regress-3985': [SKIP],
908 'regress/regress-4023': [SKIP], 928 'regress/regress-4023': [SKIP],
909 'regress/regress-4027': [SKIP], 929 'regress/regress-4027': [SKIP],
910 'regress/regress-403292': [SKIP], 930 'regress/regress-403292': [SKIP],
911 'regress/regress-410912': [SKIP], 931 'regress/regress-410912': [SKIP],
912 'regress/regress-4121': [SKIP], 932 'regress/regress-4121': [SKIP],
913 'regress/regress-4169': [SKIP], 933 'regress/regress-4169': [SKIP],
914 'regress/regress-419663': [SKIP], 934 'regress/regress-419663': [SKIP],
915 'regress/regress-4214': [SKIP], 935 'regress/regress-4214': [SKIP],
916 'regress/regress-4255-4': [SKIP], 936 'regress/regress-4255-4': [SKIP],
937 'regress/regress-4266': [SKIP],
917 'regress/regress-430201b': [SKIP], 938 'regress/regress-430201b': [SKIP],
918 'regress/regress-430201': [SKIP], 939 'regress/regress-430201': [SKIP],
919 'regress/regress-4309-1': [SKIP], 940 'regress/regress-4309-1': [SKIP],
920 'regress/regress-4309-2': [SKIP], 941 'regress/regress-4309-2': [SKIP],
921 'regress/regress-4309-3': [SKIP], 942 'regress/regress-4309-3': [SKIP],
922 'regress/regress-4320': [SKIP], 943 'regress/regress-4320': [SKIP],
923 'regress/regress-4325': [SKIP], 944 'regress/regress-4325': [SKIP],
924 'regress/regress-4374': [SKIP], 945 'regress/regress-4374': [SKIP],
925 'regress/regress-4388': [SKIP], 946 'regress/regress-4388': [SKIP],
926 'regress/regress-446389': [SKIP], 947 'regress/regress-446389': [SKIP],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'stack-traces': [SKIP], 1067 'stack-traces': [SKIP],
1047 'strict-mode': [SKIP], 1068 'strict-mode': [SKIP],
1048 'string-case': [SKIP], 1069 'string-case': [SKIP],
1049 'string-external-cached': [SKIP], 1070 'string-external-cached': [SKIP],
1050 'string-externalize': [SKIP], 1071 'string-externalize': [SKIP],
1051 'string-natives': [SKIP], 1072 'string-natives': [SKIP],
1052 'string-replace-with-empty': [SKIP], 1073 'string-replace-with-empty': [SKIP],
1053 'string-slices': [SKIP], 1074 'string-slices': [SKIP],
1054 'tools/profviz': [SKIP], 1075 'tools/profviz': [SKIP],
1055 'try': [SKIP], 1076 'try': [SKIP],
1077 'try-binop': [SKIP],
1056 'undetectable-compare': [SKIP], 1078 'undetectable-compare': [SKIP],
1057 'unused-context-in-with': [SKIP], 1079 'unused-context-in-with': [SKIP],
1058 'value-wrapper': [SKIP], 1080 'value-wrapper': [SKIP],
1059 'with-function-expression': [SKIP], 1081 'with-function-expression': [SKIP],
1060 'with-parameter-access': [SKIP], 1082 'with-parameter-access': [SKIP],
1061 'with-prototype': [SKIP], 1083 'with-prototype': [SKIP],
1062 'with-readonly': [SKIP], 1084 'with-readonly': [SKIP],
1063 'with-value': [SKIP], 1085 'with-value': [SKIP],
1064 }], # ignition == True 1086 }], # ignition == True
1065 1087
1066 ['ignition == True and (arch == arm or arch == arm64)', { 1088 ['ignition == True and (arch == arm or arch == arm64)', {
1089 'apply': [SKIP],
1067 'array-constructor': [SKIP], 1090 'array-constructor': [SKIP],
1068 'array-sort': [SKIP], 1091 'array-sort': [SKIP],
1069 'array-store-and-grow': [SKIP], 1092 'array-store-and-grow': [SKIP],
1093 'asm/construct-double': [SKIP],
1070 'compiler/division-by-constant': [SKIP], 1094 'compiler/division-by-constant': [SKIP],
1071 'compiler/osr-big': [SKIP], 1095 'compiler/osr-big': [SKIP],
1072 'compiler/osr-nested': [SKIP], 1096 'compiler/osr-nested': [SKIP],
1073 'compiler/osr-one': [SKIP], 1097 'compiler/osr-one': [SKIP],
1074 'compiler/osr-two': [SKIP], 1098 'compiler/osr-two': [SKIP],
1075 'copy-on-write-assert': [SKIP], 1099 'copy-on-write-assert': [SKIP],
1076 'mirror-object': [SKIP], 1100 'mirror-object': [SKIP],
1077 'mul-exhaustive-part*': [SKIP], 1101 'mul-exhaustive-part*': [SKIP],
1078 'regress/regress-1257': [SKIP], 1102 'regress/regress-1257': [SKIP],
1079 'regress/regress-165637': [SKIP], 1103 'regress/regress-165637': [SKIP],
1080 'regress/regress-2249': [SKIP], 1104 'regress/regress-2249': [SKIP],
1081 'regress/regress-319722-ArrayBuffer': [SKIP], 1105 'regress/regress-319722-ArrayBuffer': [SKIP],
1082 'regress/regress-411210': [SKIP], 1106 'regress/regress-411210': [SKIP],
1083 'regress/regress-91008': [SKIP], 1107 'regress/regress-91008': [SKIP],
1084 'regress/regress-crbug-347903': [SKIP], 1108 'regress/regress-crbug-347903': [SKIP],
1085 'regress/regress-crbug-500497': [SKIP], 1109 'regress/regress-crbug-500497': [SKIP],
1086 'regress/regress-crbug-505007-1': [SKIP], 1110 'regress/regress-crbug-505007-1': [SKIP],
1087 'regress/regress-crbug-505007-2': [SKIP], 1111 'regress/regress-crbug-505007-2': [SKIP],
1112 'regress/regress-crbug-514081': [SKIP],
1088 'regress/regress-2193': [SKIP], 1113 'regress/regress-2193': [SKIP],
1089 'regress/regress-3158': [SKIP], 1114 'regress/regress-3158': [SKIP],
1090 'regress/regress-347904': [SKIP], 1115 'regress/regress-347904': [SKIP],
1091 'regress/regress-380092': [SKIP], 1116 'regress/regress-380092': [SKIP],
1092 'regress/regress-4173': [SKIP], 1117 'regress/regress-4173': [SKIP],
1093 'regress/regress-copy-hole-to-field': [SKIP], 1118 'regress/regress-copy-hole-to-field': [SKIP],
1094 'regress/regress-crbug-315252': [SKIP], 1119 'regress/regress-crbug-315252': [SKIP],
1095 'regress/regress-crbug-412215': [SKIP], 1120 'regress/regress-crbug-412215': [SKIP],
1096 'regress/regress-crbug-513507': [SKIP], 1121 'regress/regress-crbug-513507': [SKIP],
1097 'regress/regress-deep-proto': [SKIP], 1122 'regress/regress-deep-proto': [SKIP],
1098 'regress/regress-deopt-store-effect': [SKIP], 1123 'regress/regress-deopt-store-effect': [SKIP],
1099 'regress/regress-undefined-store-keyed-fast-element': [SKIP], 1124 'regress/regress-undefined-store-keyed-fast-element': [SKIP],
1100 'stack-traces-overflow': [SKIP], 1125 'stack-traces-overflow': [SKIP],
1101 'unicodelctest': [SKIP], 1126 'unicodelctest': [SKIP],
1102 'unicodelctest-no-optimization': [SKIP], 1127 'unicodelctest-no-optimization': [SKIP],
1103 }], # ignition == True and (arch == arm or arch == arm64) 1128 }], # ignition == True and (arch == arm or arch == arm64)
1104 1129
1105 ############################################################################## 1130 ##############################################################################
1106 ['gcov_coverage', { 1131 ['gcov_coverage', {
1107 # Tests taking too long. 1132 # Tests taking too long.
1108 'array-functions-prototype-misc': [SKIP], 1133 'array-functions-prototype-misc': [SKIP],
1109 'strong/implicit-conversions': [SKIP], 1134 'strong/implicit-conversions': [SKIP],
1110 'strong/load-element-mutate-backing-store': [SKIP], 1135 'strong/load-element-mutate-backing-store': [SKIP],
1111 1136
1112 # Stack overflow. 1137 # Stack overflow.
1113 'big-array-literal': [SKIP], 1138 'big-array-literal': [SKIP],
1114 }], # 'gcov_coverage' 1139 }], # 'gcov_coverage'
1115 1140
1116 ] 1141 ]
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