Bug 212078
| Summary: | [WPE] webaudio/silent-audio-interrupted-in-background.html is timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | philn, pnormand |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
TestController::setHidden() is not implemented for WPE. That's why that test never ends.
Philippe Normand
(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