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

Unified Diff: test/mjsunit/wasm/asm-wasm-heap.js

Issue 2251433002: [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 4 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
« no previous file with comments | « test/mjsunit/wasm/asm-wasm-deopt.js ('k') | test/mjsunit/wasm/asm-wasm-stdlib.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/asm-wasm-heap.js
diff --git a/test/mjsunit/wasm/asm-wasm-heap.js b/test/mjsunit/wasm/asm-wasm-heap.js
index 055b1e94a509325f63250ddc69b3e4d4685a4363..7eb1fc3a94f448b1eee3953678644537cae584c7 100644
--- a/test/mjsunit/wasm/asm-wasm-heap.js
+++ b/test/mjsunit/wasm/asm-wasm-heap.js
@@ -67,7 +67,8 @@ function RunThreeWayTest(asmfunc, expect) {
expect(asm_module);
print("Testing " + asmfunc.name + " (wasm)...");
- var wasm_module = Wasm.instantiateModuleFromAsm(asm_source, null, buffer);
+ var wasm_module = Wasm.instantiateModuleFromAsm(
+ asm_source, stdlib, null, buffer);
expect(wasm_module);
}
« no previous file with comments | « test/mjsunit/wasm/asm-wasm-deopt.js ('k') | test/mjsunit/wasm/asm-wasm-stdlib.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698