..
stacked_borrows
Various cosmetic improvements.
2019-02-26 18:37:46 +00:00
validity
Removed copyright notices.
2019-02-26 18:37:45 +00:00
alignment.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
assume.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
atomic_non_integer_arithmetic.rs
Reject atomic arithmetic on non-integer types
2018-10-31 11:04:35 +01:00
bitop-beyond-alignment.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
cast_box_int_to_fn_ptr.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
cast_fn_ptr1.rs
where there is 2, there should be 1
2018-11-16 08:53:43 +01:00
cast_fn_ptr2.rs
cast_fn_ptr3.rs
cast_fn_ptr4.rs
cast_fn_ptr5.rs
rustup; test for return type mismatch
2018-10-02 21:16:55 +02:00
cast_int_to_fn_ptr.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
copy_nonoverlapping.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
copy_null.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
copy_unaligned.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
ctlz_nonzero.rs
make tests compatible with 2018 edition
2018-11-20 14:15:14 +01:00
cttz_nonzero.rs
make tests compatible with 2018 edition
2018-11-20 14:15:14 +01:00
dangling_pointer_deref.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
deallocate-bad-alignment.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
deallocate-bad-size.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
deallocate-twice.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
deref_fn_ptr.rs
fix for fn allocations now having an alignment (1) and a size (0)
2018-10-08 13:35:54 +02:00
div-by-zero-1.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
div-by-zero-2.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
execute_memory.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
fn_ptr_offset.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
getrandom.rs
Implement non-deterministc mode
2019-04-07 19:26:20 -04:00
invalid_bool.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
invalid_char.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
invalid_enum_discriminant.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
maybe_null_pointer_deref_zst.rs
test more operations on dangling ZST pointers
2018-09-17 10:02:31 +02:00
maybe_null_pointer_write_zst.rs
test more operations on dangling ZST pointers
2018-09-17 10:02:31 +02:00
memleak_rc.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
memleak.rs
modifying_constants.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
never_say_never.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
never_transmute_humans.rs
remove a whole lot of unnecessary attributes
2018-12-02 11:26:09 +01:00
never_transmute_void.rs
fix test for latest nightly
2018-12-22 16:07:50 +01:00
null_pointer_deref_zst.rs
test more operations on dangling ZST pointers
2018-09-17 10:02:31 +02:00
null_pointer_deref.rs
null_pointer_write_zst.rs
test more operations on dangling ZST pointers
2018-09-17 10:02:31 +02:00
null_pointer_write.rs
test more operations on dangling ZST pointers
2018-09-17 10:02:31 +02:00
out_of_bounds_ptr_1.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
out_of_bounds_ptr_2.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
out_of_bounds_read1.rs
where there is 2, there should be 1
2018-11-16 08:53:43 +01:00
out_of_bounds_read2.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
overflowing-lsh-neg.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
overflowing-rsh-1.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
overflowing-rsh-2.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
overflowing-unchecked-rsh.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
overwriting_part_of_relocation_makes_the_rest_undefined.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
panic1.rs
panic_impl is another way to panic
2019-02-06 11:41:45 +01:00
panic2.rs
panic_impl is another way to panic
2019-02-06 11:41:45 +01:00
panic3.rs
panic_impl is another way to panic
2019-02-06 11:41:45 +01:00
panic4.rs
panic_impl is another way to panic
2019-02-06 11:41:45 +01:00
pointer_byte_read_1.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
pointer_byte_read_2.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
pointers_to_different_allocations_are_unorderable.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
ptr_bitops1.rs
where there is 2, there should be 1
2018-11-16 08:53:43 +01:00
ptr_bitops2.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
ptr_eq_dangling.rs
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
2018-09-17 10:02:31 +02:00
ptr_eq_integer.rs
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
2018-09-17 10:02:31 +02:00
ptr_eq_out_of_bounds_null.rs
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
2018-09-17 10:02:31 +02:00
ptr_eq_out_of_bounds.rs
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
2018-09-17 10:02:31 +02:00
ptr_int_cast.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
ptr_offset_int_plus_int.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
ptr_offset_int_plus_ptr.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
ptr_offset_overflow.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
ptr_offset_ptr_plus_0.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
ptr_rem.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
ptr_wrapping_offset_int_plus_ptr.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
reading_half_a_pointer.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
reallocate-bad-size.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
reallocate-change-alloc.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
reallocate-dangling.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
reference_to_packed.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
stack_free.rs
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
2018-12-10 10:04:55 +01:00
static_memory_modification1.rs
where there is 2, there should be 1
2018-11-16 08:53:43 +01:00
static_memory_modification2.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
static_memory_modification3.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
storage_dead_dangling.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
transmute_fat1.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00
transmute_fat2.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
transmute-pair-undef.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
unaligned_ptr_cast1.rs
where there is 2, there should be 1
2018-11-16 08:53:43 +01:00
unaligned_ptr_cast2.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
unaligned_ptr_cast_zst.rs
Removed copyright notices.
2019-02-26 18:37:45 +00:00
undefined_byte_read.rs
stub Retag hook; fix tests for removal of -Zmir-emit-validate
2018-11-01 08:58:03 +01:00
wild_pointer_deref.rs
don't use NOTE in tests
2018-10-19 12:29:49 +02:00
zst.rs
do not use 'let _', it is strange
2018-11-26 15:31:53 +01:00