Uh oh!
There was an error while loading. Please reload this page.
Add option to run all tests, again - #55053
Conversation
same behaviour, just shorter
flag name is --include-ignored requires -Zunstable-options for now
rust-highfive
commented
Oct 13, 2018
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
kennytm
commented
Oct 14, 2018
r? @eddyb |
TimNN
commented
Oct 23, 2018
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. |
alexcrichton
commented
Oct 27, 2018
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+ |
bors
commented
Oct 27, 2018
📌 Commit 420541b has been approved by |
bors
commented
Oct 27, 2018
bors
commented
Oct 27, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Oct 27, 2018
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-rscan 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