mach jstestbrowser fails with js/src/tests: No such file or directory
Categories
(Testing :: Reftest, defect, P3)
Tracking
(Not tracked)
People
(Reporter: jonco, Unassigned)
References
(Regression)
Details
Attachments
(1 file)
124.43 KB,
text/plain
|
Details |
Log file attached. This happens on inbound tip. If I update back to changeset 2c268d869bc4 it works.
Comment 1•5 years ago
|
||
An encompassing but not minimal set would be https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2c268d869bc48dc4d5e8ff036cac82375ecf507a&tochange=23824765c6aa026ccc3e3aea1c851c07ab8937ee
bug 1576082 seems like a good candidate. if you add ac_add_options --enable-js-shell to your mozconfig, does that fix it?
Comment 2•5 years ago
|
||
adding ac_add_options --enable-js-shell fixed it for me locally on fedora. Do we have docs on running this somewhere?
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Bob Clary [:bc:] from comment #1)
Ah yes, that fixes it. Thanks.
I couldn't find any docs on this. It would be nice if mach gave me an error if the shell hadn't been built. It's not obvious that this is required for running JS tests in the browser, although I guess it's needed to export the test files.
Updated•3 years ago
|
Description
•