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: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Carlos Alberto Lopez Perez 2021-07-03 09:01:54 PDT
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
Comment 1 Carlos Alberto Lopez Perez 2021-07-03 10:47:00 PDT
Updated expectations on r279545