Title: [237918] trunk/LayoutTests
Revision
237918
Author
you...@apple.com
Date
2018-11-06 23:43:22 -0800 (Tue, 06 Nov 2018)

Log Message

Reenable imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https.html
https://bugs.webkit.org/show_bug.cgi?id=191343

Unreviewed.


LayoutTests/imported/w3c:

* web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt:

LayoutTests:

* TestExpectations: Unskipping test.
* platform/ios-wk2/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (237917 => 237918)


--- trunk/LayoutTests/ChangeLog	2018-11-07 07:32:45 UTC (rev 237917)
+++ trunk/LayoutTests/ChangeLog	2018-11-07 07:43:22 UTC (rev 237918)
@@ -1,5 +1,15 @@
 2018-11-06  Youenn Fablet  <you...@apple.com>
 
+        Reenable imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https.html
+        https://bugs.webkit.org/show_bug.cgi?id=191343
+
+        Unreviewed.
+
+        * TestExpectations: Unskipping test.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt: Removed.
+
+2018-11-06  Youenn Fablet  <you...@apple.com>
+
         sender.replaceTrack() fails with InvalidStateError if the transceiver.direction is "inactive"
         https://bugs.webkit.org/show_bug.cgi?id=191202
 

Modified: trunk/LayoutTests/TestExpectations (237917 => 237918)


--- trunk/LayoutTests/TestExpectations	2018-11-07 07:32:45 UTC (rev 237917)
+++ trunk/LayoutTests/TestExpectations	2018-11-07 07:43:22 UTC (rev 237918)
@@ -1223,7 +1223,6 @@
 webrtc/datachannel/multiple-connections.html [ Slow ]
 webkit.org/b/171094 imported/w3c/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html [ Failure ]
 webkit.org/b/172f21 imported/w3c/web-platform-tests/webrtc/getstats.html [ Failure ]
-imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https.html [ Skip ]
 imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-setLocalDescription-offer.html [ Failure ]
 imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https.html [ Failure ]
 # Skip timing out test

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (237917 => 237918)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2018-11-07 07:32:45 UTC (rev 237917)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2018-11-07 07:43:22 UTC (rev 237918)
@@ -1,5 +1,14 @@
 2018-11-06  Youenn Fablet  <you...@apple.com>
 
+        Reenable imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https.html
+        https://bugs.webkit.org/show_bug.cgi?id=191343
+
+        Unreviewed.
+
+        * web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt:
+
+2018-11-06  Youenn Fablet  <you...@apple.com>
+
         sender.replaceTrack() fails with InvalidStateError if the transceiver.direction is "inactive"
         https://bugs.webkit.org/show_bug.cgi?id=191202
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt (237917 => 237918)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt	2018-11-07 07:32:45 UTC (rev 237917)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt	2018-11-07 07:43:22 UTC (rev 237918)
@@ -1,5 +1,7 @@
-#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 40604)
-FAIL: Timed out waiting for notifyDone to be called
 
-#EOF
-#EOF
+PASS setRemoteDescription should trigger ontrack event when the MSID of the stream is is parsed. 
+PASS setRemoteDescription() with m= line of recvonly direction should not trigger track event 
+PASS addTrack() should cause remote connection to fire ontrack when setRemoteDescription() 
+PASS addTransceiver('video') should cause remote connection to fire ontrack when setRemoteDescription() 
+PASS addTransceiver() with inactive direction should not cause remote connection to fire ontrack when setRemoteDescription() 
+

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt (237917 => 237918)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt	2018-11-07 07:32:45 UTC (rev 237917)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-ontrack.https-expected.txt	2018-11-07 07:43:22 UTC (rev 237918)
@@ -1,9 +0,0 @@
-
-Harness Error (TIMEOUT), message = null
-
-FAIL setRemoteDescription should trigger ontrack event when the MSID of the stream is is parsed. assert_true: Expect trackEvent.transceiver to be defined and is instance of RTCRtpTransceiver expected true got false
-PASS setRemoteDescription() with m= line of recvonly direction should not trigger track event 
-FAIL addTrack() should cause remote connection to fire ontrack when setRemoteDescription() assert_true: Expect trackEvent.transceiver to be defined and is instance of RTCRtpTransceiver expected true got false
-TIMEOUT addTransceiver('video') should cause remote connection to fire ontrack when setRemoteDescription() Test timed out
-PASS addTransceiver() with inactive direction should not cause remote connection to fire ontrack when setRemoteDescription() 
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to