RESOLVED DUPLICATE of bug 142249 142181
REGRESSION: fast/css/acid2-pixel.html and http/tests/misc/acid2-pixel.html became flaky
https://bugs.webkit.org/show_bug.cgi?id=142181
Summary REGRESSION: fast/css/acid2-pixel.html and http/tests/misc/acid2-pixel.html be...
Alexey Proskuryakov
Reported 2015-03-02 10:58:17 PST
These tests became flaky on February 26th. First recorded failure in 180720, although the actual culprit could be substantially earlier. layer at (84,144) size 144x24 RenderBlock (positioned) {DIV} at (48,72) size 144x24 [bgcolor=#FF0000] RenderBlock {DIV} at (0,0) size 144x0 - RenderInline {OBJECT} at (0,0) size 131x14 - RenderInline {OBJECT} at (0,0) size 131x14 - RenderImage {OBJECT} at (13,0) size 131x24 [border: none (12px solid #000000) none] + RenderInline {OBJECT} at (0,0) size 35x14 + RenderInline {OBJECT} at (0,0) size 35x14 + RenderImage {OBJECT} at (109,24) size 35x0 [border: none (12px solid #000000) none] RenderBlock (floating) {DIV} at (0,0) size 144x24 [border: none (12px solid #FF0000) none (12px solid #000000)] RenderBlock {DIV} at (0,0) size 144x24 [border: none (24px solid #FFFF00)] layer at (84,216) size 144x24
Attachments
Patch (2.80 KB, patch)
2015-03-02 19:24 PST, Said Abou-Hallawa
koivisto: review-
Simon Fraser (smfr)
Comment 1 2015-03-02 11:00:51 PST
Possibly caused by
Simon Fraser (smfr)
Comment 2 2015-03-02 11:17:40 PST
Alexey Proskuryakov
Comment 3 2015-03-02 11:23:33 PST
Should I try rolling it out to confirm?
Alexey Proskuryakov
Comment 4 2015-03-02 12:38:39 PST
I tested locally. Got a flaky failure with r180683, not failure with r180682. run-webkit-tests LayoutTests/fast/css/acid2-pixel.html --repeat 1000 -f --child-processes=50
Said Abou-Hallawa
Comment 5 2015-03-02 19:24:08 PST
Simon Fraser (smfr)
Comment 6 2015-03-03 12:20:53 PST
Comment on attachment 247736 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=247736&action=review > Source/WebCore/ChangeLog:13 > + calls. In a very rare case, the layout does not finish reconstructing the > + render tree when the test runner dumps it. This introduced flakiness in We should fix DRT and WTR to update style before the final layout.
Antti Koivisto
Comment 7 2015-03-03 12:23:10 PST
Comment on attachment 247736 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=247736&action=review > Source/WebCore/ChangeLog:14 > + calls. In a very rare case, the layout does not finish reconstructing the > + render tree when the test runner dumps it. This introduced flakiness in > + this test. What case? > Source/WebCore/html/HTMLObjectElement.cpp:140 > clearUseFallbackContent(); > - setNeedsStyleRecalc(SyntheticStyleChange); > + setNeedsStyleRecalc(ReconstructRenderTree); This feels like papering over the actual problem.
Alexey Proskuryakov
Comment 8 2015-03-03 17:01:06 PST
Said asked me to roll out the offending patch for now. *** This bug has been marked as a duplicate of bug 142249 ***
Note You need to log in before you can comment on or make changes to this bug.