Closed
Bug 1403457
Opened 7 years ago
Closed 7 years ago
Intermittent bugs/579323-1.html == bugs/579323-1-ref.html | image comparison, max difference: 255, number of differing pixels: 10200
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
VERIFIED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: kats)
References
Details
(Keywords: intermittent-failure, Whiteboard: [wr-mvp][stockwell disabled])
Filed by: archaeopteryx [at] coole-files.de
https://treeherder.mozilla.org/logviewer.html#?job_id=133503344&repo=autoland
https://queue.taskcluster.net/v1/task/Ry1sT61ZQrCP92qQ0Wtgzw/runs/0/artifacts/public/logs/live_backing.log
https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/Ry1sT61ZQrCP92qQ0Wtgzw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Assignee | ||
Updated•7 years ago
|
Component: Layout → Graphics: WebRender
Comment 1•7 years ago
|
||
This permafails since on Quantumrender (both opt and debug) since these merges:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=792d4db07bef813d32b03ccdbc508174637767a2&filter-searchStr=quantumrender+reftest
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=17b17a40b14a376b5509b759b2de11d7d3456846&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=success&filter-searchStr=quantumrender+tc-r-e10s(r4)
And it didn't fail before these merges
Updated•7 years ago
|
Severity: normal → major
Assignee | ||
Comment 2•7 years ago
|
||
Ok, I'll mark it failing for now and bisect what caused it.
Assignee: nobody → bugmail
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c9d461081948
Mark a test as fails-if(webrender). r=me
Assignee | ||
Comment 4•7 years ago
|
||
This is a regression from bug 1383786.
Try push with merge of 4d35361e1aec and 90fe4a380e8b: https://treeherder.mozilla.org/#/jobs?repo=try&revision=35a6c69a8399f177e29971f73ce210adf584e04a
Try push with merge of 4d35361e1aec and 594f4ea5d802: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9e98c2e5f97c024309a1594f37871b3bbbef56db
Nical, fyi. It seems your patches combined with the layers-free flip caused this perma-fail.
Blocks: 1383786
Flags: needinfo?(nical.bugzilla)
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: P5 → P1
Whiteboard: [wr-mvp]
Updated•7 years ago
|
Whiteboard: [wr-mvp] → [wr-mvp][stockwell disabled]
Keywords: leave-open
Assignee | ||
Comment 5•7 years ago
|
||
I don't think we need to leave this open. We have a big pile of fails-if(webrender) and skip-if(webrender) tests that I'm tracking externally in a spreadsheet, and we'll fix this as we tackle the rest of them.
Keywords: leave-open
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Comment hidden (Intermittent Failures Robot) |
Comment 8•7 years ago
|
||
> Nical, fyi. It seems your patches combined with the layers-free flip caused this perma-fail.
That's not surprising, my patch queue from that bug most likely changed timings a bit in the way images are received from the ImageBirdge. I think that the problem is that canvas frames should not be sent to the compositor process using ImageBridge as they are done with layers-free, because it breaks frame consistency (can't know when a canvas update will show up on screen). I bet a lot of the canvas reftests are flacky at the moment.
Flags: needinfo?(nical.bugzilla)
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•