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: WebKitGTKAssignee: 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

Description Carlos Alberto Lopez Perez 2020-10-28 19:34:32 PDT
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
Comment 1 Carlos Alberto Lopez Perez 2020-10-28 20:02:17 PDT
Updated expectations on r269135
Comment 2 Philippe Normand 2020-10-29 02:13:06 PDT
Is PulseAudio running on the GTK bots?