rust/tests
bors 02f78b089c Auto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
also ignore 'thread leaks' with -Zmiri-ignore-leaks

This is a step towards https://github.com/rust-lang/miri/issues/1371. The remaining hard part would be supporting checking for memory leaks when there are threads still running. For now we elegantly avoid this problem by using the same flag to control both of these checks. :)
2021-07-27 12:23:56 +00:00
..
compile-fail Auto merge of #1858 - RalfJung:thread-leaks, r=oli-obk 2021-07-27 12:23:56 +00:00
run-pass Auto merge of #1858 - RalfJung:thread-leaks, r=oli-obk 2021-07-27 12:23:56 +00:00
compiletest.rs Use harness = false instead of #![feature(custom_test_frameworks)] 2021-05-01 22:28:33 +08:00