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

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

Issue 2808743005: [wasm] Compile closer to how customers will. (Closed)
Patch Set: [wasm] Compile closer to how customers will. Created 3 years, 8 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 51d4c9c9944271f6fae2a1a56df04b9cbaafcd80..fbf7befff68cf3cf87d5119b1831bd034df62e95 100644
--- a/third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html
+++ b/third_party/WebKit/LayoutTests/fast/wasm/wasm-limits-test.html
@@ -18,7 +18,10 @@
promise_test(TestWorkerCompileAndInstantiate, "wasm worker compile test");
promise_test(TestPromiseCompileSyncInstantiate, "wasm sync instantiate");
promise_test(TestPromiseCompileAsyncInstantiateFromBuffer, "wasm async instantiate from buffer");
- promise_test(TestPromiseCompileAsyncInstantiateFromModule, "wasm async instantiate from module");
+ promise_test(TestPromiseCompileAsyncInstantiateFromModule, "wasm async instantiate from module");
+ promise_test(TestCompileFromPromise, "wasm async compile from promised bytes");
+ promise_test(TestInstantiateFromPromise, "wasm async instantiate from promised bytes");
+ promise_test(TestInstantiateFromPromiseChain, "wasm async compile, then async instantiate from promised bytes");
</script>
</body>
</html>
« 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