Remove/revert .ini files for now-passing `object-fit` WPT tests
Categories
(Core :: Layout, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(2 files)
As noted in bug 1565384 comment 16 - 17, we've got a bunch of leftover .ini files that have a bug
line and nothing else, like this one:
https://hg.mozilla.org/mozilla-central/annotate/dbb4eb5782783c4bb3fb72169617741e0e78ec53/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-001e.html.ini
Filing this bug on cleaning those up.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Per bug 1528225 comment 18, it actually appears that some of these "dummy" .ini files actually used to contain fuzzy annotations for known intermittent failures. (At least, the one for that bug did.)
In those cases, we should restore the fuzzy annotation rather than deleting the file entirely. I'll add a "part 1" patch here that does that, and then morph the existing patch into a somewhat smaller "part 2" patch which deletes the remaining files.
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
This patch was generated automatically, by running the following command:
hg revert object-fit-contain-png-001e.html.ini -r 7018488ca120836111db492baf8fc852d0b699e3
...using the revision from just before the fuzzy annotation was replaced with a temporary expected-fail annotation in bug 1559276.
Depends on D39554
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #2)
In those cases, we should restore the fuzzy annotation rather than deleting the file entirely. I'll add a [...]
Ah, per IRC/phabricator, it sounds like object-fit-contain-png-001e.html is the only file in this special fuzzy category, for now, so I just removed it from the main patch here and restored its fuzzy annotation in a new "part 2".
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f69e3ed2cbb2
https://hg.mozilla.org/mozilla-central/rev/9c5cdc49e2c1
Assignee | ||
Updated•6 years ago
|
Description
•