Title: [266196] trunk/LayoutTests
Revision
266196
Author
[email protected]
Date
2020-08-26 15:15:37 -0700 (Wed, 26 Aug 2020)

Log Message

[WPE][GTK] Gardening and rebaseline

Unreviewed test gardening.

Moving some GTK-specific baselines to GLIB and removing some uneeded
baselines (failure should be expected)

* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Copied from LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
* platform/gtk/streams/pipe-to-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Renamed from LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/glib/fast/sub-pixel/selection/
  • trunk/LayoutTests/platform/gtk/streams/

Diff

Modified: trunk/LayoutTests/ChangeLog (266195 => 266196)


--- trunk/LayoutTests/ChangeLog	2020-08-26 22:14:14 UTC (rev 266195)
+++ trunk/LayoutTests/ChangeLog	2020-08-26 22:15:37 UTC (rev 266196)
@@ -1,3 +1,18 @@
+2020-08-26  Lauro Moura  <[email protected]>
+
+        [WPE][GTK] Gardening and rebaseline
+
+        Unreviewed test gardening.
+
+        Moving some GTK-specific baselines to GLIB and removing some uneeded
+        baselines (failure should be expected)
+
+        * platform/glib/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Copied from LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
+        * platform/gtk/streams/pipe-to-expected.txt: Removed.
+        * platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Renamed from LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
+
 2020-08-26  Aditya Keerthi  <[email protected]>
 
         [iOS] Disabled options in the multi-select picker should not be selectable

Modified: trunk/LayoutTests/platform/glib/TestExpectations (266195 => 266196)


--- trunk/LayoutTests/platform/glib/TestExpectations	2020-08-26 22:14:14 UTC (rev 266195)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2020-08-26 22:15:37 UTC (rev 266196)
@@ -183,6 +183,8 @@
 
 webkit.org/b/214682 imported/w3c/web-platform-tests/css/cssom/stylesheet-same-origin.sub.html [ Pass Failure ]
 
+webkit.org/b/169007 imported/w3c/web-platform-tests/css/css-flexbox/flex-item-contains-strict.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of CSS-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -450,8 +452,18 @@
 # End of SOUP and Networking-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////
 
+#////////////////////////////////////////////////////////////////////////////////////////
+# Streams-related bugs
+#////////////////////////////////////////////////////////////////////////////////////////
 
+webkit.org/b/151949 streams/pipe-to.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
+# End of Streams-related bugs
+#////////////////////////////////////////////////////////////////////////////////////////
+
+
+#////////////////////////////////////////////////////////////////////////////////////////
 # SVG-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (266195 => 266196)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-08-26 22:14:14 UTC (rev 266195)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-08-26 22:15:37 UTC (rev 266196)
@@ -2727,7 +2727,6 @@
 webkit.org/b/99893 svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure Pass ]
 
 webkit.org/b/117582 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
-webkit.org/b/169007 imported/w3c/web-platform-tests/css/css-flexbox/flex-item-contains-strict.html [ Failure ]
 
 webkit.org/b/118220 http/tests/cache/partitioned-cache.html [ Failure Pass ]
 webkit.org/b/118220 http/tests/cache/partitioned-cache-iframe.html [ Failure Pass ]

Copied: trunk/LayoutTests/platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt (from rev 266194, trunk/LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt) (0 => 266196)


--- trunk/LayoutTests/platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt	2020-08-26 22:15:37 UTC (rev 266196)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+  RenderBlock {HTML} at (0,0) size 800x8
+    RenderBody {BODY} at (8,8) size 784x0
+layer at (8,2) size 321x43
+  RenderTable {TABLE} at (8,1) size 321x44
+    RenderTableSection {TBODY} at (0,0) size 321x44
+      RenderTableRow {TR} at (0,2) size 321x40
+        RenderTableCell {TD} at (2,2) size 317x40 [r=0 c=0 rs=1 cs=1]
+          RenderBlock {PRE} at (1,12) size 315x15
+            RenderText {#text} at (0,0) size 315x14
+              text run at (0,0) width 315: "There should be no selection artifacts below."
+              text run at (314,0) width 1: " "

Copied: trunk/LayoutTests/platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt (from rev 266194, trunk/LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt) (0 => 266196)


--- trunk/LayoutTests/platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt	2020-08-26 22:15:37 UTC (rev 266196)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+  RenderBlock {HTML} at (0,0) size 800x8
+    RenderBody {BODY} at (8,8) size 784x0
+layer at (8,2) size 321x43
+  RenderTable {TABLE} at (8,1) size 321x44
+    RenderTableSection {TBODY} at (0,0) size 321x44
+      RenderTableRow {TR} at (0,2) size 321x40
+        RenderTableCell {TD} at (2,2) size 317x40 [r=0 c=0 rs=1 cs=1]
+          RenderBlock {PRE} at (1,12) size 315x15
+            RenderText {#text} at (0,0) size 315x14
+              text run at (0,0) width 315: "There should be no selection artifacts below."
+              text run at (315,0) width 0: " "
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to