Open
Bug 1358777
Opened 8 years ago
Updated 1 year ago
Add an option to run each jsapi-test in separate process and support it in automation.
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | affected |
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
When jsapi-test crashes, it's hard to figure out which specific test causes the crash.
especially if one doesn't have local environment and cannot run jsapi-test under debugger, it will take long time to bisect.
it would be nice to add an execution mode that does the following, in automation:
* list all available test names in jsapi-test (maybe by adding some option to jsapi-test)
* run jsapi-test for each single test, in separate process, and report if it crashes
Updated•8 years ago
|
Keywords: triage-deferred
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
•