Skip to content

SwiftDriver: address TODO about abnormal process termination #943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

compnerd
Copy link
Member

This adds the handling for abnormal process termination on Windows.
With this, we can now track processes which exit abnormally, indicating
failure. This was identified by the saveTemps test which now passes on
Windows. Add an additional test case for the new message type to
differentiate the abnormal exit due to an exception from a signalled
exit which is limited to Unixish platforms.

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

@swift-ci please test

This adds the handling for abnormal process termination on Windows.
With this, we can now track processes which exit abnormally, indicating
failure.  This was identified by the saveTemps test which now passes on
Windows.  Add an additional test case for the new message type to
differentiate the abnormal exit due to an exception from a signalled
exit which is limited to Unixish platforms.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit b60da04 into swiftlang:main Dec 20, 2021
@compnerd compnerd deleted the terminated branch December 20, 2021 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants