Bug 76871 - new-run-webkit-tests --chromium shows the wrong crash logs on mac
Summary: new-run-webkit-tests --chromium shows the wrong crash logs on mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on: 81603
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-23 16:01 PST by Eric Seidel (no email)
Modified: 2012-03-21 16:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2012-01-23 16:01:23 PST
new-run-webkit-tests --chromium shows the wrong crash logs on mac

--chromium uses BreakPad, not ReportCrash, so the crash-log finding code isn't going to find an appropriate crash log.  The "crash log" it links to is just whatever the last crash for that process was, which for --chromium will always be wrong. :(

Tests that crashed:

+fast/files/xhr-response-blob.html	crash log
Tests that had stderr output:

+fast/files/xhr-response-blob.html	stderr
Tests expected to fail but passed:
Comment 1 Dirk Pranke 2012-03-19 17:54:23 PDT
this should get fixed by bug 81603.
Comment 2 Dirk Pranke 2012-03-21 16:38:26 PDT
this should be fixed now.