Bug 227660
| Summary: | [GTK][WPE] Test imported/w3c/web-platform-tests/wasm/webapi/instantiateStreaming.any.worker.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Alberto Lopez Perez
Test imported/w3c/web-platform-tests/wasm/webapi/instantiateStreaming.any.worker.html is flaky and it fails around 1 of each 10 runs on average.
This is the failure when it fails:
--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/wasm/webapi/instantiateStreaming.any.worker-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/wasm/webapi/instantiateStreaming.any.worker-actual.txt
@@ -1,3 +1,5 @@
+
+Harness Error (TIMEOUT), message = null
PASS Empty module without imports argument
PASS Empty module with undefined imports argument
@@ -9,19 +11,19 @@
PASS exports with empty name: function
PASS exports with empty name: table
PASS exports with empty name: global
-PASS No imports
-PASS exports and imports
-PASS i64 exports and imports
-PASS import with i32-returning function
-PASS import with function that takes and returns i32
-PASS import with i64-returning function
-PASS import with function that takes and returns i64
-PASS import with i32-taking function
-PASS import with i64-taking function
-PASS export i64-returning function
-PASS i32 mutable WebAssembly.Global import
-PASS i64 mutable WebAssembly.Global import
-PASS Multiple i64 arguments
-PASS stray argument
-PASS Synchronous options handling
+TIMEOUT No imports Test timed out
+NOTRUN exports and imports
+NOTRUN i64 exports and imports
+NOTRUN import with i32-returning function
+NOTRUN import with function that takes and returns i32
+NOTRUN import with i64-returning function
+NOTRUN import with function that takes and returns i64
+NOTRUN import with i32-taking function
+NOTRUN import with i64-taking function
+NOTRUN export i64-returning function
+NOTRUN i32 mutable WebAssembly.Global import
+NOTRUN i64 mutable WebAssembly.Global import
+NOTRUN Multiple i64 arguments
+NOTRUN stray argument
+NOTRUN Synchronous options handling
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Updated expectations on r279545