-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
compiletest: detect non-ICE compiler panics #49891
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Looks good to me, but if this can't land I'll hold off on approving |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Good bot -- that is #49889 as expected. |
Blocked by #49889. |
4e2566c
to
50fe8f8
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Oh joy, found another compiler panic! |
cc @nikomatsakis -- seems you last tweaked |
Filed #50128. |
This commit papers over rust-lang#49889 (introducing a fixme pointing at rust-lang#50125) for a bug that was introduced with rust-lang#49695. This workaround is taken from rust-lang#49891.
A comment already stated that this test should be disabled, but its `should_fail` is not enough to excuse it from a compiler panic. Remove it from the `revisions` list to disable it harder.
50fe8f8
to
fedee13
Compare
I disabled |
Yay, the initial CI passed! |
@bors: r+ |
📌 Commit fedee13 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Fixes #49888, but will be blocked by revealing #49889.