[Webkit-unassigned] [Bug 106031] New: Add an ability to add crash test expectations based on stack trace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 13:38:18 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106031

           Summary: Add an ability to add crash test expectations based on
                    stack trace
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Enhancement
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list