Closed
Bug 769252
Opened 13 years ago
Closed 13 years ago
Intermittent Android image/image-filter-01.svg | image comparison (==)
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
14.56 KB,
text/plain
|
Details |
Android XUL Tegra 250 mozilla-inbound opt test reftest-3 on 2012-06-27 23:33:58 PDT for push f62640f30159
slave: tegra-285
https://tbpl.mozilla.org/php/getParsedLog.php?id=13062531&tree=Mozilla-Inbound
{
REFTEST TEST-START | http://10.250.48.232:30285/tests/layout/reftests/svg/image/image-filter-01.svg | 574 / 2666 (21%)
REFTEST TEST-START | http://10.250.48.232:30285/tests/layout/reftests/svg/image/image-filter-01-ref.svg | 574 / 2666 (21%)
REFTEST TEST-UNEXPECTED-FAIL | http://10.250.48.232:30285/tests/layout/reftests/svg/image/image-filter-01.svg | image comparison (==)
REFTEST number of differing pixels: 300 max difference: 255
}
Comment 1•13 years ago
|
||
This is very odd... There's supposed to be a grid of 4 images:
<image x="0" y="0" width="10" height="10" xlink:href="blueRect10x10.png"/>
<image x="20" y="0" width="10" height="10" xlink:href="blueRect10x10.png"/>
<image x="0" y="20" width="10" height="10" xlink:href="blueRect10x10.png"/>
<image x="20" y="20" width="10" height="10" xlink:href="blueRect10x10.png"/>
but the testcase only has the upper-left one rendered -- the others are completely missing.
This is a failure on Android XUL -- I wonder if there's a race condition there of some sort (e.g. between "load" firing vs. paints being flushed all the way to whatever surface we're snapshotting).
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•13 years ago
|
Keywords: intermittent-failure
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•