-
Notifications
You must be signed in to change notification settings - Fork 12
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
Failing miri tests #11
Comments
LDeakin
added a commit
that referenced
this issue
Mar 19, 2024
LDeakin
added a commit
that referenced
this issue
Mar 21, 2024
LDeakin
added a commit
that referenced
this issue
Mar 21, 2024
LDeakin
added a commit
that referenced
this issue
Mar 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some tests are failing miri and have been disabled using
#[cfg_attr(miri, ignore)]
.the vast majority are due to this longstanding issue with crossbeam (used by rayon): skiplist: Miri reports SB violation crossbeam-rs/crossbeam#878Workaround in 94e4ab1The text was updated successfully, but these errors were encountered: