Bug 209077 - REGRESSION (r257840): [ Mac wk2 ] svg/custom/object-sizing-explicit-width.xhtml is flaky failing
Summary: REGRESSION (r257840): [ Mac wk2 ] svg/custom/object-sizing-explicit-width.xht...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-13 14:31 PDT by Truitt Savell
Modified: 2020-03-25 08:14 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2020-03-13 14:31:14 PDT
svg/custom/object-sizing-explicit-width.xhtml

This test began failing on Mac wk2 recently with the changes in r257840
This test is already known to be flaky on Mac debug wk1 from https://bugs.webkit.org/show_bug.cgi?id=181058
the diff is very different from that bug though

history:
https://results.webkit.org/?suite=layout-tests&test=svg%2Fcustom%2Fobject-sizing-explicit-width.xhtml

Diff:
--- /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/svg/custom/object-sizing-explicit-width-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/svg/custom/object-sizing-explicit-width-actual.txt
@@ -57,19 +57,19 @@
       RenderText {#text} at (354,340) size 4x18
         text run at (354,340) width 4: " "
       RenderEmbeddedObject {object} at (358,179) size 175x175
-        layer at (0,0) size 175x175
-          RenderView at (0,0) size 175x175
-        layer at (0,0) size 175x175
-          RenderSVGRoot {svg} at (0,0) size 175x175
-            RenderSVGRect {rect} at (0,0) size 175x175 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
-            RenderSVGEllipse {circle} at (70,70) size 35x35 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
+        layer at (0,0) size 175x150
+          RenderView at (0,0) size 175x150
+        layer at (0,0) size 175x150
+          RenderSVGRoot {svg} at (12,0) size 151x150
+            RenderSVGRect {rect} at (12,0) size 151x150 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
+            RenderSVGEllipse {circle} at (72,60) size 31x30 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
       RenderText {#text} at (533,340) size 4x18
         text run at (533,340) width 4: " "
       RenderEmbeddedObject {object} at (537,179) size 175x175
-        layer at (0,0) size 175x175
-          RenderView at (0,0) size 175x175
-        layer at (0,0) size 175x175
-          RenderSVGRoot {svg} at (0,0) size 175x175
-            RenderSVGRect {rect} at (0,0) size 175x175 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
-            RenderSVGEllipse {circle} at (70,70) size 35x35 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
+        layer at (0,0) size 175x150
+          RenderView at (0,0) size 175x150
+        layer at (0,0) size 175x150
+          RenderSVGRoot {svg} at (12,0) size 151x150
+            RenderSVGRect {rect} at (12,0) size 151x150 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
+            RenderSVGEllipse {circle} at (72,60) size 31x30 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
       RenderText {#text} at (0,0) size 0x0
Comment 1 Radar WebKit Bug Importer 2020-03-13 14:31:29 PDT
<rdar://problem/60434044>
Comment 2 Truitt Savell 2020-03-13 14:32:24 PDT
I am able to reproduce this issue with command:
run-webkit-tests --iterations 2000 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --debug-rwt-logging --no-retry --force --no-build -f svg/custom/object-sizing-explicit-width.xhtml

This reproduces on r257840 but not 257839
Comment 3 Truitt Savell 2020-03-13 14:39:49 PDT
Mark test as failing while it is investigated https://trac.webkit.org/changeset/258432/webkit