Closed Bug 1325661 Opened 7 years ago Closed 7 years ago

4 new failing reftests from merging m-c -> graphics at m-c cset bbbd2f7539f2

Categories

(Core :: Graphics: WebRender, defect, P3)

53 Branch
defect

Tracking

()

RESOLVED FIXED
mozilla54
Tracking Status
firefox53 --- affected

People

(Reporter: kats, Unassigned)

References

Details

(Whiteboard: [gfx-noted])

The merge from m-c at cset bbbd2f7539f2 [1] caused 4 reftest failures on the graphics branch.

layout/reftests/svg/paint-on-maskLayer-1a.html
layout/reftests/svg/paint-on-maskLayer-1b.html
layout/reftests/xul/inactive-fixed-bg-bug1205630.xul
layout/reftests/xul/inactive-fixed-bg-bug1272525.xul

The first two on the list are actually new reftests introduced by bug 1318266. I suspect the other to were also regressed by the same bug, but I'm doing a try push to confirm.

This is likely an issue with the way we convert WebRenderLayer instances to wr_* API calls, since we kind of ignore the transform on the layers in some places and probably shouldn't be doing that.

[1] https://treeherder.mozilla.org/#/jobs?repo=graphics&revision=f241b4570f5396628738da4f0543f981bcc549d7
paint-on-maskLayer-1x.html was evolve form inactive-fixed-bg-bug1205630.xul(see bug 1318266 comment 48).
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/a731b493e8c7
Mark 4 new reftests as failing with webrender after merge from m-c. r=gfx?
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
(In reply to C.J. Ku[:cjku](UTC+8) from comment #1)
> paint-on-maskLayer-1x.html was evolve form
> inactive-fixed-bg-bug1205630.xul(see bug 1318266 comment 48).

Ah, good to know, thanks. So likely all four reftest failures are from the same bug.
Blocks: webrender
No longer blocks: webrender-reftests
These tests may go green again once bug 1325550 lands and merges to the graphics branch, because the patch there will again cause the masking to happen on the content side instead of on the compositor.
(In reply to Markus Stange [:mstange] from comment #5)
> These tests may go green again once bug 1325550 lands and merges to the
> graphics branch, because the patch there will again cause the masking to
> happen on the content side instead of on the compositor.

Indeed, that seems to be the case with the latest merge from m-c
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/545975b950e8
Back out cset a731b493e8c7 as the tests are passing again. r=gfx?
Target Milestone: --- → mozilla54
You need to log in before you can comment on or make changes to this bug.