Bug 212078

Summary: [WPE] webaudio/silent-audio-interrupted-in-background.html is timing out
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: philn, pnormand
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 2020-05-19 08:59:57 PDT
After being enabled, the webaudio/silent-audio-interrupted-in-background.html test is consistently timing out.

Text diff saying just that:

--- /app/webkit/WebKitBuild/Release/layout-test-results/webaudio/silent-audio-interrupted-in-background-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/webaudio/silent-audio-interrupted-in-background-actual.txt
@@ -1,14 +1,2 @@
-Tests that silent WebAudio rendering gets interrupted in hidden pages.
+FAIL: Timed out waiting for notifyDone to be called
 
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS context.state became 'running'
-* Setting page visibility to hidden
-PASS context.state became 'interrupted'
-* Setting page visibility to visible
-PASS context.state became 'running'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Comment 1 Philippe Normand 2020-05-20 02:52:24 PDT
TestController::setHidden() is not implemented for WPE. That's why that test never ends.
Comment 2 Philippe Normand 2024-01-31 08:41:52 PST
(In reply to Philippe Normand from comment #1)
> TestController::setHidden() is not implemented for WPE. That's why that test
> never ends.

https://bugs.webkit.org/show_bug.cgi?id=268470