Bug 172039

Summary: webkitpy: Test Darwin crashlog merging
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=172002

Description Jonathan Bedard 2017-05-12 11:54:07 PDT
On Darwin ports, we make an attempt to attach crash logs from any process which has crashed during the test run.  We should have unit tests for this.
Comment 1 Radar WebKit Bug Importer 2017-05-12 11:54:42 PDT
<rdar://problem/32160985>
Comment 2 Jonathan Bedard 2017-05-12 12:16:42 PDT
https://bugs.webkit.org/show_bug.cgi?id=172002 uncovered this.  This patch should remove the comment about _merge_crash_logs since it will be covered with unit tests.