[Webkit-unassigned] [Bug 222878] New: REGRESSION(r274033) [GLIB] Bots exiting early after lots of failures due to render tree differences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 6 20:13:10 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222878

            Bug ID: 222878
           Summary: REGRESSION(r274033) [GLIB] Bots exiting early after
                    lots of failures due to render tree differences
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Compositing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: simon.fraser at apple.com

Making the bots exit early due to lots of layout test failures. For tree dump tests, It's dumping the layers in the top level, not nested in the tree. There are a 

First GTK build with the failures: https://build.webkit.org/#/builders/15/builds/434

For example:

fast/frames/001.html

--- /home/lauro/dev/WebKit/layout-test-results/fast/frames/001-expected.txt
+++ /home/lauro/dev/WebKit/layout-test-results/fast/frames/001-actual.txt
@@ -6,26 +6,29 @@
       RenderText {#text} at (0,0) size 522x17
         text run at (0,0) width 522: "The three red squares below should all look the same and be filled only with black."
       RenderBR {BR} at (522,0) size 0x17
-      RenderIFrame {IFRAME} at (0,18) size 170x170 [border: (10px solid #FF0000)]
-        layer at (0,0) size 100x100
-          RenderView at (0,0) size 100x100
-        layer at (0,0) size 100x100
-          RenderBlock {HTML} at (0,0) size 100x100
-            RenderBody {BODY} at (8,8) size 84x84
       RenderText {#text} at (170,174) size 4x17
         text run at (170,174) width 4: " "
-      RenderEmbeddedObject {OBJECT} at (174,18) size 170x170 [border: (10px solid #FF0000)]
-        layer at (0,0) size 100x100
-          RenderView at (0,0) size 100x100
-        layer at (0,0) size 100x100
-          RenderBlock {HTML} at (0,0) size 100x100
-            RenderBody {BODY} at (8,8) size 84x84
       RenderText {#text} at (344,174) size 4x17
         text run at (344,174) width 4: " "
-      RenderEmbeddedObject {OBJECT} at (348,18) size 170x170 [border: (10px solid #FF0000)]
-        layer at (0,0) size 100x100
-          RenderView at (0,0) size 100x100
-        layer at (0,0) size 100x100
-          RenderBlock {HTML} at (0,0) size 100x100
-            RenderBody {BODY} at (8,8) size 84x84
       RenderText {#text} at (0,0) size 0x0
+layer at (8,26) size 170x170
+  RenderIFrame {IFRAME} at (0,18) size 170x170 [border: (10px solid #FF0000)]
+    layer at (0,0) size 100x100
+      RenderView at (0,0) size 100x100
+    layer at (0,0) size 100x100
+      RenderBlock {HTML} at (0,0) size 100x100
+        RenderBody {BODY} at (8,8) size 84x84
+layer at (182,26) size 170x170
+  RenderEmbeddedObject {OBJECT} at (174,18) size 170x170 [border: (10px solid #FF0000)]
+    layer at (0,0) size 100x100
+      RenderView at (0,0) size 100x100
+    layer at (0,0) size 100x100
+      RenderBlock {HTML} at (0,0) size 100x100
+        RenderBody {BODY} at (8,8) size 84x84
+layer at (356,26) size 170x170
+  RenderEmbeddedObject {OBJECT} at (348,18) size 170x170 [border: (10px solid #FF0000)]
+    layer at (0,0) size 100x100
+      RenderView at (0,0) size 100x100
+    layer at (0,0) size 100x100
+      RenderBlock {HTML} at (0,0) size 100x100
+        RenderBody {BODY} at (8,8) size 84x84

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210307/dc23c38b/attachment.htm>


More information about the webkit-unassigned mailing list