Closed Bug 754691 Opened 13 years ago Closed 13 years ago

TestSuite: Collect real crash information

Categories

(Core :: JavaScript Engine, defect)

17 Branch
defect
Not set
normal

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.
Depends on: 754692
Whiteboard: [js:t]
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.