Bug 212925

Summary: [GTK] webrtc/multi-audio.html is failing since added in r262710
Product: WebKit Reporter: Diego Pino <dpino>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-06-08 14:58:54 PDT
webrtc/multi-audio.html [ Failure ]

The difference is very subtle (an extra space in the case of GTK). In addition, there's output from stderr, which is make me think is worth to investigate this bug instead of emitting a new baseline.

Diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r262732%20(14004)/webrtc/multi-audio-diff.txt

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/webrtc/multi-audio-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/webrtc/multi-audio-actual.txt
@@ -1,4 +1,4 @@
- 
+  
 
 PASS Multi audio with different volumes 
 

Stderr: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r262732%20(14004)/webrtc/multi-audio-stderr.txt

(webrtc_video_engine.cc:3160): Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
(webrtc_video_engine.cc:3160): Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
Comment 1 Diego Pino 2020-10-06 08:06:32 PDT
Test is passing since r267640.