Bug 212925 - [GTK] webrtc/multi-audio.html is failing since added in r262710
Summary: [GTK] webrtc/multi-audio.html is failing since added in r262710
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 14:58 PDT by Diego Pino
Modified: 2020-10-06 08:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.