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

Unified Diff: test/mjsunit/wasm/embenchen/lua_binarytrees.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:
Download patch
Index: test/mjsunit/wasm/embenchen/lua_binarytrees.js
diff --git a/test/mjsunit/wasm/embenchen/lua_binarytrees.js b/test/mjsunit/wasm/embenchen/lua_binarytrees.js
index 17d52a33b7d9f00625e5de29c08788e0ce231e3e..a8cdf40811b89114eb380dbf65caed61c4bdeb7a 100644
--- a/test/mjsunit/wasm/embenchen/lua_binarytrees.js
+++ b/test/mjsunit/wasm/embenchen/lua_binarytrees.js
@@ -1,5 +1,5 @@
// Modified embenchen to direct to asm-wasm.
-// Flags: --validate-asm --allow-natives-syntax
+// Flags: --validate-asm --allow-natives-syntax --fast-validate-asm
var EXPECTED_OUTPUT =
'stretch tree of depth 10\t check: -1\n' +

Powered by Google App Engine
This is Rietveld 408576698