Put all mochitest test manifest files under toolkit/components into alphabetical order
Categories
(Testing :: Mochitest, task)
Tracking
(Not tracked)
People
(Reporter: mconley, Assigned: anwar.rhsl)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
You can get a sense of which test manifests need to be reordered by running this command:
./mach lint -l test-manifest-alpha toolkit/components/ --warnings
then it's a matter of reorganizing each of those files to move the tests (and the test flags!) into the prescribed order.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
I have an issue sorting the test in this file toolkit/components/extensions/test/mochitest/mochitest.ini
.
In order to sort alphabetically, the test_ext_storage_cleanup.html
must come before test_ext_sendmessage_reply2.html
, which is included from toolkit/components/extensions/test/mochitest/mochitest-common.ini
.
Do I move test_ext_storage_cleanup.html
into toolkit/components/extensions/test/mochitest/mochitest-common.ini
and sort them alphabetically? Any help?
Assignee | ||
Comment 2•2 years ago
|
||
Put all mochitest test manifest files under toolkit/components into alphabetical order. r?mconley
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•1 year ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Updated•1 year ago
|
Comment 4•1 year ago
|
||
The tests have already been sorted alphabetically as part of the ini->toml migration in bug 1855300.
Updated•1 year ago
|
Description
•