Bug 213508

Summary: [WPE] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https.html is failing
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-06-23 03:45:20 PDT
imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https.html [ Failure ]

The test started failing after r263198, which enabled WebAudio API.

The test is passing in GTK, but in WPE returns the following error:

Diff: https://build.webkit.org/results/WPE%20Linux%2064-bit%20Release%20(Tests)/r263388%20(18721)/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https-diff.txt

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https-actual.txt
@@ -1,6 +1,4 @@
 
 
-Harness Error (TIMEOUT), message = null
+PASS Verify CORS XHR of fetch() in a Service Worker 
 
-TIMEOUT Verify CORS XHR of fetch() in a Service Worker Test timed out
-

Perhaps the time out is due to some event handler not implemented in WPE?