-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
tests failing in git master branch on consecutive "cargo test"s #2595
Comments
you probably need to |
Ah, that worked. Thanks a lot! |
Hmm no, I still get failures. Something is weird. |
Hmm it seems something breaks when calling "cargo test" multiple times? cargo clean
git clean -dffx #nuke everything
cargo build
cargo test # ok
cargo test # failed |
I have to |
My workaround here is to just delete the files causing this error:
With |
I'm guessing it's the |
Jup, it's the dogfood test. You can disable it for now by renaming/removing it locally. I'm juggling a few rustc PRs atm, so any help in fixing dogfood is appreciated. |
Seems to be fixed, closing. |
meta:
I was trying to do some changes to clippy but the testsuit already failed without me doing anything :(
some failures:
The text was updated successfully, but these errors were encountered: