Bug 197514 - webkitpy: Ignore errors when shutting down an already shutdown simulator
Summary: webkitpy: Ignore errors when shutting down an already shutdown simulator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-02 09:38 PDT by Jonathan Bedard
Modified: 2019-05-02 10:02 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2019-05-02 09:42 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>