Bug 119976
Summary: | Add a way for layout tests to PASS when doing a controlled CRASH() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | ap, ddkilzer, kling, rniwa, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antti Koivisto
It would be useful for verifying that the crash really was controlled (cases like bug 119963). To improve testing performance it could also avoid actually crashing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Very neat idea!
We could also consider avoiding costly generation of crash logs for regular crashes for tests with [Crash] expectations.