Closed
Bug 1830075
Opened 3 years ago
Closed 3 years ago
Put all mochitests under browser/extensions, browser/modules and browser/tools into alphabetical order
Categories
(Testing :: Mochitest, task)
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: mconley, Assigned: anwar.rhsl)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
See bug 1815447 for details. Alphabetical order is what the testing harness is running these things in anyways, so this shouldn't change the behaviour of our test runs.
If someone wants to pick this up, we have a linter that'll help! You can run it using:
./mach lint -l test-manifest-alpha browser/extensions --warnings
./mach lint -l test-manifest-alpha browser/modules --warnings
./mach lint -l test-manifest-alpha browser/tools --warnings
To get a list of all of the manifest files that are out of order. Then the job is to put each of those files in alphabetical order so that the linter doesn't complain.
| Reporter | ||
Updated•3 years ago
|
Assignee: nobody → anwar.rhsl
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22c74ab991a1
Put all mochitests under browser/extensions, browser/modules and browser/tools into alphabetical order. r=mconley,webcompat-reviewers,credential-management-reviewers,twisniewski,dimi
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
•