Title: [207464] trunk/LayoutTests
Revision
207464
Author
nael.ouedra...@crf.canon.fr
Date
2016-10-18 08:09:06 -0700 (Tue, 18 Oct 2016)

Log Message

Rebase test in fast/mediastream

[GTK] Test gardening after r206956
https://bugs.webkit.org/show_bug.cgi?id=163596

Unreviewed.


* fast/mediastream/RTCPeerConnection-add-removeTrack-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (207463 => 207464)


--- trunk/LayoutTests/ChangeLog	2016-10-18 14:53:06 UTC (rev 207463)
+++ trunk/LayoutTests/ChangeLog	2016-10-18 15:09:06 UTC (rev 207464)
@@ -1,3 +1,14 @@
+2016-10-18  Nael Ouedraogo  <nael.ouedra...@crf.canon.fr>
+
+        Rebase test in fast/mediastream
+
+        [GTK] Test gardening after r206956
+        https://bugs.webkit.org/show_bug.cgi?id=163596
+
+        Unreviewed.
+
+        * fast/mediastream/RTCPeerConnection-add-removeTrack-expected.txt:
+
 2016-10-18  Eric Carlson  <eric.carl...@apple.com>
 
         [MediaStream] Resolve constraints and enumerate devices in the UI process

Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-add-removeTrack-expected.txt (207463 => 207464)


--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-add-removeTrack-expected.txt	2016-10-18 14:53:06 UTC (rev 207463)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-add-removeTrack-expected.txt	2016-10-18 15:09:06 UTC (rev 207464)
@@ -7,9 +7,9 @@
 PASS pc.addTrack() threw exception TypeError: Not enough arguments.
 PASS pc.addTrack(null) threw exception TypeError: Argument 1 ('track') to webkitRTCPeerConnection.addTrack must be an instance of MediaStreamTrack.
 PASS pc.addTrack({}) threw exception TypeError: Argument 1 ('track') to webkitRTCPeerConnection.addTrack must be an instance of MediaStreamTrack.
-PASS pc.addTrack(track, null) threw exception TypeError: Argument 2 ('streams') to webkitRTCPeerConnection.addTrack must be an instance of MediaStream.
-PASS pc.addTrack(track, {}) threw exception TypeError: Argument 2 ('streams') to webkitRTCPeerConnection.addTrack must be an instance of MediaStream.
-PASS pc.addTrack(track, stream, null) threw exception TypeError: Argument 3 ('streams') to webkitRTCPeerConnection.addTrack must be an instance of MediaStream.
+PASS pc.addTrack(track, null) threw exception TypeError: Type error.
+PASS pc.addTrack(track, {}) threw exception TypeError: Type error.
+PASS pc.addTrack(track, stream, null) threw exception TypeError: Type error.
 
 Test bad removeTrack() arguments
 PASS pc.removeTrack() threw exception TypeError: Not enough arguments.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to