Open
Bug 1598626
Opened 6 years ago
Updated 1 year ago
|reftest| and |jit-test| test option lines have different syntax despite being superficially similar
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
The |reftest| line is a space delimited list and supports comments starting with '--'.
The |jit-test| line is delimited by semicolons and does not support comments. However it does supports extra shell arguments starting with '--'.
They both support 'skip-if'... but for reftests the argument is parenthesised whereas for jit-tests it follows a colon.
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: sm-testing
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•