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

Unified Diff: test/mjsunit/wasm/jsapi-harness.js

Issue 2709753003: [wasm] Remove support for experimental version 0xD. (Closed)
Patch Set: Fix jsapi-harness.js 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 | « src/wasm/module-decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/jsapi-harness.js
diff --git a/test/mjsunit/wasm/jsapi-harness.js b/test/mjsunit/wasm/jsapi-harness.js
index c6ff42753055071c1017f05efa20e2d45f3f494a..0c3b91b2651904633f27f372f44e6e1d6b688625 100644
--- a/test/mjsunit/wasm/jsapi-harness.js
+++ b/test/mjsunit/wasm/jsapi-harness.js
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// TODO(titzer): update spec test suite to version 0x1
+if (false) {
+
// TODO(eholk): Once we have stable test IDs, use those as the key instead.
// See https://github.com/WebAssembly/spec/issues/415
const known_failures = {
@@ -76,3 +79,5 @@ last_promise.then(_ => {
}
}
});
+
+}
« no previous file with comments | « src/wasm/module-decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698