Remove w3c-css/received/selectors reftests
Categories
(Core :: Layout, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(3 files)
Before removing, we need to investigate the pass/fail state is the same as those in the web-platform-tests, or figuring out why they are different.
Bug 1594937 comment 2 is a sample analysis.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
It is unclear to me what kind of instability for them to be disable in
bug 1377588, but we already run them in our own reftest framework. To
remove layout/reftests/w3c-css/selectors/, we'd better run them in wpt.
A try run in bug 1598755 comment 1 shows no orange for these test
running on wpt.
Assignee | ||
Comment 3•6 years ago
|
||
bug 1598755 comment 1 contains an analysis to align wpt's test results
with our own reftest framework, so it is ok to remove these reftests.
In this patch, the manual modifications are
- removing
os.path.join("selector"),
in import-tests.py, and - removing relevant annotations in failures.list.
Others parts are generated by running import-tests.py on a wpt
repository with commit 15f199c91a72b0d51bf0a12b3b77827ecb5051ff.
Depends on D58023
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/372d3c3de0bc
https://hg.mozilla.org/mozilla-central/rev/9c70c427e33d
Description
•