-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add a few known-bug tests #104181
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add a few known-bug tests #104181
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
6d3a6da
to
df43e4c
Compare
I can still reproduce both of the ICEs with latest nightly 🤔 |
This comment has been minimized.
This comment has been minimized.
Likely I just didn't make the reproductions correctly. |
500812d
to
b1a9fbd
Compare
Interesting, I didn't know we put tests for known bugs. Does |
The |
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.
r=me with either revisions removed or an explanation
src/test/incremental/issue-101518.rs
Outdated
@@ -0,0 +1,31 @@ | |||
// revisions: cfail1 cfail2 |
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.
It seems like these aren't actually used?
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.
Incremental test seem to require revisions. But I suppose we only need one.
b1a9fbd
to
1bf8f87
Compare
@bors r=Mark-Simulacrum |
@bors rollup |
…earth Rollup of 9 pull requests Successful merges: - rust-lang#103709 (ci: Upgrade dist-x86_64-netbsd to NetBSD 9.0) - rust-lang#103744 (Upgrade cc for working is_flag_supported on cross-compiles) - rust-lang#104105 (llvm: dwo only emitted when object code emitted) - rust-lang#104158 (Return .efi extension for EFI executable) - rust-lang#104181 (Add a few known-bug tests) - rust-lang#104266 (Regression test for coercion of mut-ref to dyn-star) - rust-lang#104300 (Document `Path::parent` behavior around relative paths) - rust-lang#104304 (Enable profiler in dist-s390x-linux) - rust-lang#104362 (Add `delay_span_bug` to `AttrWrapper::take_for_recovery`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The labels of these tests should be changed from
S-bug-has-mcve
toS-bug-has-test
once this is merged.cc:
FnOnce
is not general enough" error #99492DepNode
' #101518delay_span_bug
:error performing ParamEnvAnd
#103899#[feature(exhaustive_patterns)]
thinks irrefutable pattern is refutable when enum contains struct with private fields. #104034I couldn't reproduce the failures in #101962 and #100772 (so either these have started passing, or I didn't repro properly), so leaving those out for now.
#102065 was a bit more complicated, since it uses
rustc_private
and I didn't want to mess with that.