Closed
Bug 1829673
Opened 3 years ago
Closed 3 years ago
Put all mochitest test manifest files under browser/components into alphabetical order
Categories
(Testing :: Mochitest, task)
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: mconley, Assigned: anwar.rhsl, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
You can get a sense of which test manifests need to be reordered by running this command:
./mach lint -l test-manifest-alpha browser/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•3 years ago
|
Assignee: nobody → anwar.rhsl
| Reporter | ||
Updated•3 years ago
|
Mentor: mconley
Keywords: good-first-bug
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9330231 -
Attachment description: Bug 1829673 - Put all mochitest test manifest files under browser/components into alphabetical order. r?mconley → Bug 1829673 - Put all mochitest test manifest files under browser/components into alphabetical order. r?mconley!
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54414454ff11
Put all mochitest test manifest files under browser/components into alphabetical order. r=mconley,extension-reviewers,credential-management-reviewers,dimi,robwu
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•