Closed
Bug 1373530
Opened 6 years ago
Closed 6 years ago
Clean some unused reftest annotations after enabling background color layer by default
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
Details
Attachments
(1 file)
1.92 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
I forgot to clean the these annotations in bug 1358055.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Comment on attachment 8878361 [details] [diff] [review] Clean unused reftest annotations try result: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8c3d55f513444998de2f677296c6d7e29006a014&selectedJob=107574411
Attachment #8878361 -
Flags: review?(bugmail)
Comment 3•6 years ago
|
||
did you really mean to remove 3 tests altogether?
Comment 4•6 years ago
|
||
Comment on attachment 8878361 [details] [diff] [review] Clean unused reftest annotations Review of attachment 8878361 [details] [diff] [review]: ----------------------------------------------------------------- r+ with comment addressed ::: layout/reftests/bugs/reftest.list @@ +1984,5 @@ > fuzzy(2,20000) == 1315113-2.html 1315113-2-ref.html > == 1315632-1.html 1315632-1-ref.html > fuzzy(2,40000) fuzzy-if(webrender,26,691) == 1316719-1a.html 1316719-1-ref.html > fuzzy(2,40000) fuzzy-if(webrender,26,691) == 1316719-1b.html 1316719-1-ref.html > +fuzzy(2,40000) fuzzy-if(webrender,26,691) == 1316719-1c.html 1316719-1-ref.html This can be fuzzy-if(webrender,1-1,323-323). The actual fuzz numbers are reported in the log for the reftest on TreeHerder now, and this test (1316719-1c.html) has 1,323 as the fuzz factor. It's the same in all the R4 and Ru4 jobs (I checked e10s vs non-e10s and debug/opt as well) in a recent m-c push, so we can use a tight range for it.
Attachment #8878361 -
Flags: review?(bugmail) → review+
Comment 5•6 years ago
|
||
(In reply to Robert Longson from comment #3) > did you really mean to remove 3 tests altogether? It's more like removing the runs which explicitly set a pref that is now set by default anyway.
Assignee | ||
Comment 6•6 years ago
|
||
try result: https://treeherder.mozilla.org/#/jobs?repo=try&revision=38c865bee892086b252d9fe9a36055a6cf54937d
Pushed by ethlin@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/b0e703b451c1 Clean some unused reftest annotations after enabling background color layer by default. r=kats
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b0e703b451c1
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•