rust/tests/compile-fail
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
..
alloc add test for mixing up System and Global memory 2021-07-25 14:36:00 +02:00
backtrace Update pointer error messages 2021-05-08 15:33:27 +08:00
concurrency also ignore 'thread leaks' with -Zmiri-ignore-leaks 2021-07-25 14:21:06 +02:00
dangling_pointers adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
data_race avoid importing C functions in alloc_write_race test 2021-05-19 15:27:58 +02:00
fs
function_calls Use check_shim() for abort 2021-06-11 15:47:12 +08:00
function_pointers Update pointer error messages 2021-05-08 15:33:27 +08:00
intrinsics test for negative offsets 2021-07-20 13:30:49 +02:00
panic Remove some tests 2021-06-03 14:16:58 +08:00
stacked_borrows adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
sync rustup; fix tests for new MIR optimization 2021-03-02 10:57:08 +01:00
unaligned_pointers rustup 2021-03-28 01:36:41 +01:00
validity Rustup 2021-06-15 16:12:47 +08:00
abort-terminator.rs
box-cell-alias.rs
branchless-select-i128-pointer.rs add test by @eddyb 2021-02-16 10:18:31 +01:00
breakpoint.rs Support breakpoint intrinsic 2021-03-04 07:48:28 -05:00
environ-gets-deallocated.rs
erroneous_const.rs rustup 2021-06-17 20:52:35 +02:00
extern_static.rs
fast_math_both.rs Simplify finiteness checking 2021-05-03 10:08:42 -04:00
fast_math_first.rs Simplify finiteness checking 2021-05-03 10:08:42 -04:00
fast_math_second.rs test for infinite value in f*_fast 2021-05-03 09:56:51 -04:00
generator-pinned-moved.rs
invalid_bool.rs rustup 2021-04-25 16:57:48 +02:00
invalid_char.rs
invalid_enum_tag.rs
invalid_int.rs
issue-miri-1112.rs
memleak_rc.rs
memleak.rs
modifying_constants.rs
never_say_never.rs
never_transmute_humans.rs
never_transmute_void.rs
no_main.rs
null_pointer_deref_zst.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
null_pointer_deref.rs Update pointer error messages 2021-05-08 15:33:27 +08:00
null_pointer_write_zst.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
null_pointer_write.rs Update pointer error messages 2021-05-08 15:33:27 +08:00
overwriting_part_of_relocation_makes_the_rest_uninit.rs
pointer_byte_read.rs
rc_as_ptr.rs
reading_half_a_pointer.rs
rustc-error.rs
shim_arg_size.rs
slice-too-big.rs
static_memory_modification1.rs
static_memory_modification2.rs
static_memory_modification3.rs
transmute_fat1.rs
transmute-pair-uninit.rs rustup 2021-02-23 09:23:49 +01:00
uninit_buffer.rs
uninit_byte_read.rs
unreachable.rs
unsupported_foreign_function.rs Unsupported foreign non-"C"/"system"-ABI function calls are not UB 2021-03-17 21:20:04 +08:00
unsupported_signal.rs expand comment 2021-06-06 10:33:46 +02:00
zst1.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
zst2.rs disable MIR opts for ZST-related tests 2021-03-25 12:44:30 +01:00
zst3.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00