Title: [258258] trunk/LayoutTests
Revision
258258
Author
grao...@webkit.org
Date
2020-03-11 03:48:14 -0700 (Wed, 11 Mar 2020)

Log Message

Regression r258148: js/dom/navigator-maxtouchpoints.html is consistently failing on windows
https://bugs.webkit.org/show_bug.cgi?id=208856

Unreviewed test gardening.

Since Pointer Events are now enabled by default everywhere, we can remove platform-specific results
and rely on the generic expectation where the navigator.maxTouchPoints property is 0.

* js/dom/navigator-maxtouchpoints-expected.txt:
* platform/gtk/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
* platform/ios/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
* platform/mac/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
* platform/win/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
* platform/wpe/js/dom/navigator-maxtouchpoints-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258257 => 258258)


--- trunk/LayoutTests/ChangeLog	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/ChangeLog	2020-03-11 10:48:14 UTC (rev 258258)
@@ -1,3 +1,20 @@
+2020-03-11  Antoine Quint  <grao...@apple.com>
+
+        Regression r258148: js/dom/navigator-maxtouchpoints.html is consistently failing on windows
+        https://bugs.webkit.org/show_bug.cgi?id=208856
+
+        Unreviewed test gardening.
+
+        Since Pointer Events are now enabled by default everywhere, we can remove platform-specific results
+        and rely on the generic expectation where the navigator.maxTouchPoints property is 0.
+
+        * js/dom/navigator-maxtouchpoints-expected.txt:
+        * platform/gtk/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
+        * platform/ios/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
+        * platform/mac/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
+        * platform/win/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
+        * platform/wpe/js/dom/navigator-maxtouchpoints-expected.txt: Removed.
+
 2020-03-11  Diego Pino Garcia  <dp...@igalia.com>
 
         [WPE] Gardening, remove WPE specific expected results

Modified: trunk/LayoutTests/js/dom/navigator-maxtouchpoints-expected.txt (258257 => 258258)


--- trunk/LayoutTests/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 10:48:14 UTC (rev 258258)
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-navigator.maxTouchPoints = undefined
+navigator.maxTouchPoints = 0
 PASS successfullyParsed is true
 
 TEST COMPLETE

Deleted: trunk/LayoutTests/platform/gtk/js/dom/navigator-maxtouchpoints-expected.txt (258257 => 258258)


--- trunk/LayoutTests/platform/gtk/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/platform/gtk/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 10:48:14 UTC (rev 258258)
@@ -1,10 +0,0 @@
-Check return value of navigator.maxTouchPoints.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-navigator.maxTouchPoints = 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/ios/js/dom/navigator-maxtouchpoints-expected.txt (258257 => 258258)


--- trunk/LayoutTests/platform/ios/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/platform/ios/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 10:48:14 UTC (rev 258258)
@@ -1,10 +0,0 @@
-Check return value of navigator.maxTouchPoints.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-navigator.maxTouchPoints = 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/mac/js/dom/navigator-maxtouchpoints-expected.txt (258257 => 258258)


--- trunk/LayoutTests/platform/mac/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/platform/mac/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 10:48:14 UTC (rev 258258)
@@ -1,10 +0,0 @@
-Check return value of navigator.maxTouchPoints.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-navigator.maxTouchPoints = 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt (258257 => 258258)


--- trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 10:48:14 UTC (rev 258258)
@@ -1,10 +0,0 @@
-Check return value of navigator.maxTouchPoints.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-navigator.maxTouchPoints = 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/wpe/js/dom/navigator-maxtouchpoints-expected.txt (258257 => 258258)


--- trunk/LayoutTests/platform/wpe/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 09:53:55 UTC (rev 258257)
+++ trunk/LayoutTests/platform/wpe/js/dom/navigator-maxtouchpoints-expected.txt	2020-03-11 10:48:14 UTC (rev 258258)
@@ -1,10 +0,0 @@
-Check return value of navigator.maxTouchPoints.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-navigator.maxTouchPoints = 0
-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