Closed
Bug 1252630
Opened 7 years ago
Closed 7 years ago
Clean up the APZ reftest manifests
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
(Keywords: arch, Whiteboard: [gfx-noted])
Attachments
(1 file)
9.32 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
Instead of putting skip-if(!asyncPan) at the beginning of each line in the manifests, we can skip them at the manifest-level instead. Would be a bit cleaner to parse that way.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8725420 -
Flags: review?(bugmail.mozilla)
Comment 2•7 years ago
|
||
Comment on attachment 8725420 [details] [diff] [review] patch Review of attachment 8725420 [details] [diff] [review]: ----------------------------------------------------------------- r+ with the skip-if(!asyncZoom) put back ::: gfx/layers/apz/test/reftest/reftest.list @@ +10,5 @@ > # Different async zoom levels. Since the scrollthumb gets async-scaled in the > # compositor, the border-radius ends of the scrollthumb are going to be a little > # off, hence the fuzzy-if clauses. > +fuzzy-if(B2G,98,82) == async-scrollbar-zoom-1.html async-scrollbar-zoom-1-ref.html > +fuzzy-if(B2G,94,146) == async-scrollbar-zoom-2.html async-scrollbar-zoom-2-ref.html we'll still need skip-if(!asyncZoom) on these two, because asyncZoom is a non-equal subset of asyncPan @@ +15,3 @@ > > # Meta-viewport tag support > +== initial-scale-1.html initial-scale-1-ref.html ditto
Attachment #8725420 -
Flags: review?(bugmail.mozilla) → review+
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f7f0e8cebe85
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Assignee | ||
Comment 5•7 years ago
|
||
This has proved to be more hassle than it's worth thanks to the finicky way reftest annotations work. https://hg.mozilla.org/integration/mozilla-inbound/rev/0c6d4e1ef9cb
Assignee | ||
Comment 6•7 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/590a4e9f938a
Assignee | ||
Comment 7•7 years ago
|
||
backout bugherder |
https://hg.mozilla.org/mozilla-central/rev/0c6d4e1ef9cb
You need to log in
before you can comment on or make changes to this bug.
Description
•