Open
Bug 2000285
Opened 2 months ago
Updated 1 month ago
test-manifest-toml many warnings: "using 'processor' is not idiomatic, use 'arch' instead"
Categories
(Testing :: General, defect, P1)
Testing
General
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Unassigned)
References
Details
I just posted a patch that touched some test .toml files and got a message about 30 possible warnings. On investigation, I found there are lots of messages such as:
[task 2025-11-14T18:02:13.056+00:00] TEST-UNEXPECTED-WARNING | /builds/worker/checkouts/gecko/browser/base/content/test/keyboard/browser.toml:0 | using 'processor' is not idiomatic, use 'arch' instead (test-manifest-toml)
[task 2025-11-14T18:02:13.056+00:00] TEST-UNEXPECTED-WARNING | /builds/worker/checkouts/gecko/browser/base/content/test/outOfProcess/browser.toml:0 | using 'bits' is not idiomatic, use 'arch' instead (test-manifest-toml)
These seem to be pre-existing. Please can we fix these or allow them, so that we're not warning lots every time someone touches a file? (I can't see an existing bug on these).
Comment 1•1 month ago
|
||
The severity field is not set for this bug.
:jmaher, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jmaher)
Updated•1 month ago
|
Severity: -- → S2
Flags: needinfo?(jmaher)
Priority: -- → P1
Comment 2•1 month ago
|
||
as a quick update, most of the manifests have been updated to match the stricter set of rules- additional work is planned this week and next week to updating remaining cases and add more rules to handle edge cases.
You need to log in
before you can comment on or make changes to this bug.
Description
•