Closed
Bug 1240163
Opened 10 years ago
Closed 9 years ago
eslint doesn't find xpcshell head_dbg.js
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tromey, Unassigned)
References
Details
The eslint head.js import rule only works for mochitests.
In devtools there are some xpcshell tests that use head_dbg.js
instead, with
head = head_dbg.js
in xpcshell.ini
Comment 1•10 years ago
|
||
FWIW, this might have been fixed by the changes in Bug 1245916.
Component: General → ESLint
Comment 2•9 years ago
|
||
(In reply to :Cykesiopka from comment #1)
> FWIW, this might have been fixed by the changes in Bug 1245916.
Yes, this looks to have been fixed by that bug, specifically https://hg.mozilla.org/mozilla-central/rev/5a5427be91e8
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Testing → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•