Closed
Bug 754691
Opened 13 years ago
Closed 13 years ago
TestSuite: Collect real crash information
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
mozilla15
People
(Reporter: terrence, Assigned: terrence)
References
Details
(Whiteboard: [js:t])
Currently we infer "CRASH!" failures from unexpected error code + no successful sub-test results. Moreover, even if we do get a "CRASH!", we just report these as failed tests. There is no reason that we cannot grab the exit signal and aggregate real crashes separately from mere test failures.
Updated•13 years ago
|
Whiteboard: [js:t]
| Assignee | ||
Comment 1•13 years ago
|
||
Right, so subprocess does grab the error signal: the program status it returns is -signalNumber, instead of +returnCode. So this code does work for detecting crashes, but could be clearer.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Target Milestone: --- → mozilla15
Version: Trunk → 17 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•