Bug 218320
Summary: | [GTK] test imported/w3c/web-platform-tests/webaudio/the-audio-api/the-destinationnode-interface/destination.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, cdumez, eric.carlson, pnormand |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=212610 |
Carlos Alberto Lopez Perez
The WPT test imported/w3c/web-platform-tests/webaudio/the-audio-api/the-destinationnode-interface/destination.html was imported in r262405
It is failing on GTK since then. However the test passes fine on WPE
The diff:
--- a/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-destinationnode-interface/destination-expected.txt 2020-09-28 22:50:23.119239926 +0200
+++ b/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-destinationnode-interface/destination-expected.txt 2020-10-29 03:06:33.095092362 +0100
@@ -1,5 +1,5 @@
-PASS
+FAIL
AudioDestinationNode
-
+ assert_greater_than_equal: maxChannelCount should be >= 2 expected a number greater than or equal to 2 but got 0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Updated expectations on r269135
Philippe Normand
Is PulseAudio running on the GTK bots?