Skip to content
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

[Swift] Check process exit status during tests. #2604

Merged
merged 1 commit into from
Dec 9, 2019

Conversation

ewanmellor
Copy link
Contributor

Check the exit status of the processes run during the runtime-testsuite
for Swift. This means that we'll catch low-level issues earlier.

This changeset also changes the exception handling so that exceptions
throw as far up as possible so that we don't proceed with a test when
something has already broken.

Check the exit status of the processes run during the runtime-testsuite
for Swift.  This means that we'll catch low-level issues earlier.

This changeset also changes the exception handling so that exceptions
throw as far up as possible so that we don't proceed with a test when
something has already broken.
@ewanmellor
Copy link
Contributor Author

Rebased to current master.

@ewanmellor ewanmellor mentioned this pull request Dec 8, 2019
@parrt parrt added this to the 4.8 milestone Dec 9, 2019
@parrt parrt merged commit b248d48 into antlr:master Dec 9, 2019
@ewanmellor ewanmellor deleted the swift-test-robustness branch December 21, 2019 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants