Bug 213508 - [WPE] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https.html is failing
Summary: [WPE] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-au...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-23 03:45 PDT by Diego Pino
Modified: 2020-06-23 03:45 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?