Bug 209350
Summary: | [ iOS wk2 ] css2.1/20110323/replaced-intrinsic-ratio-001.htm is flaky failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jason Lawrence <Lawrence.j> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 13 |
Jason Lawrence
css2.1/20110323/replaced-intrinsic-ratio-001.htm
Description:
This test is flaky failing on iOS wk2. The flaky failures appear to have started around 3/3/2020.
History:
https://results.webkit.org/?suite=layout-tests&test=css2.1%2F20110323%2Freplaced-intrinsic-ratio-001.htm&platform=ios&recent=false&limit=50000
Diff:
--- /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt
+++ /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/css2.1/20110323/replaced-intrinsic-ratio-001-actual.txt
@@ -46,17 +46,17 @@
RenderTableRow {TR} at (0,0) size 240x79
RenderTableCell {TD} at (0,0) size 240x79 [r=0 c=0 rs=1 cs=1]
RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
- layer at (0,0) size 176x44
- RenderView at (0,0) size 176x44
- layer at (0,0) size 176x44
- RenderSVGRoot {svg} at (0,0) size 176x44
- RenderSVGRect {rect} at (0,0) size 176x44 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
- RenderSVGPath {path} at (26,8) size 124x28 [fill={[type=SOLID] [color=#008000]}] [data="M 500 50 L 150 200 L 850 200 Z"]
+ layer at (0,0) size 300x150
+ RenderView at (0,0) size 300x150
+ layer at (0,0) size 300x150
+ RenderSVGRoot {svg} at (0,0) size 300x77
+ RenderSVGRect {rect} at (0,0) size 300x77 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+ RenderSVGPath {path} at (45,15) size 210x45 [fill={[type=SOLID] [color=#008000]}] [data="M 500 50 L 150 200 L 850 200 Z"]
RenderBlock (floating) {P} at (1,799) size 240x16
RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
- layer at (0,0) size 176x44
- RenderView at (0,0) size 176x44
- layer at (0,0) size 176x44
- RenderSVGRoot {svg} at (0,0) size 176x44
- RenderSVGRect {rect} at (0,0) size 176x44 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
- RenderSVGPath {path} at (26,8) size 124x28 [fill={[type=SOLID] [color=#008000]}] [data="M 500 50 L 150 200 L 850 200 Z"]
+ layer at (0,0) size 300x150
+ RenderView at (0,0) size 300x150
+ layer at (0,0) size 300x150
+ RenderSVGRoot {svg} at (0,0) size 300x77
+ RenderSVGRect {rect} at (0,0) size 300x77 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+ RenderSVGPath {path} at (45,15) size 210x45 [fill={[type=SOLID] [color=#008000]}] [data="M 500 50 L 150 200 L 850 200 Z"]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/60695031>
Jason Lawrence
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/258773/webkit
Jason Lawrence
I can reproduce this issue on r258766 by running the command below.
Run-webkit-tests --iterations 1000 --exit-after-n-failures 3 --ios-simulator --force -f css2.1/20110323/replaced-intrinsic-ratio-001.htm -g
[178/1000] css2.1/20110323/replaced-intrinsic-ratio-001.htm failed unexpectedly (text diff)
[526/1000] css2.1/20110323/replaced-intrinsic-ratio-001.htm failed unexpectedly (text diff)
[579/1000] css2.1/20110323/replaced-intrinsic-ratio-001.htm failed unexpectedly (text diff)
Exiting early after 3 failures. 577 tests run.
574 tests ran as expected, 3 didn't (423 didn't run):
Jason Lawrence
This test is passing consistently now, so I have removed the expectations here: https://trac.webkit.org/changeset/261759/webkit