Bug 209077
Summary: | REGRESSION (r257840): [ Mac wk2 ] svg/custom/object-sizing-explicit-width.xhtml is flaky failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=209544 |
Truitt Savell
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/60434044>
Truitt Savell
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
Truitt Savell
Mark test as failing while it is investigated https://trac.webkit.org/changeset/258432/webkit