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

Unified Diff: test/mjsunit/asm/infinite-loops-taken.js

Issue 2663243002: [asm] Fix lots of invalid asm.js tests (Closed)
Patch Set: Rebase Created 3 years, 10 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/asm/if-tonumber.js ('k') | test/mjsunit/asm/int16array-negative-offset.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/asm/infinite-loops-taken.js
diff --git a/test/mjsunit/asm/infinite-loops-taken.js b/test/mjsunit/asm/infinite-loops-taken.js
index 8a3f91a67a810d52fc79d9094c092ccc97704923..5ac3769e9eb4e234d395012f3c3aee3264bc97f9 100644
--- a/test/mjsunit/asm/infinite-loops-taken.js
+++ b/test/mjsunit/asm/infinite-loops-taken.js
@@ -7,6 +7,7 @@ function counter(x) {
return (function() { if (x-- == 0) throw error;});
}
+// TODO(asm): This module is not valid asm.js.
function Module() {
"use asm";
« no previous file with comments | « test/mjsunit/asm/if-tonumber.js ('k') | test/mjsunit/asm/int16array-negative-offset.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698