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

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

Issue 2663243002: [asm] Fix lots of invalid asm.js tests (Closed)
Patch Set: clang-format 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
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";

Powered by Google App Engine
This is Rietveld 408576698