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

Unified Diff: test/mjsunit/asm/regress-660813.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:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/asm/regress-660813.js
diff --git a/test/mjsunit/asm/regress-660813.js b/test/mjsunit/asm/regress-660813.js
index e9bf5797c7f434201cf67f4862f692ca3e7a0d9b..9a584f4a5e3700582108e9ac65ec5885faf8ba83 100644
--- a/test/mjsunit/asm/regress-660813.js
+++ b/test/mjsunit/asm/regress-660813.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Flags: --validate-asm --fast-validate-asm
+
function Module() {
"use asm";
const i = 0xffffffff;

Powered by Google App Engine
This is Rietveld 408576698