rust/tests/compile-fail
2022-03-10 18:56:19 -05:00
..
alloc rustup 2021-11-01 16:12:38 -07:00
backtrace
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
fs allow varargs for libc::open when it is allowed by the second argument 2022-03-05 17:29:48 -05:00
function_calls adjust output for calling convention check 2021-12-24 12:02:23 +01:00
function_pointers
intrinsics add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
panic adjust output for calling convention check 2021-12-24 12:02:23 +01:00
stacked_borrows rename track-raw-pointers flag to tag-raw-pointers 2021-11-13 15:48:27 -05:00
sync Add tests for double destroying various pthread items 2021-12-06 21:15:02 +00:00
unaligned_pointers Make sure we notice when a u16 is loaded at offset 1 into a u8 allocation 2022-03-02 13:06:28 -05:00
validity update fn ptr tests 2022-02-25 12:06:10 -05:00
abort-terminator.rs Fix tests for C-unwind ABI changes 2021-08-07 15:57:54 +08:00
box-cell-alias.rs rename track-raw-pointers flag to tag-raw-pointers 2021-11-13 15:48:27 -05:00
branchless-select-i128-pointer.rs
breakpoint.rs
environ-gets-deallocated.rs
erroneous_const.rs rustup 2021-10-05 13:13:06 -07:00
extern_static.rs
fast_math_both.rs
fast_math_first.rs
fast_math_second.rs
generator-pinned-moved.rs
invalid_bool.rs
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 add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
null_pointer_deref.rs
null_pointer_write_zst.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
null_pointer_write.rs
pointer_partial_overwrite.rs adjust for ERR_ON_PARTIAL_PTR_OVERWRITE 2021-08-02 17:58:55 +02:00
pointer_partial_read.rs adjust for ERR_ON_PARTIAL_PTR_OVERWRITE 2021-08-02 17:58:55 +02:00
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
uninit_buffer.rs
uninit_byte_read.rs
uninit_float.rs Add tests for -Zmiri-check-number-validity 2021-11-10 11:36:42 -08:00
uninit_integer_signed.rs Add tests for -Zmiri-check-number-validity 2021-11-10 11:36:42 -08:00
uninit_integer.rs Add tests for -Zmiri-check-number-validity 2021-11-10 11:36:42 -08:00
uninit_raw_ptr.rs Add test for uninit raw ptrs 2021-11-10 11:36:42 -08:00
unreachable.rs
unsupported_foreign_function.rs
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
zst3.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00