-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Unit tests under valgrind for a cargo project give hundreds of errors #16134
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
Comments
Can you paste some of the errors that you're seeing? |
I should mention that I am on Linux x86_64 Fedora 20. Running the commands in the OP results in
I'm not sure how to make valgrind actually display the rest of the errors. |
These are the usual false positives. There's not much point in having a bunch of issues open for something that's not a bug and isn't going to be fixed. |
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 11, 2024
fix: waker_getters tracking issue from 87021 for 96992. I was directed to make the fix here by this comment rust-lang#118960 (comment).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
gives a few hundred errors. Running
cargo test
under valgrind is clean and trivial projects without cargo are also clean. I'm not sure who's to blame here.The text was updated successfully, but these errors were encountered: