-
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
Add option to run all tests, again #55053
Conversation
same behaviour, just shorter
flag name is --include-ignored requires -Zunstable-options for now
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
r? @eddyb |
Ping from triage! Given that @eddyb is pretty busy right now, maybe Or maybe cc @rust-lang/dev-tools? Not quite sure what the most appropriate team would be. |
I'm not really privvy to many details here, but it looks like #53527 landed but was reverted in #54116 due to... I guess various forms of breakage? In any case 1.31 has branched and we should have plenty of runway to figure out breakage now. In light of that seeing how this is the same patch as before, I'll... @bors: r+ |
📌 Commit 420541b has been approved by |
☀️ Test successful - status-appveyor, status-travis |
📣 Toolstate changed by #55053! Tested on commit 42c11de. 💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@42c11de. Direct link to PR: <rust-lang/rust#55053> 💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
The failure was caused by rust-lang/rust#55053
This is a repeat of #53527, which had to be reverted to land #54116. It will break clippy until
compiletest-rs
can be updated and I believe we're closing on a new release date, so this may need to be delayed again until after 1.30 is out (?)Closes #50363 again