Title: [258656] trunk/LayoutTests
Revision
258656
Author
grao...@webkit.org
Date
2020-03-18 12:22:30 -0700 (Wed, 18 Mar 2020)

Log Message

[ Mac WK1 ] Layout Test media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html is a flaky text diff failure
https://bugs.webkit.org/show_bug.cgi?id=194309
<rdar://problem/48012947>

Reviewed by Dean Jackson.

Since the console output is not guaranteed to appear in a deterministic order, we supress it.

* media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt:
* media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html:
* platform/mac-wk1/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258655 => 258656)


--- trunk/LayoutTests/ChangeLog	2020-03-18 19:18:37 UTC (rev 258655)
+++ trunk/LayoutTests/ChangeLog	2020-03-18 19:22:30 UTC (rev 258656)
@@ -1,3 +1,17 @@
+2020-03-18  Antoine Quint  <grao...@apple.com>
+
+        [ Mac WK1 ] Layout Test media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html is a flaky text diff failure
+        https://bugs.webkit.org/show_bug.cgi?id=194309
+        <rdar://problem/48012947>
+
+        Reviewed by Dean Jackson.
+
+        Since the console output is not guaranteed to appear in a deterministic order, we supress it.
+
+        * media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt:
+        * media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html:
+        * platform/mac-wk1/TestExpectations:
+
 2020-03-18  Frederic Wang  <fw...@igalia.com>
 
         frame/iframe scrolling attribute does to recognize value "noscroll" or "off"

Modified: trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt (258655 => 258656)


--- trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt	2020-03-18 19:18:37 UTC (rev 258655)
+++ trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt	2020-03-18 19:22:30 UTC (rev 258656)
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: line 140: Button failed to load, iconName = PlayCompact, layoutTraits = 8, src = ""
-CONSOLE MESSAGE: line 140: Button failed to load, iconName = InvalidCompact, layoutTraits = 8, src = ""
-CONSOLE MESSAGE: line 140: Button failed to load, iconName = ActivityIndicatorSpriteCompact, layoutTraits = 8, src = ""
 Testing the CompactMediaControls layout.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Modified: trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html (258655 => 258656)


--- trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html	2020-03-18 19:18:37 UTC (rev 258655)
+++ trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html	2020-03-18 19:22:30 UTC (rev 258656)
@@ -1,3 +1,4 @@
+<!DOCTYPE html><!-- webkit-test-runner [ dumpJSConsoleLogInStdErr=true ] -->
 <script src=""
 <script src="" type="text/_javascript_"></script>
 <script src="" type="text/_javascript_"></script>

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (258655 => 258656)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-03-18 19:18:37 UTC (rev 258655)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-03-18 19:22:30 UTC (rev 258656)
@@ -792,8 +792,6 @@
 
 webkit.org/b/172384 fast/hidpi/hidpi-long-page-with-inset-element.html [ Skip ]
 
-webkit.org/b/194309 media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html [ Pass Failure ]
-
 webkit.org/b/195098 pointerevents/mouse/enter-leave-order.html [ Failure ]
 webkit.org/b/195098 pointerevents/mouse/over-enter-out-leave.html [ Failure ]
 webkit.org/b/195098 pointerevents/mouse/pointer-capture.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to