Title: [285554] trunk/LayoutTests
Revision
285554
Author
commit-qu...@webkit.org
Date
2021-11-09 18:48:25 -0800 (Tue, 09 Nov 2021)

Log Message

Unreviewed test gardening, skip failing test.
https://bugs.webkit.org/show_bug.cgi?id=231084
rdar://problem/83770133

Bug 230210 caused a progression on how we would detect stall during playback.
This exposed an issue with the existing test where it could fail differently
if a temporary stall occurred.
This test can't pass as we do not support change of resolution mid-stream
in plain mp4 playback (see bug 232916)

Patch by Jean-Yves Avenard <jyaven...@gmail.com> on 2021-11-09

* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (285553 => 285554)


--- trunk/LayoutTests/ChangeLog	2021-11-10 02:44:31 UTC (rev 285553)
+++ trunk/LayoutTests/ChangeLog	2021-11-10 02:48:25 UTC (rev 285554)
@@ -1,3 +1,18 @@
+2021-11-09  Jean-Yves Avenard  <jyaven...@gmail.com>
+
+        Unreviewed test gardening, skip failing test.
+        https://bugs.webkit.org/show_bug.cgi?id=231084
+        rdar://problem/83770133
+
+        Bug 230210 caused a progression on how we would detect stall during playback.
+        This exposed an issue with the existing test where it could fail differently
+        if a temporary stall occurred.
+        This test can't pass as we do not support change of resolution mid-stream
+        in plain mp4 playback (see bug 232916)
+
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
 2021-11-09  Megan Gardner  <megan_gard...@apple.com>
 
         Turn on selection flipping by default.

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (285553 => 285554)


--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2021-11-10 02:44:31 UTC (rev 285553)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2021-11-10 02:48:25 UTC (rev 285554)
@@ -101,7 +101,8 @@
 
 webkit.org/b/214751 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub.html [ Pass Failure ]
 
-webkit.org/b/214752 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html [ Pass Failure ]
+# See bug 232916; this test can't pass as we do not support mid-stream resolution change.
+webkit.org/b/214752 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html [ Skip ]
 
 webkit.org/b/214755 http/tests/navigation/subframe-pagehide-handler-starts-load2.html [ Pass Timeout ]
 

Modified: trunk/LayoutTests/platform/mac/TestExpectations (285553 => 285554)


--- trunk/LayoutTests/platform/mac/TestExpectations	2021-11-10 02:44:31 UTC (rev 285553)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-11-10 02:48:25 UTC (rev 285554)
@@ -1552,7 +1552,8 @@
 
 webkit.org/b/200128 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek.html [ Timeout Pass ]
 
-webkit.org/b/231084 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html [ Pass Failure ]
+# See bug 232916; this test can't pass as we do not support mid-stream resolution change.
+webkit.org/b/231084 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html [ Skip ]
 
 # The test runner is failing in an unrelated, unexplained, invisible to the human eye, 2 pixels difference.
 webkit.org/b/201401 imported/w3c/web-platform-tests/media-source/mediasource-video-is-visible.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to