Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Check exit code for ICE directly #151

Merged
merged 3 commits into from
Oct 17, 2018
Merged

Conversation

euclio
Copy link
Contributor

@euclio euclio commented Oct 11, 2018

Since rust-lang/rust#52197, ICEs will fail with exit status 101. Compilation successes and failures will return 0 and 1, respectively.

Fixes #143.

@euclio euclio changed the title Check exit code for ICE directly [WIP] Check exit code for ICE directly Oct 11, 2018
@steveklabnik
Copy link
Member

Thank you! Let me know when this is ready to merge.

@euclio
Copy link
Contributor Author

euclio commented Oct 11, 2018

For the time being I think this is blocked on rust-lang/rust#54992

Since rust-lang/rust#52197, ICEs will fail with exit status 101.
Compilation successes and failures will return 0 and 1, respectively.

Fixes rust-lang#143.
@euclio euclio force-pushed the check-panic branch 2 times, most recently from d97c9ea to a2ef275 Compare October 17, 2018 14:35
@euclio euclio changed the title [WIP] Check exit code for ICE directly Check exit code for ICE directly Oct 17, 2018
@euclio
Copy link
Contributor Author

euclio commented Oct 17, 2018

@steveklabnik Ready for review. I deleted a fair number of tests which either no longer ICE'd or had tracking issues with the ICE label removed.

@steveklabnik steveklabnik merged commit d446a32 into rust-lang:master Oct 17, 2018
@steveklabnik
Copy link
Member

Awesome, thank you!

@euclio euclio deleted the check-panic branch October 17, 2018 16:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants