Title: [214211] trunk/LayoutTests/imported/w3c
Revision
214211
Author
jon...@apple.com
Date
2017-03-20 23:07:14 -0700 (Mon, 20 Mar 2017)

Log Message

Update progression in wpt test for WebRTC.

* web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (214210 => 214211)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2017-03-21 03:27:48 UTC (rev 214210)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2017-03-21 06:07:14 UTC (rev 214211)
@@ -1,3 +1,9 @@
+2017-03-20  Jon Lee  <jon...@apple.com>
+
+        Update progression in wpt test for WebRTC.
+
+        * web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt:
+
 2017-03-19  Chris Dumez  <cdu...@apple.com>
 
         Implement self.origin

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt (214210 => 214211)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt	2017-03-21 03:27:48 UTC (rev 214210)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt	2017-03-21 06:07:14 UTC (rev 214211)
@@ -88,9 +88,7 @@
 FAIL new RTCPeerConnection({ certificates: [undefined] }) assert_throws: function "function () {
         eval(expr);
       }" did not throw
-FAIL new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows }) assert_throws: function "function () {
-        eval(expr);
-      }" did not throw
+PASS new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows }) 
 FAIL new RTCPeerConnection({ certificates: [certificate] }) RTCPeerConnection.generateCertificate is not a function. (In 'RTCPeerConnection.generateCertificate({ name: "ECDSA", namedCurve: "P-256" })', 'RTCPeerConnection.generateCertificate' is undefined)
 FAIL new RTCPeerConnection({ certificates: [expiredCertificate] }) RTCPeerConnection.generateCertificate is not a function. (In 'RTCPeerConnection.generateCertificate({ name: "ECDSA", namedCurve: "P-256", expires: 0 })', 'RTCPeerConnection.generateCertificate' is undefined)
 PASS localDescription initial value 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to