rust/tests/compile-fail
2021-03-22 12:35:30 +01:00
..
alloc rustup; fix tests 2020-09-24 09:19:03 +02:00
backtrace rustup 2020-11-05 17:09:44 +01:00
concurrency don't ICE when callee has the wrong number of arguments 2021-03-14 15:38:22 +01:00
dangling_pointers rustup 2021-01-31 13:12:25 +01:00
data_race make optimized-test-run a bit more like what cargo does 2021-03-02 11:04:35 +01:00
fs add backtics back in isolation error message 2020-10-03 15:25:30 +02:00
function_pointers rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
intrinsics rustup 2021-03-10 15:21:12 +01:00
panic don't ICE when we unwind despite panic=abort 2021-03-14 17:10:45 +01:00
stacked_borrows fix reborrowing of tagged ZST references 2021-02-27 20:10:50 +01:00
sync rustup; fix tests for new MIR optimization 2021-03-02 10:57:08 +01:00
unaligned_pointers rustup 2021-01-31 13:12:25 +01:00
validity rustup 2021-02-17 09:37:21 +01: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 fix some ignore-windows comments 2020-06-28 20:40:20 +02:00
erroneous_const.rs rustup 2021-02-03 23:37:40 +01:00
extern_static.rs rustup 2021-01-31 13:12:25 +01:00
generator-pinned-moved.rs rustup; make sure the iterator moves even with smarter optimizations 2020-09-20 10:26:22 +02:00
invalid_bool.rs use standard black_box function 2020-09-07 11:29:47 +02:00
invalid_char.rs rustup for fixed error messages 2020-05-02 02:13:48 +02:00
invalid_enum_tag.rs bump Rust 2020-06-20 11:48:42 +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 enable leak check tests on Windows 2020-07-23 15:56:38 +02:00
memleak.rs enable leak check tests on Windows 2020-07-23 15:56:38 +02:00
modifying_constants.rs adjust for error reform 2020-03-19 08:25:08 +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 adjust stacktrace printing to rustc changes 2020-04-02 09:14:17 +02:00
no_main.rs Move no_main test to compile-fail 2020-07-09 17:21:09 +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 rustup, and some final message adjustments 2020-03-19 08:41:01 +01:00
rc_as_ptr.rs rustup (and account for stabilization) 2020-05-30 09:23:25 +02:00
reading_half_a_pointer.rs rustup, and some final message adjustments 2020-03-19 08:41:01 +01:00
rustc-error.rs fix exit code on rustc errors 2020-04-25 11:12:50 +02:00
shim_arg_size.rs remove some unnecessary feature flags 2020-11-10 16:51:07 +01:00
slice-too-big.rs adjust error 2020-03-09 17:03:39 +01:00
static_memory_modification1.rs adjust for error reform 2020-03-19 08:25:08 +01:00
static_memory_modification2.rs adjust for error reform 2020-03-19 08:25:08 +01:00
static_memory_modification3.rs adjust for error reform 2020-03-19 08:25:08 +01:00
storage_dead_dangling.rs rustup; better comment in storage_dead_dangling test 2021-03-22 12:35:30 +01:00
transmute_fat1.rs rustup, and some final message adjustments 2020-03-19 08:41:01 +01:00
transmute-pair-uninit.rs rustup 2021-02-23 09:23:49 +01: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 test unreachable intrinsic 2020-03-25 09:32:15 +01:00
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 adjust for refactored memory pointer checks 2019-06-23 20:19:26 +02:00
zst2.rs adjust for error reform 2020-03-19 08:25:08 +01:00
zst3.rs Apply suggestions from code review 2019-06-24 14:50:27 +02:00