Closed
Bug 1410006
Opened 8 years ago
Closed 8 years ago
ESLint should automatically ignore all crashtest directories
Categories
(Developer Infrastructure :: Lint and Formatting, enhancement, P2)
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
All of our crash tests are a specially crafted code that originally crashed Firefox.
We shouldn't lint them, as fixing the issues might invalidate the original test case.
We're not linting any crashtest directories at the moment, but I'm hoping we're going to be enabling some areas that contain crashtests very soon.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8920061 [details]
Bug 1410006 - ESLint should automatically ignore all crashtest directories; and clean up .eslintignore a bit.
https://reviewboard.mozilla.org/r/191058/#review196460
::: .eslintignore:49
(Diff revision 1)
> nsprpub/**
> other-licenses/**
> probes/**
> startupcache/**
> xpfe/**
> +# These directories only contain crashtests, but we still skip the whole
Add a newline above here.
Attachment #8920061 -
Flags: review?(dtownsend) → review+
Comment hidden (mozreview-request) |
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/39444cb663f7
ESLint should automatically ignore all crashtest directories; and clean up .eslintignore a bit. r=mossop
![]() |
||
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Product: Testing → Firefox Build System
Updated•7 years ago
|
Version: Version 3 → 3 Branch
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
•