rust/tests/ui/precondition-checks
Jieyou Xu db6e3aa913
tests: ensure disabled tests have a reason
2025-04-12 15:24:25 +08:00
..
alignment.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
ascii-char-digit_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
assert_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
cfg-ub-checks-default.rs
cfg-ub-checks-no.rs
cfg-ub-checks-yes.rs
char-from_u32_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
copy-nonoverlapping.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
copy.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
layout.rs Warn on redundant `--cfg` directive when revisions are used 2024-10-19 12:40:12 +00:00
nonnull.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
nonzero-from_mut_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
nonzero-new_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
read.rs tests: ensure disabled tests have a reason 2025-04-12 15:24:25 +08:00
read_volatile.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
replace.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
slice-from-raw-parts-mut.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
slice-from-raw-parts.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
slice-get_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
slice-get_unchecked_mut.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
slice-swap_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
str-get_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
str-get_unchecked_mut.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
swap-nonoverlapping.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
unchecked_add.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
unchecked_mul.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
unchecked_shl.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
unchecked_shr.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
unchecked_sub.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
unreachable_unchecked.rs Add more precondition check tests 2024-10-09 19:34:27 -04:00
write.rs tests: ensure disabled tests have a reason 2025-04-12 15:24:25 +08:00
write_bytes.rs tests: ensure disabled tests have a reason 2025-04-12 15:24:25 +08:00
write_volatile.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00
zero-size-null.rs Allow `invalid_null_arguments` in some tests 2025-03-30 19:33:15 +02:00