WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
106031
NRWT: Add an ability to add crash test expectations based on stack trace
https://bugs.webkit.org/show_bug.cgi?id=106031
Summary
NRWT: Add an ability to add crash test expectations based on stack trace
Ryosuke Niwa
Reported
2013-01-03 13:40:18 PST
We’ve had many flaky crashes and assertion failures where they could happen on any test yet share the same cause. In such a case, adding [ Crash Pass ] test expectation to all tests is not a good idea because we want to detect crashes of other kinds on those tests especially when the said crash or assertion failure could happen on any test. Proposal: We could ignore a crash or an assertion failure based on its stack trace (i.e. signature). It’ll allow us to ignore a particular type of crash without jeopardizing our ability to detect other more reproducible crashes.
Attachments
Add attachment
proposed patch, testcase, etc.
Dirk Pranke
Comment 1
2013-02-22 14:09:51 PST
interesting suggestion.
Simon Fraser (smfr)
Comment 2
2013-03-12 21:44:02 PDT
I'd rather we just try to fix the crashes/assertions (even blindly).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug