[Webkit-unassigned] [Bug 30136] New: run-webkit-tests should link to crash reports from results.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 12:50:06 PDT 2009


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

           Summary: run-webkit-tests should link to crash reports from
                    results.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


run-webkit-tests should link to crash reports from results.html

We'd also need to copy them to the results directory for upload when the bots
are running the tests.

Crash reports are dumped to ~/Library/Logs/CrashReporter

They're formated like this:

DumpRenderTree_2009-01-16-160105_SilverTop.crash
DumpRenderTree_2009-02-03-105256_SilverTop.crash
DumpRenderTree_2009-02-03-110925_SilverTop.crash

So we would need to just get a directory listing, and figure out which ones
occurred since when the tests started.  We can even do the wiring up right
after we notice the test crashed, and just take the most recent
DumpRenderTree_*.log.

-- 
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