rust/tests/compile-fail
2020-02-16 14:01:00 +01:00
..
panic fix and expand panic tests 2019-12-02 16:04:31 +01:00
stacked_borrows new compile-fail test involving non-reborrowing-cast-to-raw 2020-01-30 12:22:15 +01:00
validity compile-fail tests work with optimizations now 2019-12-29 12:38:40 +01:00
alignment.rs
assume.rs
atomic_unaligned.rs
cast_box_int_to_fn_ptr.rs
cast_fn_ptr1.rs
cast_fn_ptr2.rs
cast_fn_ptr3.rs
cast_fn_ptr4.rs
cast_fn_ptr5.rs
cast_int_to_fn_ptr.rs
copy_null.rs fix compile-fail tests to avoid libstd debug assertions 2020-02-16 14:01:00 +01:00
copy_overlapping.rs fix compile-fail tests to avoid libstd debug assertions 2020-02-16 14:01:00 +01:00
copy_unaligned.rs fix compile-fail tests to avoid libstd debug assertions 2020-02-16 14:01:00 +01:00
ctlz_nonzero.rs
cttz_nonzero.rs
dangling_pointer_deref.rs
dangling_zst_deref.rs
deallocate-bad-alignment.rs Rename Alloc to AllocRef 2020-01-29 04:10:33 +01:00
deallocate-bad-size.rs Rename Alloc to AllocRef 2020-01-29 04:10:33 +01:00
deallocate-twice.rs Rename Alloc to AllocRef 2020-01-29 04:10:33 +01:00
deref_fn_ptr.rs
deref-invalid-ptr.rs
deref-partially-dangling.rs
div-by-zero-1.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
div-by-zero-2.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
double_panic.rs also indicate abort via new MachineStop variant 2019-12-02 09:13:58 +01:00
exact_div1.rs
exact_div2.rs adjust tests 2019-11-03 10:15:55 +01:00
exact_div3.rs bump Rust for exact_div fix 2019-12-03 17:37:42 +01:00
exact_div4.rs
execute_memory.rs
fn_ptr_offset.rs
generator-pinned-moved.rs rustup; fix generator test 2020-02-07 14:02:27 +01:00
intptrcast_alignment_check.rs
invalid_bool.rs
invalid_char.rs
invalid_enum_discriminant.rs
issue-miri-1112.rs add test for sketchy vtable 2019-12-13 13:19:48 +01:00
maybe_null_pointer_deref_zst.rs
maybe_null_pointer_write_zst.rs
memleak_rc.rs
memleak.rs
modifying_constants.rs
never_say_never.rs the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
never_transmute_humans.rs the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
never_transmute_void.rs the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
null_pointer_deref_zst.rs
null_pointer_deref.rs
null_pointer_write_zst.rs
null_pointer_write.rs
out_of_bounds_ptr_1.rs
out_of_bounds_ptr_2.rs bump Rust, fix error messages 2019-12-08 01:45:41 +01:00
out_of_bounds_read1.rs
out_of_bounds_read2.rs
overflowing-unchecked-rsh.rs
overwriting_part_of_relocation_makes_the_rest_undefined.rs
pointer_byte_read.rs
ptr_offset_0_plus_0.rs fix test erorr msg 2019-11-06 09:24:26 +01:00
ptr_offset_int_plus_int.rs
ptr_offset_int_plus_ptr.rs
ptr_offset_overflow.rs bump Rust, fix error messages 2019-12-08 01:45:41 +01:00
ptr_offset_ptr_plus_0.rs
rc_as_raw.rs
reading_half_a_pointer.rs
reallocate-bad-size.rs Rename Alloc to AllocRef 2020-01-29 04:10:33 +01:00
reallocate-change-alloc.rs Rename Alloc to AllocRef 2020-01-29 04:10:33 +01:00
reallocate-dangling.rs Rename Alloc to AllocRef 2020-01-29 04:10:33 +01:00
reference_to_packed.rs
slice-too-big.rs
stack_free.rs
static_memory_modification1.rs
static_memory_modification2.rs
static_memory_modification3.rs
storage_dead_dangling.rs
thread-spawn.rs
transmute_fat1.rs
transmute-pair-undef.rs
unaligned_ptr1.rs
unaligned_ptr2.rs
unaligned_ptr3.rs
unaligned_ptr_zst.rs
unchecked_add1.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
unchecked_add2.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
unchecked_div1.rs also test div-by-minus-1 2020-02-06 11:24:38 +01:00
unchecked_mul1.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
unchecked_mul2.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
unchecked_sub1.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
unchecked_sub2.rs bump rustc; adjust tests 2020-02-06 11:20:28 +01:00
undefined_byte_read.rs
wild_pointer_deref.rs
zst1.rs
zst2.rs
zst3.rs