rust-lang / miri

An interpreter for Rust's mid-level intermediate representation
Apache License 2.0
4.16k stars 318 forks source link

Add support for many-seeds mode to `cargo miri` #3546

Closed RalfJung closed 2 weeks ago

RalfJung commented 2 months ago

We have ./miri many-seeds for our own development and testing purposes, but this could also be useful for end-users. I am imagining something like cargo miri --many-seeds=0..256 test ... or so, which would run the test 256 times with different seeds.