Bug 212925
Summary: | [GTK] webrtc/multi-audio.html is failing since added in r262710 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Test is passing since r267640.