Intermittent pixel-rounding/border-image-width-4.html == pixel-rounding/border-image-width-0.html | single tracking bug
Categories
(Core :: Graphics: WebRender, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox115 | --- | unaffected |
firefox116 | --- | unaffected |
firefox117 | --- | wontfix |
firefox118 | --- | wontfix |
firefox119 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: dholbert)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression, Whiteboard: [retriggered])
Attachments
(4 files)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=422133536&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aai87wXkQOeJgdZyL06JLg/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/Aai87wXkQOeJgdZyL06JLg/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
There are no visible differences.
Comment 1•1 year ago
|
||
R+B range: https://treeherder.mozilla.org/jobs?repo=autoland&searchStr=Windows%2C11%2Cx86%2C22H2%2CWebRender%2Cdebug%2CReftests%2Cwith%2Cdcomp%2Ccompositing%2Ctest-windows11-32-2009-qr%2Fdebug-reftest-wr-dc3-c%2CR5&tochange=47f266144ce3d9bc035cc91770285c4702098cda&fromchange=6861b492d5412d5a6fe18fcc2d2b6260e7c95c83&selectedTaskRun=Uf6tNgX0SFG_WK2S-_a9NQ.0
This started with the change in https://bugzilla.mozilla.org/show_bug.cgi?id=1778032
Nicolas, could you please take a look at this?
Thanks
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1778032
Comment 3•1 year ago
|
||
This should be fixed by the patch in bug 1842857.
Comment hidden (Intermittent Failures Robot) |
Comment 5•1 year ago
|
||
Set release status flags based on info from the regressing bug 1778032
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 9•1 year ago
•
|
||
(In reply to Nicolas Silva [:nical] from comment #3)
This should be fixed by the patch in bug 1842857.
Apparently that patch (which adjusted the fuzzy tolerance) wasn't quite sufficient. That patch (https://hg.mozilla.org/mozilla-central/rev/3170f4f57d01 ) bumped the differing-pixel-count to 21, but in fact the failure sometimes has a bit more than that.
This log has 25 differing pixels for border-image-width-4.html and border-image-width-9.html:
https://treeherder.mozilla.org/logviewer?job_id=424702855&repo=mozilla-central&lineNumber=10824
That's the most I'm seeing here. The other recent logs have 22 as the differing-pixel-count.
We should probably just use 25 as the upper-limit instead of 21, I guess?
(These do look like "real" failures; there are border-image pixels that are substantially the wrong color here, not like in an antialiasing-fringe sort of way. I'm not sure if it's worth having a followup to investigate the actual failure or not? It looks like the failure is new since bug 1778032; before that, these tests had no fuzzy annotation at all.)
Assignee | ||
Comment 10•1 year ago
|
||
Updated•1 year ago
|
Comment 11•1 year ago
|
||
Assignee | ||
Comment 12•1 year ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #9)
This log has 25 differing pixels for border-image-width-4.html and border-image-width-9.html:
https://treeherder.mozilla.org/logviewer?job_id=424702855&repo=mozilla-central&lineNumber=10824
For posterity, here's the reftest-analyzer view of that test failure:
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/ZsRl4vyASASxuOkX7t8wbA/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
And in case the log expires or something, I'm attaching the test screenshot for the -4.html test-failure here, and I'll attach the reference screenshot as well.
Assignee | ||
Comment 13•1 year ago
|
||
Here's the corresponding "reference" screenshot that was shown in the reftest-analyzer UI.
Assignee | ||
Comment 14•1 year ago
•
|
||
nical do you think we should spin off a followup for the underlying issue here? (Are these intermittent mismatches concerning?)
For convenience, here's a screencast of what the reftest-analyzer comparison looks like for the failure in comment 9 / comment 12. As you can see in the pixel-grid in the second half of the video, the mismatching pixels are quite different in the testcase vs. the reference case.
(This might be easiest to see if you fullscreen the video when playing it; or just use the reftest-analyzer link directly.)
Comment 15•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Comment 16•1 year ago
|
||
It's surprising to me that the issue is intermittent. As far as the actual differences are concerned, I'm not too worried because this test magnifies off-by-one differences in how repetitions are positioned/snapped. For web content I don't expect it to make a big difference in practice, so that puts figuring this out far down the priority list.
Description
•