Re-introduce enforcing alphabetically sorted test manifests for toml files
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Tracking
(firefox124 fixed)
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: Gijs, Assigned: tmarble)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Code in https://searchfox.org/mozilla-central/rev/1a63fee6c2a8ea6846f6f16b85edeb6d19fc9f23/tools/lint/test-manifest-alpha/__init__.py is currently specific to .ini
files. We should extend it to cover .toml
test manifests. Mike says this should be easier than it was to do .ini
!
Comment 1•11 months ago
|
||
I think this might be a duplicate of bug 1847269?
Reporter | ||
Comment 2•11 months ago
|
||
(In reply to Mark Banner (:standard8) from comment #1)
I think this might be a duplicate of bug 1847269?
I guess this bug describes a desired outcome and that bug describes a method of getting there - so likely to be dupes but not necessarily - leave it up to :jmaher to make a decision here.
Assignee | ||
Comment 5•10 months ago
|
||
Updated•10 months ago
|
Comment 7•9 months ago
|
||
Backed out for causing Mn failures at toolkit/xre/test/marionette/test_exitcode.py
Backout link: https://hg.mozilla.org/integration/autoland/rev/3ee57b62e0eaebcf40f6f74acadae2cbc124d0b1
Comment 8•9 months ago
|
||
this is an Marionette OSX only failure related to sorting the manifests in the master list of manifests.
logic would dictate that if this isn't seen on other platforms, then this must be related to anything that is skip-if || run-if os == 'mac'
. It might be wise to include culprits that skip-if || run-if any other platform as those could be missing or running on linux/win and causing other environment/profile/browser interference.
Comment 10•9 months ago
|
||
bugherder |
Description
•