Bug 119976 - Add a way for layout tests to PASS when doing a controlled CRASH()
Summary: Add a way for layout tests to PASS when doing a controlled CRASH()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-18 03:23 PDT by Antti Koivisto
Modified: 2013-08-19 12:14 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2013-08-18 03:23:57 PDT
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.
Comment 1 Alexey Proskuryakov 2013-08-19 09:36:38 PDT
Very neat idea!

We could also consider avoiding costly generation of crash logs for regular crashes for tests with [Crash] expectations.