Closed
Bug 760266
Opened 13 years ago
Closed 2 years ago
svg/smil/transform/translate-clipPath-1.svg fails randomly on android native
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jmaher, Unassigned)
References
Details
as we are fixing reftests to run properly on android native (including turning off browser.tabs.remote=true), this test fails about 25% of the time
Comment 1•13 years ago
|
||
Can you attach a log excerpt from a failing run please, enough to use in reftest-analyser.
Reporter | ||
Comment 2•13 years ago
|
||
Here is a log from try server:
http://people.mozilla.org/~jmaher/android_reftests/reftest3.log
Comment 3•13 years ago
|
||
That says unexpected pass. Have you changed the reftest.list file on your try server push?
If you add this to the file does it fix it?
<style>
rect { shape-rendering: crispEdges; }
</style>
Reporter | ||
Comment 4•13 years ago
|
||
right now it is marked as random-if as sometimes it would fail and in that run on try it was a fails-if. Since the majority of the runs it does fail, we marked it as fails-if.
I can give the style fix a try here shortly when my tegra frees up.
Comment 5•13 years ago
|
||
A run where it fails but is marked as expected to pass would be more helpful so that the log contains the difference between the expected and actual images.
Reporter | ||
Comment 6•13 years ago
|
||
Here is a log file for the test failing unexpectedly:
http://people.mozilla.org/~jmaher/android_reftests/svg_smil_transform.log
I did try adding the <style> block into the .svg file and the test failed as well.
Comment 7•13 years ago
|
||
That's really odd. Some pixels towards the bottom aren't right but the testcase is symmetrical in the y axis, all the items on the page are height 100%.
Updated•3 years ago
|
Severity: normal → S3
Comment 8•2 years ago
•
|
||
I think this is WFM now. This reftest used to be marked as random-on-Android, but we removed that annotation in bug 981110, and it doesn't currently have any failure/random/etc. annotations:
https://searchfox.org/mozilla-central/rev/736eb58cd30da3afc0310b58232a1e4d0dcc86a4/layout/reftests/svg/smil/transform/reftest.list#15
You need to log in
before you can comment on or make changes to this bug.
Description
•