Closed
Bug 780705
Opened 12 years ago
Closed 5 months ago
jstests: make warning clearer if -g and --jitflags are set at the same time
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: terrence, Unassigned)
Details
(Whiteboard: [js:t])
If there are multiple tests selected, -g (spawn a debugger) will fail. With the --jitflags option it can now be somewhat opaque how multiple tests got selected. The error message should mention specifically if jitflags is what is causing us to have more than one test selected.
Updated•12 years ago
|
Whiteboard: [js:t]
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•5 months ago
|
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•