Bug 135391

Summary: PPT: run-webkit-tests doesn't upload crash logs to bots
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: dfarler, fpizlo, joepeck, mrowe, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix joepeck: review+

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