Closed
Bug 1515085
Opened 7 years ago
Closed 7 years ago
test-also directive in jit-test header should understand compound long args
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: lth, Unassigned)
Details
I have some tests that I'd like to run with a combination of arguments:
--wasm-gc
--wasm-gc --no-wasm-ion
--wasm-gc --no-wasm-baseline
but the space in each of these strings confuses the test-also directive and quoting is not allowed.
Reporter | ||
Comment 1•7 years ago
|
||
It's possible to work around this with --test-join, it seems.
Reporter | ||
Comment 2•7 years ago
|
||
Closing this since --test-join is good enough for me.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•