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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html

Issue 2405153003: [wasm] support for recompilation if deserialization fails (Closed)
Patch Set: uncompiled->wire Created 4 years, 2 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: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
index be78a53ddb1bf87fc621c85e60cdb3ccb7e002dd..9e77140a79bad2fe4150fc9703f796d981d39c8c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
+++ b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
+<script src="resources/load_wasm.js"></script>
<script src="wasm_serialization_tests.js"></script>
<script>
- promise_test(instantiateInWorker, "serialize wasm to worker");
+ promise_test(TestInstantiateInWorker, "serialize wasm to worker");
+ promise_test(TestIncompatibleDowngrade, "incompatible downgrade");
</script>

Powered by Google App Engine
This is Rietveld 408576698