Title: [237899] trunk/LayoutTests
Revision
237899
Author
timo...@apple.com
Date
2018-11-06 15:57:39 -0800 (Tue, 06 Nov 2018)

Log Message

Skip css-dark-mode tests on older macOS platforms
https://bugs.webkit.org/show_bug.cgi?id=191334

Reviewed by Brian Burg.

* platform/mac-highsierra/css-dark-mode/prefers-color-scheme-expected.txt: Removed.
* platform/mac-highsierra/css-dark-mode/supported-color-schemes-expected.txt: Removed.
* platform/mac-sierra/css-dark-mode/prefers-color-scheme-expected.txt: Removed.
* platform/mac-sierra/css-dark-mode/supported-color-schemes-expected.txt: Removed.
* platform/mac/TestExpectations: Skip css-dark-mode for Sierra and HighSierra.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (237898 => 237899)


--- trunk/LayoutTests/ChangeLog	2018-11-06 23:54:00 UTC (rev 237898)
+++ trunk/LayoutTests/ChangeLog	2018-11-06 23:57:39 UTC (rev 237899)
@@ -1,3 +1,16 @@
+2018-11-06  Timothy Hatcher  <timo...@apple.com>
+
+        Skip css-dark-mode tests on older macOS platforms
+        https://bugs.webkit.org/show_bug.cgi?id=191334
+
+        Reviewed by Brian Burg.
+
+        * platform/mac-highsierra/css-dark-mode/prefers-color-scheme-expected.txt: Removed.
+        * platform/mac-highsierra/css-dark-mode/supported-color-schemes-expected.txt: Removed.
+        * platform/mac-sierra/css-dark-mode/prefers-color-scheme-expected.txt: Removed.
+        * platform/mac-sierra/css-dark-mode/supported-color-schemes-expected.txt: Removed.
+        * platform/mac/TestExpectations: Skip css-dark-mode for Sierra and HighSierra.
+
 2018-11-06  John Wilander  <wilan...@apple.com>
 
         Resource Load Statistics: Remove cap on partitioned cache max age if it matches a network reload (redirect-only)

Modified: trunk/LayoutTests/platform/mac/TestExpectations (237898 => 237899)


--- trunk/LayoutTests/platform/mac/TestExpectations	2018-11-06 23:54:00 UTC (rev 237898)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2018-11-06 23:57:39 UTC (rev 237899)
@@ -1763,6 +1763,9 @@
 [ Mojave+ ] fast/gradients/conic-gradient.html [ Pass ]
 [ Mojave+ ] fast/gradients/conic-two-hints.html [ Pass ]
 
+# Dark Mode is Mojave and later.
+[ Sierra HighSierra ] css-dark-mode [ Skip ]
+
 webkit.org/b/185651 legacy-animation-engine/animations/play-state-in-shorthand.html [ Pass Failure ]
 
 webkit.org/b/189686 webgl/2.0.0/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view.html [ Slow ]

Deleted: trunk/LayoutTests/platform/mac-highsierra/css-dark-mode/prefers-color-scheme-expected.txt (237898 => 237899)


--- trunk/LayoutTests/platform/mac-highsierra/css-dark-mode/prefers-color-scheme-expected.txt	2018-11-06 23:54:00 UTC (rev 237898)
+++ trunk/LayoutTests/platform/mac-highsierra/css-dark-mode/prefers-color-scheme-expected.txt	2018-11-06 23:57:39 UTC (rev 237899)
@@ -1,5 +0,0 @@
-
-FAIL Element colors are correct in light color scheme assert_equals: expected "rgb(0, 255, 0)" but got "rgb(255, 0, 0)"
-PASS Dark color scheme enabled 
-FAIL Element colors are correct in dark color scheme assert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 0)"
-

Deleted: trunk/LayoutTests/platform/mac-highsierra/css-dark-mode/supported-color-schemes-expected.txt (237898 => 237899)


--- trunk/LayoutTests/platform/mac-highsierra/css-dark-mode/supported-color-schemes-expected.txt	2018-11-06 23:54:00 UTC (rev 237898)
+++ trunk/LayoutTests/platform/mac-highsierra/css-dark-mode/supported-color-schemes-expected.txt	2018-11-06 23:57:39 UTC (rev 237899)
@@ -1,23 +0,0 @@
-
-PASS Element colors are correct in light color scheme with only light supported color scheme 
-PASS Dark color scheme enabled 
-PASS Element colors are correct in dark color scheme with only light supported color scheme 
-PASS Light color scheme enabled 
-PASS Supported color schemes changed to light and dark 
-PASS Element colors are correct in light color scheme with light and dark supported color scheme 
-PASS Dark color scheme enabled 
-FAIL Element colors are correct in dark color scheme with light and dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Light color scheme enabled 
-PASS Supported color schemes changed to dark 
-FAIL Element colors are correct in light color scheme with only dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Dark color scheme enabled 
-FAIL Element colors are correct in dark color scheme with only dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Supported color schemes changed to light and a bogus value 
-PASS Element colors are correct in dark color scheme with only light supported color scheme 
-PASS Supported color schemes changed to empty value 
-PASS Element colors are correct in dark color scheme with implicit light supported color scheme 
-PASS Supported color schemes changed to light and dark 
-FAIL Element colors are correct in dark color scheme with light and dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Supported color schemes changed to a bogus value and dark 
-FAIL Element colors are correct in dark color scheme with dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-

Deleted: trunk/LayoutTests/platform/mac-sierra/css-dark-mode/prefers-color-scheme-expected.txt (237898 => 237899)


--- trunk/LayoutTests/platform/mac-sierra/css-dark-mode/prefers-color-scheme-expected.txt	2018-11-06 23:54:00 UTC (rev 237898)
+++ trunk/LayoutTests/platform/mac-sierra/css-dark-mode/prefers-color-scheme-expected.txt	2018-11-06 23:57:39 UTC (rev 237899)
@@ -1,5 +0,0 @@
-
-FAIL Element colors are correct in light color scheme assert_equals: expected "rgb(0, 255, 0)" but got "rgb(255, 0, 0)"
-PASS Dark color scheme enabled 
-FAIL Element colors are correct in dark color scheme assert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 0)"
-

Deleted: trunk/LayoutTests/platform/mac-sierra/css-dark-mode/supported-color-schemes-expected.txt (237898 => 237899)


--- trunk/LayoutTests/platform/mac-sierra/css-dark-mode/supported-color-schemes-expected.txt	2018-11-06 23:54:00 UTC (rev 237898)
+++ trunk/LayoutTests/platform/mac-sierra/css-dark-mode/supported-color-schemes-expected.txt	2018-11-06 23:57:39 UTC (rev 237899)
@@ -1,23 +0,0 @@
-
-PASS Element colors are correct in light color scheme with only light supported color scheme 
-PASS Dark color scheme enabled 
-PASS Element colors are correct in dark color scheme with only light supported color scheme 
-PASS Light color scheme enabled 
-PASS Supported color schemes changed to light and dark 
-PASS Element colors are correct in light color scheme with light and dark supported color scheme 
-PASS Dark color scheme enabled 
-FAIL Element colors are correct in dark color scheme with light and dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Light color scheme enabled 
-PASS Supported color schemes changed to dark 
-FAIL Element colors are correct in light color scheme with only dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Dark color scheme enabled 
-FAIL Element colors are correct in dark color scheme with only dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Supported color schemes changed to light and a bogus value 
-PASS Element colors are correct in dark color scheme with only light supported color scheme 
-PASS Supported color schemes changed to empty value 
-PASS Element colors are correct in dark color scheme with implicit light supported color scheme 
-PASS Supported color schemes changed to light and dark 
-FAIL Element colors are correct in dark color scheme with light and dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-PASS Supported color schemes changed to a bogus value and dark 
-FAIL Element colors are correct in dark color scheme with dark supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to