Title: [262614] trunk/LayoutTests
Revision
262614
Author
dp...@igalia.com
Date
2020-06-05 06:25:50 -0700 (Fri, 05 Jun 2020)

Log Message

[GTK] Gardening, update test expectations after r262612
https://bugs.webkit.org/show_bug.cgi?id=212822

Unreviewed gardening.

Remove unnecessary baseline and gardened several flaky tests.

* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt: Added after r262607.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (262613 => 262614)


--- trunk/LayoutTests/ChangeLog	2020-06-05 11:25:43 UTC (rev 262613)
+++ trunk/LayoutTests/ChangeLog	2020-06-05 13:25:50 UTC (rev 262614)
@@ -1,5 +1,18 @@
 2020-06-05  Diego Pino Garcia  <dp...@igalia.com>
 
+        [GTK] Gardening, update test expectations after r262612
+        https://bugs.webkit.org/show_bug.cgi?id=212822
+
+        Unreviewed gardening.
+
+        Remove unnecessary baseline and gardened several flaky tests.
+
+        * platform/glib/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt: Added after r262607.
+
+2020-06-05  Diego Pino Garcia  <dp...@igalia.com>
+
         [GTK] Gardening, update test expectations after r262609
         https://bugs.webkit.org/show_bug.cgi?id=212813
 

Modified: trunk/LayoutTests/platform/glib/TestExpectations (262613 => 262614)


--- trunk/LayoutTests/platform/glib/TestExpectations	2020-06-05 11:25:43 UTC (rev 262613)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2020-06-05 13:25:50 UTC (rev 262614)
@@ -125,6 +125,17 @@
 
 
 #////////////////////////////////////////////////////////////////////////////////////////
+# WebSocket-related bugs
+#////////////////////////////////////////////////////////////////////////////////////////
+
+webkit.org/b/212818 http/tests/websocket/tests/hybi/send-object-tostring-check.html [ Failure Timeout Pass ]
+
+#////////////////////////////////////////////////////////////////////////////////////////
+# End of WebSocket-related bugs
+#////////////////////////////////////////////////////////////////////////////////////////
+
+
+#////////////////////////////////////////////////////////////////////////////////////////
 # WPT-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (262613 => 262614)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-06-05 11:25:43 UTC (rev 262613)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-06-05 13:25:50 UTC (rev 262614)
@@ -2889,6 +2889,8 @@
 
 webkit.org/b/212812 imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.animated.gif.html [ Failure Pass ]
 
+webkit.org/b/212821 scrollbars/scrollbar-selectors.html [ Pass Timeout Missing ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -3283,6 +3285,7 @@
 webkit.org/b/212202 compositing/fixed-with-main-thread-scrolling.html [ Skip ]
 
 webkit.org/b/210796 http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-database.html [ Timeout Pass ]
+webkit.org/b/210796 http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database.html [ Timeout Pass ]
 webkit.org/b/210796 http/tests/resourceLoadStatistics/telemetry-generation-advanced-functionality-database.html [ Failure Pass ]
 webkit.org/b/210796 http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time.html [ Failure Pass ]
 webkit.org/b/210796 http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html [ Timeout Pass ]

Added: trunk/LayoutTests/platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt (0 => 262614)


--- trunk/LayoutTests/platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt	2020-06-05 13:25:50 UTC (rev 262614)
@@ -0,0 +1,11 @@
+Test for http://bugs.webkit.org/show_bug.cgi?id=113220: ensures select popup closes when focus changes.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.isSelectPopupVisible(popup) is true
+PASS internals.isSelectPopupVisible(popup) is false
+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