Bug 181661
Summary: | [WPE][GTK] Layout test http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | alex, bugs-noreply, mcatanzaro, Ms2ger, tsaunier, youennf |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
Layout test http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html has been failing for GTK since it was added in r226804 "RTCController should disable ICE candidate filtering in case of getUserMedia based on the RTCPerrConnection origin". Updating expectations accordingly.
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/wpt/webrtc/third-party-frame-ice-candidate-filtering-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/wpt/webrtc/third-party-frame-ice-candidate-filtering-actual.txt
@@ -1,8 +1,13 @@
+CONSOLE MESSAGE: line 5: Unhandled Promise Rejection: TypeError: Error creating RTCPeerConnection
+CONSOLE MESSAGE: line 5: Unhandled Promise Rejection: TypeError: Error creating RTCPeerConnection
+CONSOLE MESSAGE: line 5: Unhandled Promise Rejection: TypeError: Error creating RTCPeerConnection
+Harness Error (TIMEOUT), message = null
+
PASS Setup test
-PASS getUserMedia on third party iframe and check same frame filtering
-PASS Check same origin filtering as top frame
-PASS Check same origin filtering as capturing frame
-PASS Check filtering of frame with different origin as top and capturing frame origins
+FAIL getUserMedia on third party iframe and check same frame filtering promise_test: Unhandled rejection with value: "no message from frame"
+FAIL Check same origin filtering as top frame promise_test: Unhandled rejection with value: "no message from frame"
+TIMEOUT Check same origin filtering as capturing frame Test timed out
+NOTRUN Check filtering of frame with different origin as top and capturing frame origins
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Fixed.