Remove w3c-css/received/css-namespaces reftests
Categories
(Core :: Layout, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(2 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•5 years ago
|
||
When executing ./import-tests.py
in a python virtualenv, the path of
the python interpreter won't be at /usr/bin/python. By using
/usr/bin/env python
, it works as the system can find a python
interpreter in $PATH.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
These reftests can be safely removed because all css-namespace tests are
pass in both received/reftest.list and wpt reftests (no
testing/web-platform/meta/css/css-namespaces folder).
The only manual modification in this patch are removing
os.path.join("css-namespaces"),
in import-tests.py.
Others parts are generated by running import-tests.py on a wpt
repository with commit 15f199c91a72b0d51bf0a12b3b77827ecb5051ff.
Depends on D56376
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d8f553f72a44
https://hg.mozilla.org/mozilla-central/rev/210fbd8cbce3
Description
•