Closed
Bug 1262626
Opened 9 years ago
Closed 9 years ago
`mach test browser/base/content` fails if `crashreport.sjs` is referenced in `browser/base/content/test/general/browser.ini`
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1262866
People
(Reporter: lina, Unassigned)
References
Details
I get the following error when I run `mach test browser/base/content` (or any test file in that directory) locally: https://pastebin.mozilla.org/8866656
It looks like the cross-directory support file in question appears here, though: https://dxr.mozilla.org/mozilla-central/rev/68c0b7d6f16ce5bb023e08050102b5f2fe4aacd8/toolkit/crashreporter/test/browser/browser.ini#4
I can run the tests if I remove the entry (https://dxr.mozilla.org/mozilla-central/rev/68c0b7d6f16ce5bb023e08050102b5f2fe4aacd8/browser/base/content/test/general/browser.ini#129), but it'd be nice not to do that every time. :-)
Comment 1•9 years ago
|
||
This looks like a dupe of bug 1262866, are you building with --disable-crashreporter?
Reporter | ||
Comment 2•9 years ago
|
||
Ah, indeed I am. Thanks!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•