Closed
Bug 1404179
Opened 8 years ago
Closed 8 years ago
Intermittent css-ruby/line-breaking-1.html == css-ruby/line-breaking-1-ref.html | image comparison, max difference: 255, number of differing pixels: 252
Categories
(Core :: Layout, defect, P5)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: xidorn)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:product])
Attachments
(1 file)
Filed by: nerli [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=133957870&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/Ai9DGGgISdis3YX9HkdgcA/runs/0/artifacts/public/logs/live_backing.log
https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/Ai9DGGgISdis3YX9HkdgcA/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Comment 2•8 years ago
|
||
Xidorn, looks like this started with your push. Can you please take a look?
Flags: needinfo?(xidorn+moz)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 6•8 years ago
|
||
I'll look into this tomorrow.
Assignee: nobody → xidorn+moz
Flags: needinfo?(xidorn+moz)
![]() |
||
Comment 7•8 years ago
|
||
Thanks Xidorn. This is currently one of the most frequent failures.
Whiteboard: [stockwell needswork]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Comment 12•8 years ago
|
||
:xidorn, any progress here, 100+ failures/day, this is on the border of perma fail- I will disable this tomorrow if I don't hear otherwise.
Flags: needinfo?(xidorn+moz)
Comment 13•8 years ago
|
||
It's not on the border, it's permaorange on Android debug and has been since it landed.
Comment 14•8 years ago
|
||
Sorry -- this is just pending my review response, I think. I intend to get to the review in the next hour or so. (I glanced at it earlier and it looked not-100%-trivial, which is why I haven't gotten to it already.)
(Having said that, I suspect it should be fine to disable the test in the meantime, if it's really permafail and causing trouble.)
Assignee | ||
Comment 15•8 years ago
|
||
The patch basically just reverts MoveOverflowToChildList, and duplicates most of its code into a new method MoveInlineOverflowToChildList.
Flags: needinfo?(xidorn+moz)
Comment 16•8 years ago
|
||
mozreview-review |
Comment on attachment 8914610 [details]
Bug 1404179 - Prepend rather than append frames from overflow list of prev-in-flow for ruby frames.
https://reviewboard.mozilla.org/r/185944/#review191236
r=me
::: layout/generic/nsContainerFrame.cpp:1558
(Diff revision 1)
> + // We may need to reparent floats from prev-in-flow to our line
> + // container if there the container has prev continuation.
There's an extraneous word in here somewhere ("if there the container")
I think you want to drop "there"?
Attachment #8914610 -
Flags: review?(dholbert) → review+
Comment hidden (mozreview-request) |
Comment 18•8 years ago
|
||
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d032adb1d58
Prepend rather than append frames from overflow list of prev-in-flow for ruby frames. r=dholbert
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Comment 20•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•8 years ago
|
Whiteboard: [stockwell disable-recommended] → [stockwell fixed:product]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•