rust/tests/compile-fail
2021-05-31 10:50:25 -05:00
..
alloc rustup; fix tests 2020-09-24 09:19:03 +02:00
backtrace Update pointer error messages 2021-05-08 15:33:27 +08:00
concurrency don't ICE when callee has the wrong number of arguments 2021-03-14 15:38:22 +01:00
dangling_pointers Update pointer error messages 2021-05-08 15:33:27 +08:00
data_race avoid importing C functions in alloc_write_race test 2021-05-19 15:27:58 +02:00
fs add backtics back in isolation error message 2020-10-03 15:25:30 +02:00
function_pointers Update pointer error messages 2021-05-08 15:33:27 +08:00
intrinsics Update pointer error messages 2021-05-08 15:33:27 +08:00
panic unwind is no longer Option<BasicBlock> 2021-05-28 22:08:51 +08:00
stacked_borrows fix a Stacked Borrows test whose output changed 2021-05-23 18:04:13 +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 encountered a NULL reference -> encountered a null reference 2021-05-04 15:53:19 +08:00
abort-terminator.rs rustup 2020-12-10 19:53:45 +01:00
box-cell-alias.rs rustup; add an interesting alias test case 2020-12-29 19:27:45 +01:00
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
check_arg_abi.rs add test for caller ABI check 2021-01-29 21:16:17 +01:00
check_arg_count_too_few_args.rs remove some unnecessary feature gates 2021-01-16 18:27:10 +01:00
check_arg_count_too_many_args.rs remove some unnecessary feature gates 2021-01-16 18:27:10 +01:00
environ-gets-deallocated.rs
erroneous_const.rs Rustup for const_err changes 2021-05-31 10:50:25 -05:00
extern_static.rs rustup 2021-01-31 13:12:25 +01:00
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 allow deref of null ptr in test 2021-04-15 10:00:39 +02:00
null_pointer_deref.rs Update pointer error messages 2021-05-08 15:33:27 +08:00
null_pointer_write_zst.rs allow deref of null ptr in test 2021-04-15 10:00:39 +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 remove some unnecessary feature flags 2020-11-10 16:51:07 +01:00
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
zst1.rs
zst2.rs disable MIR opts for ZST-related tests 2021-03-25 12:44:30 +01:00
zst3.rs disable MIR opts for ZST-related tests 2021-03-25 12:44:30 +01:00