Closed
Bug 1183818
Opened 10 years ago
Closed 9 years ago
Address test failures with XRender disabled
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1180942
People
(Reporter: acomminos, Assigned: acomminos)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(3 files)
|
9.93 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.43 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.42 KB,
patch
|
Details | Diff | Splinter Review |
Currently, quite a few tests fail on the tryserver with XRender disabled:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=724329bdccaf
These should be addressed.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → acomminos
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
Many reftest differences appear to be caused by the fallback implementation of cairo_fill (as used by XLib) using bentley–ottmann trapezoid tessellation to fill paths, whereas cairo's image surface backend prefers its own scanline-based spans implementation first.
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
These patches fix test failures with XRender disabled by default (there's no way AFAIK to get GfxInfo in WPT reftest). mochitest-bc3 still fails however with:
> INFO TEST-UNEXPECTED-FAIL | image/test/browser/browser_bug666317.js | Image should initially be decoded. -
Andrew, are you still working on this?
Flags: needinfo?(andrew)
Whiteboard: [gfx-noted]
| Assignee | ||
Comment 8•9 years ago
|
||
Nope, dupe of bug 1180942.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(andrew)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•