Bug 181661 - [WPE][GTK] Layout test http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html is failing
Summary: [WPE][GTK] Layout test http/wpt/webrtc/third-party-frame-ice-candidate-filter...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-15 18:08 PST by Michael Catanzaro
Modified: 2018-06-03 15:41 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2018-01-15 18:08:04 PST
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
Comment 1 Michael Catanzaro 2018-06-03 15:41:15 PDT
Fixed.