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

Unified Diff: third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html

Issue 2778443003: [wasm] Use new override mechanism for wasm limits (Closed)
Patch Set: regression tests 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html b/third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html
index 2a1453687df05b5a59de748e46d603b0b6b4f2f1..51d4c9c9944271f6fae2a1a56df04b9cbaafcd80 100644
--- a/third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html
+++ b/third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html
@@ -12,6 +12,8 @@
<script>
test(TestBuffersAreCorrect, "wasm limits buffers are setup correctly");
test(TestSyncCompile, "wasm sync compile test");
+ test(NoParameters, "wasm no/invalid parameters passthrough");
+ promise_test(NoParameters_Promise, "wasm no/invalid parameters passtrhough (promise APIs)");
promise_test(TestPromiseCompile, "wasm promise compile test");
promise_test(TestWorkerCompileAndInstantiate, "wasm worker compile test");
promise_test(TestPromiseCompileSyncInstantiate, "wasm sync instantiate");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698