Closed
Bug 578134
Opened 15 years ago
Closed 13 years ago
REFTEST TEST-UNEXPECTED-FAIL | file:///c:/talos-slave/mozilla-central-win7-opt-u-reftest-d2d/build/reftest/tests/layout/reftests/box-shadow/boxshadow-rounded-spread.html
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: armenzg, Assigned: jrmuizel)
References
Details
(Keywords: intermittent-failure, Whiteboard: [win7])
Attachments
(2 files)
After enabling reftests for Direct 2D we are hitting this failure in this test suite.
Comment 1•15 years ago
|
||
There are a very small number of divergent pixels on the outer edge of the circle. I have no idea whether it is practical to fix that.
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Created attachment 456909 [details]
> analyzed log
>
> There are a very small number of divergent pixels on the outer edge of the
> circle. I have no idea whether it is practical to fix that.
If that becomes the formal decision from Dev, can the test be modified to return green for that case?
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > Created attachment 456909 [details] [details]
> > analyzed log
> >
> > There are a very small number of divergent pixels on the outer edge of the
> > circle. I have no idea whether it is practical to fix that.
>
> If that becomes the formal decision from Dev, can the test be modified to
> return green for that case?
I expect so yes.
Comment 4•15 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > Created attachment 456909 [details] [details]
> > analyzed log
> >
> > There are a very small number of divergent pixels on the outer edge of the
> > circle. I have no idea whether it is practical to fix that.
>
> If that becomes the formal decision from Dev, can the test be modified to
> return green for that case?
We've talked fuzzy matching before, but it's a tricky area. And additionally it's probably only a good idea if we understand why there are these tiny discrepancies.
Updated•15 years ago
|
Assignee: nobody → jmuizelaar
I actually think that what we should do here is change nsCSSRendering::PaintBackgroundWithSC to paint the background color by filling the background shape instead of clipping to the background shape and then filling the dirty area. This should actually be faster as well as making these test failures go away.
Comment 6•13 years ago
|
||
Mass marking whiteboard:[orange] bugs WFM (to clean up TBPL bug suggestions) that:
* Haven't changed in > 6months
* Whose whiteboard contains none of the strings: {disabled,marked,random,fuzzy,todo,fails,failing,annotated,leave open,time-bomb}
* Passed a (quick) manual inspection of bug summary/whiteboard to ensure they weren't a false positive.
I've also gone through and searched for cases where the whiteboard wasn't labelled correctly after test disabling, by using attachment description & basic comment searches. However if the test for which this bug was about has in fact been disabled/annotated/..., please accept my apologies & reopen/mark the whiteboard appropriately so this doesn't get re-closed in the future (and please ping me via IRC or email so I can try to tweak the saved searches to avoid more edge cases).
Sorry for the spam! Filter on: #FFA500
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [win7][orange] → [win7]
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•