-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add known-bug for #95034 #95102
Add known-bug for #95034 #95102
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
494d4f5
to
0da1aa1
Compare
@@ -0,0 +1,94 @@ | |||
// known-bug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might take all of these and turn them into like... known-ice
or something. Like automatically expect failure status 101, set backtrace=0, normalize all of the ICE notes, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be nice :)
This comment has been minimized.
This comment has been minimized.
0da1aa1
to
1e5d99c
Compare
📌 Commit 1e5d99c5908702e19cef3e5cd7bb4e5b949197ea has been approved by |
⌛ Testing commit 1e5d99c5908702e19cef3e5cd7bb4e5b949197ea with merge 0db846cbef35341d3605ff125d06909ec27f8a49... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
1e5d99c
to
d5a32d8
Compare
I added more test normalization, to account for wasm32 target not ICEing in the same place... |
@bors r=jackh726 |
📌 Commit d5a32d8 has been approved by |
my bad, should've guessed i was allowed to r= this again. was unsure since i changed the commit to deal with the ICE, but then again this is just a ui test. |
…jackh726 Add known-bug for rust-lang#95034 Couldn't fix the issue, since I am no type theorist and inference variables in universes above U0 scare me. But I at least wanted to add a known-bug test for it. cc rust-lang#95034 (does not fix)
…jackh726 Add known-bug for rust-lang#95034 Couldn't fix the issue, since I am no type theorist and inference variables in universes above U0 scare me. But I at least wanted to add a known-bug test for it. cc rust-lang#95034 (does not fix)
Rollup of 7 pull requests Successful merges: - rust-lang#95102 (Add known-bug for rust-lang#95034) - rust-lang#95579 (Add `<[[T; N]]>::flatten{_mut}`) - rust-lang#95634 (Mailmap update) - rust-lang#95705 (Promote x86_64-unknown-none target to Tier 2 and distribute build artifacts) - rust-lang#95761 (Kickstart the inner usage of `macro_metavar_expr`) - rust-lang#95782 (Windows: Increase a pipe's buffer capacity to 64kb) - rust-lang#95791 (hide an #[allow] directive from the Arc::new_cyclic doc example) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Couldn't fix the issue, since I am no type theorist and inference variables in universes above U0 scare me. But I at least wanted to add a known-bug test for it.
cc #95034 (does not fix)