Closed
Bug 1468268
Opened 7 years ago
Closed 7 years ago
Remove & simplify unnecessary CSS in contain:paint reftests
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: yusuf, Assigned: yusuf, Mentored)
References
Details
Attachments
(1 file, 1 obsolete file)
This bug is for refactoring the tests for contain:paint as detailed in:
https://bugzilla.mozilla.org/show_bug.cgi?id=1170781#c60
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Please see below for the details of this commit:
https://bugzilla.mozilla.org/show_bug.cgi?id=1170781#c64
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8984906 [details]
Bug 1468268 - Refactor test cases for contain:paint.
https://reviewboard.mozilla.org/r/250680/#review257186
Stealing review -- this looks good to me! r+, assuming it looks good on Try (you can do a reftests-only run there -- no need to run other suites, since reftests are the only thing that you're changing here.)
::: commit-message-67725:1
(Diff revision 1)
> +Bug 1468268 - Refactor test cases for contain:paint. r=gerald
Nit: The word "refactor" is a bit vague & sounds more destabilizing than what's actually/mostly going on here. It'd be clearer (RE describing your changes) to reword this to something like:
"Remove & simplify unnecessary CSS in contain:paint reftests"
Attachment #8984906 -
Flags: review+
Updated•7 years ago
|
Attachment #8984906 -
Flags: review?(gsquelart)
Thank you Daniel.
(It dropped off my radar; ping me next time, if I don't review within 1 day.)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8984906 -
Attachment is obsolete: true
Assignee | ||
Comment 6•7 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #3)
> assuming it looks good on Try
> (you can do a reftests-only run there -- no need to run other suites, since
> reftests are the only thing that you're changing here.)
Thanks! Commit is updated and reftests-only try run is in process.
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8985474 [details]
Bug 1468268 - Remove & simplify unnecessary CSS in contain:paint reftests.
https://reviewboard.mozilla.org/r/251048/#review257326
Looks great, thanks!
Attachment #8985474 -
Flags: review?(dholbert) → review+
Comment 8•7 years ago
|
||
Looks like Try run completed, and I think you're good to add "checkin-needed" if you're ready for this to land.
(The orange "macosx64-ccov debug" test runs look unrelated to your changes, so don't worry about those. The logs all end with "Aborting task - max run time exceeded!", which I suspect is just because these test jobs aren't ready for prime time. I don't see these on the mozilla-central treeherder, so they're probably hidden/disabled there, presumably due to these timeouts. I'm guessing code-coverage-checking adds a lot of overhead and causes us to run over the allowed time, or something.)
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Summary: Refactor test cases for contain:paint → Remove & simplify unnecessary CSS in contain:paint reftests
Assignee | ||
Comment 9•7 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #8)
> Looks like Try run completed, and I think you're good to add
> "checkin-needed" if you're ready for this to land.
>
> (The orange "macosx64-ccov debug" test runs look unrelated to your changes,
> so don't worry about those. The logs all end with "Aborting task - max run
> time exceeded!", which I suspect is just because these test jobs aren't
> ready for prime time. I don't see these on the mozilla-central treeherder,
> so they're probably hidden/disabled there, presumably due to these timeouts.
> I'm guessing code-coverage-checking adds a lot of overhead and causes us to
> run over the allowed time, or something.)
Done, thanks!
Comment 10•7 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a22e0c8e52e1
Remove & simplify unnecessary CSS in contain:paint reftests. r=dholbert
Keywords: checkin-needed
Comment 11•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Merged to web-platform-tests in https://github.com/web-platform-tests/wpt/pull/11628 .
You need to log in
before you can comment on or make changes to this bug.
Description
•