Title: [258688] trunk/LayoutTests
Revision
258688
Author
grao...@webkit.org
Date
2020-03-19 02:12:01 -0700 (Thu, 19 Mar 2020)

Log Message

Unreviewed test gardening.

These two platform-specific expectations are no longer necessary since we silenced the console output for these tests (see bugs 192974 and 194309).

* platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt: Removed.
* platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258687 => 258688)


--- trunk/LayoutTests/ChangeLog	2020-03-19 09:02:28 UTC (rev 258687)
+++ trunk/LayoutTests/ChangeLog	2020-03-19 09:12:01 UTC (rev 258688)
@@ -1,3 +1,12 @@
+2020-03-19  Antoine Quint  <grao...@apple.com>
+
+        Unreviewed test gardening.
+
+        These two platform-specific expectations are no longer necessary since we silenced the console output for these tests (see bugs 192974 and 194309).
+
+        * platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt: Removed.
+        * platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt: Removed.
+
 2020-03-19  Frederic Wang  <fw...@igalia.com>
 
         Delete accidentally committed file.

Deleted: trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt (258687 => 258688)


--- trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt	2020-03-19 09:02:28 UTC (rev 258687)
+++ trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt	2020-03-19 09:12:01 UTC (rev 258688)
@@ -1,17 +0,0 @@
-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".
-
-
-PASS mediaControls.element.localName is "div"
-PASS mediaControls.element.className is "compact media-controls"
-PASS mediaControls.layoutTraits is LayoutTraits.Compact
-PASS mediaControls.state is CompactMediaControls.States.Paused
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt (258687 => 258688)


--- trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt	2020-03-19 09:02:28 UTC (rev 258687)
+++ trunk/LayoutTests/platform/ios/media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt	2020-03-19 09:12:01 UTC (rev 258688)
@@ -1,21 +0,0 @@
-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".
-
-
-With controls at their default state (paused) only the play button is showing.
-PASS mediaControls.children is [mediaControls.playButton]
-
-With controls at pending state, only the activity indicator is showing.
-PASS mediaControls.children is [mediaControls.activityIndicator]
-
-With controls at invalid state, only the invalid icon is showing.
-PASS mediaControls.children is [mediaControls.invalidButton]
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to