Add ./mach jit-tests command
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
Details
Attachments
(3 files)
The only way to trigger jit-tests currently with mach is to use the full check-spidermonkey command and it also does not allow selecting specific tests.
This patch add |./mach jit-tests| and runs similar to |./mach jstests|. Arguments can be passed to this command such as to select specific tests or control which jits.
To use this command, you must use 'mach build' with either |ac-add-options --enable-js-shell| or |ac-add-options --enable-application=js|. The second will build just the shell without the browser.
Assignee | ||
Comment 1•4 years ago
|
||
This allows running the jit_tests.py harness using mach. It works very
similarly to the existing 'mach jstests' command.
This also removes the unused (and busted) '--valgrind' flag from the
check-spidermonkey target.
Assignee | ||
Comment 2•4 years ago
|
||
Standardize the jsapi-tests logic to match the other spidermonkey check
commands in testing/mach_commands.py.
Depends on D51518
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Pushed by tcampbell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6c7bc82787c0 Add ./mach jit-test command r=sfink,froydnj
Comment 4•4 years ago
|
||
bugherder |
Pushed by tcampbell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1e50698ac5d2 Cleanup ./mach jsapi-tests implementation r=sfink,froydnj
Assignee | ||
Comment 6•4 years ago
|
||
Remove some overly clever code and make the spidermonkey-related tests more
consistent with eachother.
Comment 7•4 years ago
|
||
bugherder |
Pushed by tcampbell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3e505f5da731 Cleanup spidermonkey test code in mach. r=froydnj
Assignee | ||
Updated•4 years ago
|
Comment 9•4 years ago
|
||
bugherder |
Description
•