rust/tests/compile-fail
2020-03-18 14:14:23 +02: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 adjust for rustc changes 2020-03-02 13:51:08 +01:00
abort-terminator.rs rustup, test Abort terminator 2020-03-12 20:48:04 +01:00
alignment.rs
assume.rs fix for latest rustc 2019-08-05 10:45:48 +02:00
atomic_unaligned.rs check that atomics are sufficiently aligned, and add test 2019-08-04 10:30:42 +02:00
cast_box_int_to_fn_ptr.rs review failing compile-fail tests 2019-07-23 23:25:06 +02:00
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 review failing compile-fail tests 2019-07-23 23:25:06 +02:00
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 adjust error messages in tests 2019-08-03 20:54:57 +02:00
cttz_nonzero.rs adjust error messages in tests 2019-08-03 20:54:57 +02:00
dangling_pointer_deref.rs
dangling_zst_deref.rs test dangling ZST deref 2019-08-02 14:26:15 +02:00
deallocate-bad-alignment.rs fix allocator tests 2020-03-04 10:19:35 +01:00
deallocate-bad-size.rs fix allocator tests 2020-03-04 10:19:35 +01:00
deallocate-twice.rs fix allocator tests 2020-03-04 10:19:35 +01:00
deref_fn_ptr.rs
deref-invalid-ptr.rs adjust tests for eager pointer checks on deref 2019-08-15 11:01:03 +02:00
deref-partially-dangling.rs adjust tests for eager pointer checks on deref 2019-08-15 11:01:03 +02:00
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
environ-gets-deallocated.rs only expose environ on linux 2020-03-08 10:16:31 -05:00
exact_div1.rs
exact_div2.rs rustup 2020-03-16 21:32:57 +01:00
exact_div3.rs rustup 2020-03-16 21:32:57 +01:00
exact_div4.rs finally stop using min/max_value and the integer modules 2020-03-04 13:01:06 +01:00
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 adjust tests for eager pointer checks on deref 2019-08-15 11:01:03 +02:00
invalid_bool.rs
invalid_char.rs
invalid_enum_discriminant.rs
invalid_zero_init.rs Remove uninhabit/zeroed tests to a new test file for abort checking 2020-03-18 14:14:23 +02:00
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 add an option to disable Stacked Borrows 2020-02-24 16:22:02 +01:00
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 rustup, fix for intrinsic rename and transmute error change 2020-03-14 09:27:35 +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 adjust error messages in tests 2019-08-03 20:54:57 +02:00
overwriting_part_of_relocation_makes_the_rest_undefined.rs
pointer_byte_read.rs review failing compile-fail tests 2019-07-23 23:25:06 +02:00
ptr_offset_0_plus_0.rs fix test erorr msg 2019-11-06 09:24:26 +01:00
ptr_offset_int_plus_int.rs review failing compile-fail tests 2019-07-23 23:25:06 +02:00
ptr_offset_int_plus_ptr.rs review failing compile-fail tests 2019-07-23 23:25:06 +02:00
ptr_offset_overflow.rs finally stop using min/max_value and the integer modules 2020-03-04 13:01:06 +01:00
ptr_offset_ptr_plus_0.rs
rc_as_raw.rs
reading_half_a_pointer.rs
reallocate-bad-size.rs fix allocator tests 2020-03-04 10:19:35 +01:00
reallocate-change-alloc.rs fix allocator tests 2020-03-04 10:19:35 +01:00
reallocate-dangling.rs fix allocator tests 2020-03-04 10:19:35 +01:00
reference_to_packed.rs add an option to disable Stacked Borrows 2020-02-24 16:22:02 +01:00
slice-too-big.rs adjust error 2020-03-09 17:03:39 +01:00
stack_free.rs add an option to disable Stacked Borrows 2020-02-24 16:22:02 +01:00
static_memory_modification1.rs add an option to disable Stacked Borrows 2020-02-24 16:22:02 +01:00
static_memory_modification2.rs add an option to disable Stacked Borrows 2020-02-24 16:22:02 +01:00
static_memory_modification3.rs add an option to disable Stacked Borrows 2020-02-24 16:22:02 +01:00
storage_dead_dangling.rs remove dead code 2019-08-15 11:01:03 +02:00
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 finally stop using min/max_value and the integer modules 2020-03-04 13:01:06 +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
uninit_uninhabited_type.rs Remove uninhabit/zeroed tests to a new test file for abort checking 2020-03-18 14:14:23 +02:00
wild_pointer_deref.rs review failing compile-fail tests 2019-07-23 23:25:06 +02:00
zst1.rs
zst2.rs adjust for refactored memory pointer checks 2019-06-23 20:19:26 +02:00
zst3.rs