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

Unified Diff: test/mjsunit/wasm/test-wasm-compilation-control.js

Issue 2771183002: [wasm][asm.js] Fix and enable several asm.js tests with the new parser. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« src/wasm/wasm-module-builder.cc ('K') | « test/mjsunit/wasm/embenchen/zlib.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/test-wasm-compilation-control.js
diff --git a/test/mjsunit/wasm/test-wasm-compilation-control.js b/test/mjsunit/wasm/test-wasm-compilation-control.js
index 176c40392604404775be1c346673961b67895595..767927cda47563a0c639e53ae0c62eb287423540 100644
--- a/test/mjsunit/wasm/test-wasm-compilation-control.js
+++ b/test/mjsunit/wasm/test-wasm-compilation-control.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --allow-natives-syntax --validate-asm
+// Flags: --allow-natives-syntax --validate-asm --fast-validate-asm
load("test/mjsunit/wasm/wasm-constants.js");
load("test/mjsunit/wasm/wasm-module-builder.js");
« src/wasm/wasm-module-builder.cc ('K') | « test/mjsunit/wasm/embenchen/zlib.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698