Title: [260698] trunk/LayoutTests
Revision
260698
Author
grao...@webkit.org
Date
2020-04-25 02:23:30 -0700 (Sat, 25 Apr 2020)

Log Message

Skip legacy media controls tests on macOS and iOS
https://bugs.webkit.org/show_bug.cgi?id=211015
<rdar://problem/62064255>

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (260697 => 260698)


--- trunk/LayoutTests/ChangeLog	2020-04-25 09:14:11 UTC (rev 260697)
+++ trunk/LayoutTests/ChangeLog	2020-04-25 09:23:30 UTC (rev 260698)
@@ -1,3 +1,16 @@
+2020-04-25  Antoine Quint  <grao...@apple.com>
+
+        Skip legacy media controls tests on macOS and iOS
+        https://bugs.webkit.org/show_bug.cgi?id=211015
+        <rdar://problem/62064255>
+
+        Unreviewed test gardening.
+
+        * platform/ios/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/wk2/TestExpectations:
+
 2020-04-24  Mark Lam  <mark....@apple.com>
 
         Suppress ASan on DFG::clobberize() to work around an ASan bug.

Modified: trunk/LayoutTests/platform/ios/TestExpectations (260697 => 260698)


--- trunk/LayoutTests/platform/ios/TestExpectations	2020-04-25 09:14:11 UTC (rev 260697)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2020-04-25 09:23:30 UTC (rev 260698)
@@ -2486,7 +2486,6 @@
 media/media-controls-timeline-updates-after-playing.html [ Failure ]
 media/media-controls-timeline-updates-when-hovered.html [ Failure ]
 media/media-controls-timeline-updates.html [ Failure ]
-media/media-document-audio-repaint.html [ Failure ]
 media/media-higher-prio-audio-stream.html [ Failure ]
 media/media-volume-slider-rendered-below.html [ Failure ]
 media/media-volume-slider-rendered-normal.html [ Failure ]
@@ -3523,3 +3522,7 @@
 # Certain versions of iOS use different text security characters.
 webkit.org/b/209692 platform/ios/fast/text/text-security-disc-bullet-pua-ios-new.html [ ImageOnlyFailure ]
 webkit.org/b/209692 fast/text/text-security-disc-bullet-pua.html [ ImageOnlyFailure ]
+
+# These media controls tests are not relevant on macOS and iOS.
+media/media-document-audio-repaint.html [ Skip ]
+media/controls-styling.html [ Skip ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (260697 => 260698)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-04-25 09:14:11 UTC (rev 260697)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-04-25 09:23:30 UTC (rev 260698)
@@ -1962,3 +1962,7 @@
 
 # Certain versions of macOS use different text security characters.
 webkit.org/b/209692 [ Mojave Catalina ] platform/mac/fast/text/text-security-disc-bullet-pua-mac.html [ ImageOnlyFailure ]
+
+# These media controls tests are not relevant on macOS and iOS.
+media/media-document-audio-repaint.html [ Skip ]
+media/controls-styling.html [ Skip ]

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (260697 => 260698)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2020-04-25 09:14:11 UTC (rev 260697)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2020-04-25 09:23:30 UTC (rev 260698)
@@ -500,8 +500,6 @@
 imported/blink/fast/multicol/newmulticol/multicol-becomes-regular-block.html [ Pass ImageOnlyFailure ]
 imported/blink/fast/transforms/transform-update-frame-overflow.html [ Pass ImageOnlyFailure ]
 
-webkit.org/b/155757 media/media-document-audio-repaint.html [ Pass Failure ]
-
 webkit.org/b/157589 fast/text-autosizing/ios/text-autosizing-after-back.html [ Pass Timeout ]
 
 # PiP tests are only enabled for Sierra WebKit2.

Modified: trunk/LayoutTests/platform/wk2/TestExpectations (260697 => 260698)


--- trunk/LayoutTests/platform/wk2/TestExpectations	2020-04-25 09:14:11 UTC (rev 260697)
+++ trunk/LayoutTests/platform/wk2/TestExpectations	2020-04-25 09:23:30 UTC (rev 260698)
@@ -424,7 +424,6 @@
 fast/frames/sandboxed-iframe-plugins.html
 fast/frames/sandboxed-iframe-storage.html
 fast/overflow/overflow_hidden.html
-media/controls-styling.html
 platform/mac/fast/loader/non-html-load-event.html
 plugins/embed-attributes-style.html
 plugins/plugin-initiate-popup-window.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to