Bug 197514

Summary: webkitpy: Ignore errors when shutting down an already shutdown simulator
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, ews-watchlist, glenn, lforschler, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jonathan Bedard 2019-05-02 09:38:37 PDT
Exit codes when shutting down a simulator which is already shut down aren't consistent across all versions of Xcode, so don't rely on a specific exit code.
Comment 1 Jonathan Bedard 2019-05-02 09:38:48 PDT
<rdar://problem/50390247>
Comment 2 Jonathan Bedard 2019-05-02 09:42:44 PDT
Created attachment 368778 [details]
Patch
Comment 3 Jonathan Bedard 2019-05-02 10:01:37 PDT
Committed r244873: <https://trac.webkit.org/changeset/244873>