Closed
Bug 1335202
Opened 4 years ago
Closed 4 years ago
Enable crashtests for QR builds in automation
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla54
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
There's three crashtest failures, all of which are because of too-large textures that webrender doesn't handle yet. Bug 1322816 is already on file for having webrender support this. We can just disable those three failures and turn on the crashtest suite.
Assignee | ||
Comment 1•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b92866845ee180017a80723d0357de187b4a3967
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•4 years ago
|
||
Comment on attachment 8831839 [details] Bug 1335202 - Enable crashtests on QR builds in automation. There's still a failure in the try run, because of fewer assertions than expected. I'll update the patch.
Attachment #8831839 -
Flags: review?(graphics-team)
Assignee | ||
Comment 4•4 years ago
|
||
The "fewer assertions" is on layout/printing/crashtests/576878.xhtml - the test is annotated as asserts-if(browserIsRemote,4) but the expected assertions (which are bug 765972 and bug 1232856) don't happen with webrender. So I intend to add a asserts-if(webrender,0) clause to silence the warning.
Assignee | ||
Comment 5•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f82185fd38c6bb6525bef4a7b6231a539bd530fe is the new try push showing green
Comment hidden (mozreview-request) |
Comment 7•4 years ago
|
||
mozreview-review |
Comment on attachment 8831839 [details] Bug 1335202 - Enable crashtests on QR builds in automation. https://reviewboard.mozilla.org/r/108358/#review109652
Attachment #8831839 -
Flags: review?(rhunt) → review+
Pushed by kgupta@mozilla.com: https://hg.mozilla.org/projects/graphics/rev/84b84e7610ee Enable crashtests on QR builds in automation. r=rhunt
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•4 years ago
|
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•