Bug 135391 - PPT: run-webkit-tests doesn't upload crash logs to bots
Summary: PPT: run-webkit-tests doesn't upload crash logs to bots
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: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-29 12:39 PDT by Alexey Proskuryakov
Modified: 2014-07-29 13:34 PDT (History)
5 users (show)

See Also:


Attachments
proposed fix (1.69 KB, patch)
2014-07-29 12:45 PDT, Alexey Proskuryakov
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-07-29 12:39:11 PDT
We hardcode "WebProcess" for process name, so we don't find crash logs from "com.apple.WebKit.WebContent.Development" processes.
Comment 1 Alexey Proskuryakov 2014-07-29 12:45:43 PDT
Created attachment 235699 [details]
proposed fix
Comment 2 Joseph Pecoraro 2014-07-29 13:30:17 PDT
Comment on attachment 235699 [details]
proposed fix

Hehe, excellent. Thanks for looking into this. I see how it works.
Comment 3 Alexey Proskuryakov 2014-07-29 13:34:21 PDT
Committed <http://trac.webkit.org/r171756>.