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   

Zan Dobersek
Reported 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 -
Attachments
Philippe Normand
Comment 1 2020-05-20 02:52:24 PDT
TestController::setHidden() is not implemented for WPE. That's why that test never ends.
Philippe Normand
Comment 2 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
Note You need to log in before you can comment on or make changes to this bug.