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

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

Issue 1504713014: Initial import of v8-native WASM. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/wasm/test-signatures.h ('k') | test/mjsunit/wasm/asm-wasm.js » ('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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], 176 'compiler/escape-analysis-9': [PASS, NO_VARIANTS],
177 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele ct). 177 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele ct).
178 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], 178 'compiler/escape-analysis-8': [PASS, NO_VARIANTS],
179 179
180 # Assumptions about optimization need investigation in TurboFan. 180 # Assumptions about optimization need investigation in TurboFan.
181 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 181 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
182 182
183 # issue 4078: 183 # issue 4078:
184 'allocation-site-info': [PASS, NO_VARIANTS], 184 'allocation-site-info': [PASS, NO_VARIANTS],
185 185
186 # Native WASM is not yet enabled by default.
187 'wasm/*': [SKIP],
188
186 ############################################################################## 189 ##############################################################################
187 # Too slow in debug mode with --stress-opt mode. 190 # Too slow in debug mode with --stress-opt mode.
188 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 191 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
189 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 192 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
190 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 193 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
191 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 194 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
192 195
193 ############################################################################## 196 ##############################################################################
194 # Too slow in debug mode for validation of elements. 197 # Too slow in debug mode for validation of elements.
195 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 198 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'regress/regress-crbug-347903': [SKIP], 1072 'regress/regress-crbug-347903': [SKIP],
1070 'regress/regress-crbug-505007-1': [SKIP], 1073 'regress/regress-crbug-505007-1': [SKIP],
1071 'regress/regress-crbug-505007-2': [SKIP], 1074 'regress/regress-crbug-505007-2': [SKIP],
1072 'regress/short-circuit': [SKIP], 1075 'regress/short-circuit': [SKIP],
1073 'stack-traces-overflow': [SKIP], 1076 'stack-traces-overflow': [SKIP],
1074 'unicodelctest': [SKIP], 1077 'unicodelctest': [SKIP],
1075 'unicodelctest-no-optimization': [SKIP], 1078 'unicodelctest-no-optimization': [SKIP],
1076 }], # ignition == True and (arch == arm or arch == arm64) 1079 }], # ignition == True and (arch == arm or arch == arm64)
1077 1080
1078 ] 1081 ]
OLDNEW
« no previous file with comments | « test/cctest/wasm/test-signatures.h ('k') | test/mjsunit/wasm/asm-wasm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698