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

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

Issue 1516753007: Remove wasm compile time option and enable wasm behind a runtime flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to the start state Created 5 years 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/cctest.gyp ('k') | test/unittests/unittests.gyp » ('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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], 159 'compiler/escape-analysis-10': [PASS, NO_VARIANTS],
160 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele ct). 160 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele ct).
161 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], 161 'compiler/escape-analysis-8': [PASS, NO_VARIANTS],
162 162
163 # Assumptions about optimization need investigation in TurboFan. 163 # Assumptions about optimization need investigation in TurboFan.
164 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 164 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
165 165
166 # issue 4078: 166 # issue 4078:
167 'allocation-site-info': [PASS, NO_VARIANTS], 167 'allocation-site-info': [PASS, NO_VARIANTS],
168 168
169 # Native WASM is not yet enabled by default.
170 'wasm/*': [SKIP],
171
172 ############################################################################## 169 ##############################################################################
173 # Too slow in debug mode with --stress-opt mode. 170 # Too slow in debug mode with --stress-opt mode.
174 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 171 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
175 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 172 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
176 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 173 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
177 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 174 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
178 175
179 ############################################################################## 176 ##############################################################################
180 # Too slow in debug mode for validation of elements. 177 # Too slow in debug mode for validation of elements.
181 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 178 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'd8-worker-sharedarraybuffer': [SKIP], 729 'd8-worker-sharedarraybuffer': [SKIP],
733 }], # 'predictable == True' 730 }], # 'predictable == True'
734 731
735 ############################################################################## 732 ##############################################################################
736 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 733 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
737 734
738 # take too long with the simulator. 735 # take too long with the simulator.
739 'regress/regress-1132': [SKIP], 736 'regress/regress-1132': [SKIP],
740 }], # 'arch == ppc and simulator_run == True' 737 }], # 'arch == ppc and simulator_run == True'
741 738
739
740 # TODO(bradnelson): Figure out why this fails for arm.
741 ['arch == arm', {
742 'wasm/asm-wasm': [SKIP],
743 }],
744
745 # TODO(bradnelson): Figure out why this crashes under asan.
746 ['asan == True', {
747 'wasm/asm-wasm': [SKIP],
748 }],
749
750 # TODO(titzer): Figure out why parameter passing on 32-bit is broken.
751 ['arch != x64', {
752 'wasm/params': [SKIP],
753 }],
754
755 # TODO(titzer): Figure out why arm64 is broken for wasm.
756 ['arch == arm64', {
757 'wasm/*': [SKIP],
758 }],
759
760
742 ['ignition == True', { 761 ['ignition == True', {
743 'asm/*': [SKIP], 762 'asm/*': [SKIP],
744 'compiler/*': [SKIP], 763 'compiler/*': [SKIP],
745 'const*': [SKIP], 764 'const*': [SKIP],
746 'debug-*': [SKIP], 765 'debug-*': [SKIP],
747 'es6/*': [SKIP], 766 'es6/*': [SKIP],
748 'es7/*': [SKIP], 767 'es7/*': [SKIP],
749 'strong/*': [SKIP], 768 'strong/*': [SKIP],
750 'harmony/*': [SKIP], 769 'harmony/*': [SKIP],
751 'regress/debug*': [SKIP], 770 'regress/debug*': [SKIP],
752 'regress/regress-debug*': [SKIP], 771 'regress/regress-debug*': [SKIP],
772 'wasm/*': [SKIP],
753 773
754 'allocation-folding': [SKIP], 774 'allocation-folding': [SKIP],
755 'api-call-after-bypassed-exception': [SKIP], 775 'api-call-after-bypassed-exception': [SKIP],
756 'apply-arguments-gc-safepoint': [SKIP], 776 'apply-arguments-gc-safepoint': [SKIP],
757 'arguments-load-across-eval': [SKIP], 777 'arguments-load-across-eval': [SKIP],
758 'arguments-read-and-assignment': [SKIP], 778 'arguments-read-and-assignment': [SKIP],
759 'array-bounds-check-removal': [SKIP], 779 'array-bounds-check-removal': [SKIP],
760 'array-constructor': [SKIP], 780 'array-constructor': [SKIP],
761 'array-elements-from-array-prototype-chain': [SKIP], 781 'array-elements-from-array-prototype-chain': [SKIP],
762 'array-functions-prototype-misc': [SKIP], 782 'array-functions-prototype-misc': [SKIP],
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 1119
1100 ############################################################################## 1120 ##############################################################################
1101 ['gcov_coverage', { 1121 ['gcov_coverage', {
1102 # Tests taking too long. 1122 # Tests taking too long.
1103 'array-functions-prototype-misc': [SKIP], 1123 'array-functions-prototype-misc': [SKIP],
1104 'strong/implicit-conversions': [SKIP], 1124 'strong/implicit-conversions': [SKIP],
1105 'strong/load-element-mutate-backing-store': [SKIP], 1125 'strong/load-element-mutate-backing-store': [SKIP],
1106 }], # 'gcov_coverage' 1126 }], # 'gcov_coverage'
1107 1127
1108 ] 1128 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/unittests/unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698