Intermittent tier2 bugs/456219-1a.html == bugs/456219-1-ref.html | image comparison, max difference: 60, number of differing pixels: 540
Categories
(Core :: Layout, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox77 | --- | unaffected |
| firefox78 | --- | unaffected |
| firefox79 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gw)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(2 files)
Filed by: nerli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=305743681&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MX-QHTIBSTC917Ggu-5-ZQ/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MX-QHTIBSTC917Ggu-5-ZQ/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
[task 2020-06-10T03:33:35.376Z] 03:33:35 INFO - REFTEST TEST-START | layout/reftests/bugs/456219-1a.html == layout/reftests/bugs/456219-1-ref.html
[task 2020-06-10T03:33:35.376Z] 03:33:35 INFO - REFTEST TEST-LOAD | http://10.7.205.221:8854/tests/layout/reftests/bugs/456219-1a.html | 1325 / 2151 (61%)
[task 2020-06-10T03:33:35.376Z] 03:33:35 INFO - REFTEST TEST-LOAD | http://10.7.205.221:8854/tests/layout/reftests/bugs/456219-1-ref.html | 1325 / 2151 (61%)
[task 2020-06-10T03:33:35.376Z] 03:33:35 INFO - REFTEST INFO | REFTEST fuzzy test (56, 449) <= (60, 540) <= (60, 528)
[task 2020-06-10T03:33:35.477Z] 03:33:35 WARNING - REFTEST TEST-UNEXPECTED-FAIL | layout/reftests/bugs/456219-1a.html == layout/reftests/bugs/456219-1-ref.html | image comparison, max difference: 60, number of differing pixels: 540
Comment 1•5 years ago
•
|
||
This is a high frequency failure as far as we can see here: https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception&fromchange=b7876423a11f066001bf5b0ce45423238b02d38d&searchStr=android%2C8.0%2Cpixel2%2Caarch64%2Cwebrender%2Copt%2Creftests%2Ctest-android-hw-p2-8-0-android-aarch64-qr%2Fopt-geckoview-reftest-qr-e10s-1%2Cr%28r1%29&selectedTaskRun=MX-QHTIBSTC917Ggu-5-ZQ-0
Seems to be triggered somehow from Bug 1641751
Glenn, could you please take a look at this?
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
It looks like the fuzziness probably needs to be increased on these - I'll take a look now.
| Assignee | ||
Comment 3•5 years ago
|
||
The change in texture cache eviction policy made this slightly
more fuzzy on android hardware.
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
Yup, that test is already fuzzy on all gfx backends.
The texture cache patch can result in items being allocated in slightly different texture cache locations, which can alter fuzziness on tests that have existing accuracy issues, so I added an extra 12 pixels fuzziness for these two tests.
I haven't tested that patch on try, but I think I got the annotations right - let me know if they seem wrong!
Comment 6•5 years ago
|
||
| bugherder | ||
Comment 8•5 years ago
|
||
Glenn, could you please take a look?
| Assignee | ||
Comment 10•5 years ago
|
||
It looks like I was too conservative with the fuzziness amount - it sometimes gets 544 fuzzy pixels instead of the 540 fuzzy pixels I adjusted it to. I'll post an updated patch here shortly.
| Assignee | ||
Comment 11•5 years ago
|
||
The exact fuzziness amount depends on where it's placed in the
texture cache, which depends on previous evictions.
Comment 12•5 years ago
|
||
| Assignee | ||
Comment 13•5 years ago
|
||
Updated fuzziness patch uploaded and pushed.
| Comment hidden (Intermittent Failures Robot) |
Comment 15•5 years ago
|
||
| bugherder | ||
Comment 16•5 years ago
|
||
Set release status flags based on info from the regressing bug 1641751
| Comment hidden (Intermittent Failures Robot) |
Description
•