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

Log Message

[macOS WK1] Layout Test media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=192974
<rdar://problem/59063969>

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-constructor-expected.txt:
* media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html:
* platform/mac-wk1/TestExpectations:

Modified Paths

Diff

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


--- trunk/LayoutTests/ChangeLog	2020-03-18 19:22:30 UTC (rev 258656)
+++ trunk/LayoutTests/ChangeLog	2020-03-18 19:24:22 UTC (rev 258657)
@@ -1,5 +1,19 @@
 2020-03-18  Antoine Quint  <grao...@apple.com>
 
+        [macOS WK1] Layout Test media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=192974
+        <rdar://problem/59063969>
+
+        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-constructor-expected.txt:
+        * media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html:
+        * platform/mac-wk1/TestExpectations:
+
+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>

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


--- trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt	2020-03-18 19:22:30 UTC (rev 258656)
+++ trunk/LayoutTests/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt	2020-03-18 19:24:22 UTC (rev 258657)
@@ -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 constructor.
 
 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-constructor.html (258656 => 258657)


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

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


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-03-18 19:22:30 UTC (rev 258656)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-03-18 19:24:22 UTC (rev 258657)
@@ -890,8 +890,6 @@
 
 webkit.org/b/207133 css3/selectors3/xml/css3-modsel-d2.xml [ Pass Failure ]
 
-webkit.org/b/192974 media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html [ Pass Failure ]
-
 webkit.org/b/181085 svg/custom/object-sizing-explicit-width.xhtml [ Pass Failure ]
 
 webkit.org/b/207146 media/media-source/media-source-seek-redundant-append.html [ Pass Timeout ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to