Title: [222208] trunk/LayoutTests
- Revision
- 222208
- Author
- [email protected]
- Date
- 2017-09-19 08:53:01 -0700 (Tue, 19 Sep 2017)
Log Message
webrtc/video-rotation.html is failing and now occasionally times out.
https://bugs.webkit.org/show_bug.cgi?id=175305
Patch by Youenn Fablet <[email protected]> on 2017-09-19
Reviewed by Alex Christensen.
* TestExpectations: Marking test as passing.
* webrtc/video-rotation-expected.txt:
* webrtc/video-rotation.html: Removing unneded subtest. Purpose of the test is checking that rotation change video size.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (222207 => 222208)
--- trunk/LayoutTests/ChangeLog 2017-09-19 15:51:50 UTC (rev 222207)
+++ trunk/LayoutTests/ChangeLog 2017-09-19 15:53:01 UTC (rev 222208)
@@ -1,5 +1,16 @@
2017-09-19 Youenn Fablet <[email protected]>
+ webrtc/video-rotation.html is failing and now occasionally times out.
+ https://bugs.webkit.org/show_bug.cgi?id=175305
+
+ Reviewed by Alex Christensen.
+
+ * TestExpectations: Marking test as passing.
+ * webrtc/video-rotation-expected.txt:
+ * webrtc/video-rotation.html: Removing unneded subtest. Purpose of the test is checking that rotation change video size.
+
+2017-09-19 Youenn Fablet <[email protected]>
+
LayoutTest webrtc/video-getParameters.html is failing
https://bugs.webkit.org/show_bug.cgi?id=170148
Modified: trunk/LayoutTests/TestExpectations (222207 => 222208)
--- trunk/LayoutTests/TestExpectations 2017-09-19 15:51:50 UTC (rev 222207)
+++ trunk/LayoutTests/TestExpectations 2017-09-19 15:53:01 UTC (rev 222208)
@@ -799,7 +799,6 @@
webrtc/datachannel/multiple-connections.html [ Slow ]
webrtc/video-replace-track.html [ Pass Failure ]
webkit.org/b/170178 webrtc/video-replace-track-to-null.html [ Pass Failure ]
-webkit.org/b/175305 webrtc/video-rotation.html [ Failure Timeout ]
webkit.org/b/170704 webrtc/video-mute.html [ Failure ]
webkit.org/b/170701 webrtc/datachannel/bufferedAmountLowThreshold-default.html [ Pass Failure ]
webkit.org/b/173486 webrtc/video-replace-muted-track.html [ Pass Failure Timeout ]
Modified: trunk/LayoutTests/webrtc/video-rotation-expected.txt (222207 => 222208)
--- trunk/LayoutTests/webrtc/video-rotation-expected.txt 2017-09-19 15:51:50 UTC (rev 222207)
+++ trunk/LayoutTests/webrtc/video-rotation-expected.txt 2017-09-19 15:53:01 UTC (rev 222208)
@@ -3,5 +3,4 @@
PASS Setting video exchange
PASS Track is enabled, video should not be black
PASS Track is enabled and rotated, video should not be black and should change size
-PASS Track is disabled, video should be black
Modified: trunk/LayoutTests/webrtc/video-rotation.html (222207 => 222208)
--- trunk/LayoutTests/webrtc/video-rotation.html 2017-09-19 15:51:50 UTC (rev 222207)
+++ trunk/LayoutTests/webrtc/video-rotation.html 2017-09-19 15:53:01 UTC (rev 222208)
@@ -86,14 +86,6 @@
return waitForVideoSize(video, 240, 320);
});
}, "Track is enabled and rotated, video should not be black and should change size");
-
-promise_test((test) => {
- track.enabled = false;
- return waitFor(500).then(() => {
- return checkVideoBlack(true, "canvas2");
- })
-}, "Track is disabled, video should be black");
-
</script>
</body>
</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes