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

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

Issue 2623203003: [wasm] Patch the native context embedded in compiled code (Closed)
Patch Set: Set context in the WCM on instantiation Created 3 years, 11 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/regress/regress-673297.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/asm-wasm-stack.js
diff --git a/test/mjsunit/wasm/asm-wasm-stack.js b/test/mjsunit/wasm/asm-wasm-stack.js
index 1e991a2f59180a76c1a9b75fe9cba4c10dc1c1af..7246163e9c44ef2bbd4fa800e68bd631fab61344 100644
--- a/test/mjsunit/wasm/asm-wasm-stack.js
+++ b/test/mjsunit/wasm/asm-wasm-stack.js
@@ -137,8 +137,7 @@ function generateOverflowWasmFromAsmJs() {
} catch (ex) {
e = ex;
}
- // TODO(wasm): Re-enable the check once 673297 is fixed.
- //assertInstanceof(e, RangeError, 'RangeError should have been thrown');
+ assertInstanceof(e, RangeError, 'RangeError should have been thrown');
checkTopFunctionsOnCallsites(e, [
['f', 124, 13], // --
['f', 126, 12], // --
« no previous file with comments | « test/mjsunit/regress/regress-673297.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698