-
Notifications
You must be signed in to change notification settings - Fork 32
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
Run tests with MIRI #5
Labels
good first issue
Good for newcomers
Comments
lwwmanning
changed the title
Run tests with MIRI for crates that don't use FFI
Run tests with MIRI
Jul 22, 2024
MIRI currently fails:
|
This is a real bug fwiw where we change the alignment between allocation and freeing. The solution is to either have our own buffer type with alignment #454 or support a 16 byte wide primitives so alignment doesn’t change |
At one point I was investigating it and added some miri ignores to get more things to run #514 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
something like
RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-symbolic-alignment-check" cargo +nightly miri test
The text was updated successfully, but these errors were encountered: