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

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

Issue 1567633002: [Interpreter] Enable most of the mjsunit/compiler tests for Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more skip Created 4 years, 11 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 | « 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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 732
733 ############################################################################## 733 ##############################################################################
734 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 734 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
735 735
736 # take too long with the simulator. 736 # take too long with the simulator.
737 'regress/regress-1132': [SKIP], 737 'regress/regress-1132': [SKIP],
738 }], # 'arch == ppc and simulator_run == True' 738 }], # 'arch == ppc and simulator_run == True'
739 739
740 ['ignition == True', { 740 ['ignition == True', {
741 'asm/*': [SKIP], 741 'asm/*': [SKIP],
742 'compiler/*': [SKIP],
743 'const*': [SKIP], 742 'const*': [SKIP],
744 'debug-*': [SKIP], 743 'debug-*': [SKIP],
745 'es6/*': [SKIP], 744 'es6/*': [SKIP],
746 'es7/*': [SKIP], 745 'es7/*': [SKIP],
747 'strong/*': [SKIP], 746 'strong/*': [SKIP],
748 'harmony/*': [SKIP], 747 'harmony/*': [SKIP],
749 'regress/debug*': [SKIP], 748 'regress/debug*': [SKIP],
750 'regress/regress-debug*': [SKIP], 749 'regress/regress-debug*': [SKIP],
751 750
752 # TODO(bradnelson): Figure out why these tests fail with ignition. 751 # TODO(bradnelson): Figure out why these tests fail with ignition.
(...skipping 11 matching lines...) Expand all
764 'array-join': [SKIP], 763 'array-join': [SKIP],
765 'array-length-number-conversion': [SKIP], 764 'array-length-number-conversion': [SKIP],
766 'array-literal-feedback': [SKIP], 765 'array-literal-feedback': [SKIP],
767 'array-literal-transitions': [SKIP], 766 'array-literal-transitions': [SKIP],
768 'array-reduce': [SKIP], 767 'array-reduce': [SKIP],
769 'array-tostring': [SKIP], 768 'array-tostring': [SKIP],
770 'big-array-literal': [SKIP], 769 'big-array-literal': [SKIP],
771 'break': [SKIP], 770 'break': [SKIP],
772 'call-runtime-tail': [SKIP], 771 'call-runtime-tail': [SKIP],
773 'comparison-ops-and-undefined': [SKIP], 772 'comparison-ops-and-undefined': [SKIP],
773 'compiler/compare-map-elim2': [SKIP],
774 'compiler/countoperation': [SKIP],
775 'compiler/dead-loops-neg': [SKIP],
776 'compiler/dead-loops': [SKIP],
777 'compiler/dead-string-char-code-at2': [SKIP],
778 'compiler/dead-string-char-code-at': [SKIP],
779 'compiler/dead-string-char-from-code': [SKIP],
780 'compiler/deopt-inlined-smi': [SKIP],
781 'compiler/deopt-tonumber-compare': [SKIP],
782 'compiler/escape-analysis-arguments': [SKIP],
783 'compiler/escape-analysis': [SKIP],
784 'compiler/eval-introduced-closure': [SKIP],
785 'compiler/expression-trees': [SKIP],
786 'compiler/global-delete': [SKIP],
787 'compiler/global-var-delete': [SKIP],
788 'compiler/inline-arguments': [SKIP],
789 'compiler/inline-arity-mismatch': [SKIP],
790 'compiler/inline-construct': [SKIP],
791 'compiler/lazy-const-lookup': [SKIP],
792 'compiler/lazy-deopt-in-literal': [SKIP],
793 'compiler/manual-concurrent-recompile': [SKIP],
794 'compiler/optimized-for-in': [SKIP],
795 'compiler/optimized-function-calls': [SKIP],
796 'compiler/optimize_max': [SKIP],
797 'compiler/optimize_min': [SKIP],
798 'compiler/opt-next-call': [SKIP],
799 'compiler/opt-next-call-turbo': [SKIP],
800 'compiler/osr-forof': [SKIP],
801 'compiler/osr-manual2': [SKIP],
802 'compiler/phi-representations': [SKIP],
803 'compiler/property-refs': [SKIP],
804 'compiler/receiver-conversion': [SKIP],
805 'compiler/regress-1394': [SKIP],
806 'compiler/regress-3786': [SKIP],
807 'compiler/regress-4207': [SKIP],
808 'compiler/regress-446647': [SKIP],
809 'compiler/regress-447567': [SKIP],
810 'compiler/regress-469089': [SKIP],
811 'compiler/regress-96989': [SKIP],
812 'compiler/regress-closures-with-eval': [SKIP],
813 'compiler/regress-const': [SKIP],
814 'compiler/regress-funarguments': [SKIP],
815 'compiler/regress-stacktrace-methods': [SKIP],
816 'compiler/rotate': [SKIP],
817 'compiler/safepoint': [SKIP],
818 'compiler/switch-bailout': [SKIP],
819 'compiler/try-deopt': [SKIP],
820 'compiler/try-osr': [SKIP],
821 'compiler/type-feedback-after-throw': [SKIP],
822 'compiler/uint32': [SKIP],
823 'compiler/variables': [SKIP],
774 'context-calls-maintained': [SKIP], 824 'context-calls-maintained': [SKIP],
775 'contextual-calls': [SKIP], 825 'contextual-calls': [SKIP],
776 'cross-realm-filtering': [SKIP], 826 'cross-realm-filtering': [SKIP],
777 'cyclic-array-to-string': [SKIP], 827 'cyclic-array-to-string': [SKIP],
778 'd8-worker-sharedarraybuffer': [SKIP], 828 'd8-worker-sharedarraybuffer': [SKIP],
779 'delete-in-with': [SKIP], 829 'delete-in-with': [SKIP],
780 'deopt-global-accessor': [SKIP], 830 'deopt-global-accessor': [SKIP],
781 'deopt-minus-zero': [SKIP], 831 'deopt-minus-zero': [SKIP],
782 'deserialize-optimize-inner': [SKIP], 832 'deserialize-optimize-inner': [SKIP],
783 'deserialize-script-id': [SKIP], 833 'deserialize-script-id': [SKIP],
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'with-value': [SKIP], 1133 'with-value': [SKIP],
1084 'regress/regress-builtinbust-7': [SKIP], 1134 'regress/regress-builtinbust-7': [SKIP],
1085 'regress/regress-crbug-451770': [SKIP], 1135 'regress/regress-crbug-451770': [SKIP],
1086 'regress/regress-crbug-503968': [SKIP], 1136 'regress/regress-crbug-503968': [SKIP],
1087 'regress/regress-crbug-504729': [SKIP], 1137 'regress/regress-crbug-504729': [SKIP],
1088 }], # ignition == True 1138 }], # ignition == True
1089 1139
1090 ['ignition == True and (arch == arm or arch == arm64)', { 1140 ['ignition == True and (arch == arm or arch == arm64)', {
1091 'array-sort': [SKIP], 1141 'array-sort': [SKIP],
1092 'array-store-and-grow': [SKIP], 1142 'array-store-and-grow': [SKIP],
1143 'compiler/division-by-constant': [SKIP],
1144 'compiler/osr-big': [SKIP],
1145 'compiler/osr-nested': [SKIP],
1146 'compiler/osr-one': [SKIP],
1147 'compiler/osr-two': [SKIP],
1093 'date-parse': [SKIP], 1148 'date-parse': [SKIP],
1094 'math-floor-part1': [SKIP], 1149 'math-floor-part1': [SKIP],
1095 'math-floor-part2': [SKIP], 1150 'math-floor-part2': [SKIP],
1096 'math-floor-part3': [SKIP], 1151 'math-floor-part3': [SKIP],
1097 'mul-exhaustive-part*': [SKIP], 1152 'mul-exhaustive-part*': [SKIP],
1098 'regress/regress-1167': [SKIP], 1153 'regress/regress-1167': [SKIP],
1099 'regress/regress-1257': [SKIP], 1154 'regress/regress-1257': [SKIP],
1100 'regress/regress-165637': [SKIP], 1155 'regress/regress-165637': [SKIP],
1101 'regress/regress-2249': [SKIP], 1156 'regress/regress-2249': [SKIP],
1102 'regress/regress-319722-ArrayBuffer': [SKIP], 1157 'regress/regress-319722-ArrayBuffer': [SKIP],
(...skipping 25 matching lines...) Expand all
1128 1183
1129 ############################################################################## 1184 ##############################################################################
1130 ['gcov_coverage', { 1185 ['gcov_coverage', {
1131 # Tests taking too long. 1186 # Tests taking too long.
1132 'array-functions-prototype-misc': [SKIP], 1187 'array-functions-prototype-misc': [SKIP],
1133 'strong/implicit-conversions': [SKIP], 1188 'strong/implicit-conversions': [SKIP],
1134 'strong/load-element-mutate-backing-store': [SKIP], 1189 'strong/load-element-mutate-backing-store': [SKIP],
1135 }], # 'gcov_coverage' 1190 }], # 'gcov_coverage'
1136 1191
1137 ] 1192 ]
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