rust/tests/compile-fail
2020-05-22 17:03:25 +02:00
..
alloc organize compile-fail tests in folders 2020-04-11 11:36:55 +02:00
concurrency Delete a duplicate test. 2020-04-27 14:26:36 -07:00
dangling_pointers rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
function_pointers rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
intrinsics rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
panic
stacked_borrows rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
sync Improve concurrency tests. 2020-04-27 14:26:36 -07:00
unaligned_pointers some UB gets masked by optimizations 2020-04-18 09:15:59 +02:00
validity Update to rustc changes 2020-05-10 10:14:03 +02:00
abort-terminator.rs
check_arg_count_too_few_args.rs Correct the test. 2020-05-04 23:22:00 -04:00
check_arg_count_too_many_args.rs Correct the test. 2020-05-04 23:22:00 -04:00
environ-gets-deallocated.rs
generator-pinned-moved.rs
invalid_bool.rs rustup for fixed error messages 2020-05-02 02:13:48 +02:00
invalid_char.rs rustup for fixed error messages 2020-05-02 02:13:48 +02:00
invalid_enum_discriminant.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
invalid_int.rs make sure our disable flags do not miss all bugs; move type-assert intrinsic tests to their folder 2020-04-14 10:23:47 +02:00
issue-miri-1112.rs rustup; fix error messages 2020-05-07 08:38:59 +02:00
memleak_rc.rs
memleak.rs
modifying_constants.rs
never_say_never.rs
never_transmute_humans.rs
never_transmute_void.rs adjust stacktrace printing to rustc changes 2020-04-02 09:14:17 +02:00
null_pointer_deref_zst.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
null_pointer_deref.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
null_pointer_write_zst.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
null_pointer_write.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
overwriting_part_of_relocation_makes_the_rest_uninit.rs rename tests: undefined -> uninit 2020-04-27 12:32:03 +02:00
pointer_byte_read.rs
rc_as_ptr.rs adjust for Weak::as_raw -> as_ptr rename 2020-04-20 10:04:17 +02:00
reading_half_a_pointer.rs
rustc-error.rs fix exit code on rustc errors 2020-04-25 11:12:50 +02:00
shim_arg_size.rs Replace error-pattern with annotation; remove unreachable line 2020-04-27 15:34:42 +05:30
slice-too-big.rs
static_memory_modification1.rs
static_memory_modification2.rs
static_memory_modification3.rs
storage_dead_dangling.rs
transmute_fat1.rs
transmute-pair-uninit.rs rename tests: undefined -> uninit 2020-04-27 12:32:03 +02:00
uninit_buffer.rs Update to match rustc changes 2020-05-22 17:03:25 +02:00
uninit_byte_read.rs rename tests: undefined -> uninit 2020-04-27 12:32:03 +02:00
unreachable.rs
zst1.rs
zst2.rs
zst3.rs