Allow other tests to run when a test fails #835
Labels
A-interpreter
Area: affects the core interpreter
C-proposal
Category: a proposal for something we might want to do, or maybe not; details still being worked out
Currently,
cargo miri test
will bail out on the first test that fails. This can make it very difficult to run Miri on a project's test suite - especially when the use of FFI/panicking is pervasive.The text was updated successfully, but these errors were encountered: