Open Bug 951541 Opened 11 years ago Updated 2 years ago

animateMotion-flattening-1.svg fails on Windows 8

Categories

(Core :: SVG, defect)

x86_64
Windows 8
defect

Tracking

()

People

(Reporter: birtles, Unassigned)

Details

The reftest I created for bug 946540 fails consistently on Windows 8. Reftest logs forthcoming.
Reftest failures:

https://tbpl.mozilla.org/?tree=Try&rev=ba71af2814ef
https://tbpl.mozilla.org/?tree=Try&rev=a74f28d6fc4d

Note that animateMotion-flattening-1.svg has yet to be pushed (waiting to make sure the fails-if clause pleases try server)
The failure is in the extreme bottom strip of pixels

Testcase has:
 rgb(1,255,1)
whereas reference has:
 rgb(0,255,0)

So it's *very* close. Might be worth using fuzzy-if instead of fails-if, since it's so close. (That way, we'll be able to catch actual failures in this test on Win8.)

Still, odd that that bottom strip isn't matching. Does this reftest do anything near the bottom of the window?
(In reply to Daniel Holbert [:dholbert] from comment #2)
> The failure is in the extreme bottom strip of pixels
> 
> Testcase has:
>  rgb(1,255,1)
> whereas reference has:
>  rgb(0,255,0)
> 
> So it's *very* close. Might be worth using fuzzy-if instead of fails-if,
> since it's so close. (That way, we'll be able to catch actual failures in
> this test on Win8.)

Done: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb1b9398aa86

> Still, odd that that bottom strip isn't matching. Does this reftest do
> anything near the bottom of the window?

It moves a red rectangle from roughly the top-left of the viewport to the bottom/bottom-right so it could well be an artifact from moving the rectangle which may have been layerized.
(In reply to Brian Birtles (:birtles) from comment #3)
> (In reply to Daniel Holbert [:dholbert] from comment #2)
...
> > Still, odd that that bottom strip isn't matching. Does this reftest do
> > anything near the bottom of the window?
> 
> It moves a red rectangle from roughly the top-left of the viewport to the
> bottom/bottom-right so it could well be an artifact from moving the
> rectangle which may have been layerized.

Oh, except that the whole test is paused and seeked. So maybe that has nothing to do with it.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.