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 -
TestController::setHidden() is not implemented for WPE. That's why that test never ends.
(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