Bug 76871
Summary: | new-run-webkit-tests --chromium shows the wrong crash logs on mac | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 81603 | ||
Bug Blocks: |
Eric Seidel (no email)
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:
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
this should get fixed by bug 81603.
Dirk Pranke
this should be fixed now.