rust/tests/compile-fail
2018-07-12 10:22:23 +02:00
..
alignment.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
assume.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
bitop-beyond-alignment.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
cast_box_int_to_fn_ptr.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
cast_fn_ptr2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
cast_fn_ptr_unsafe2.rs update tests for new error message 2017-06-27 21:31:38 -04:00
cast_fn_ptr_unsafe.rs update tests for new error message 2017-06-27 21:31:38 -04:00
cast_fn_ptr.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
cast_int_to_fn_ptr.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
copy_nonoverlapping.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
ctlz_nonzero.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
cttz_nonzero.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
dangling_pointer_deref.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
deallocate-bad-alignment.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
deallocate-bad-size.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
deallocate-twice.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
deref_fn_ptr.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
div-by-zero-2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
div-by-zero.rs check the assumptions made by the unchecked_ and copy_nonoverlapping intrinsics 2017-07-03 20:37:38 -07:00
execute_memory.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
fn_ptr_offset.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
invalid_bool.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
invalid_enum_discriminant.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
match_char.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
memleak_rc.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
memleak.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
modifying_constants.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
never_say_never.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
never_transmute_humans.rs Re-enable never_transmute_humans.rs 2018-06-05 18:08:18 +02:00
never_transmute_void.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
null_pointer_deref.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
out_of_bounds_ptr_1.rs check bounds when using offset intrinsic or MIR op 2017-06-05 14:27:26 -07:00
out_of_bounds_ptr_2.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
out_of_bounds_read2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
out_of_bounds_read.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
overflowing-lsh-neg.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
overflowing-rsh-2.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
overflowing-rsh.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
overflowing-unchecked-rsh.rs check the assumptions made by the unchecked_ and copy_nonoverlapping intrinsics 2017-07-03 20:37:38 -07:00
overwriting_part_of_relocation_makes_the_rest_undefined.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
panic.rs Something in panic handling fails validation with full-MIR 2017-09-13 18:15:59 +02:00
pointer_byte_read_1.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
pointer_byte_read_2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
pointers_to_different_allocations_are_unorderable.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
ptr_bitops.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
ptr_int_cast.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
ptr_offset_overflow.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
reading_half_a_pointer.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
reallocate-bad-size.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
reallocate-change-alloc.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
reallocate-dangling.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
reference_to_packed.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
stack_free.rs Allow machines to create new memory kinds 2017-08-01 09:56:21 +02:00
stack_limit.rs run test suite also against libstd with full MIR 2017-05-31 13:39:40 -07:00
static_memory_modification2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
static_memory_modification3.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
static_memory_modification.rs fix many tests and ignore some others; enable compile_fail tests again 2018-07-12 10:22:23 +02:00
transmute_fat2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
transmute_fat.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
transmute-pair-undef.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
unaligned_ptr_cast2.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
unaligned_ptr_cast_zst.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
unaligned_ptr_cast.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
validation_aliasing_mut1.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_aliasing_mut2.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_aliasing_mut3.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_aliasing_mut4.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_buggy_as_mut_slice.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_buggy_split_at_mut.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_illegal_write.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_lock_confusion.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_pointer_smuggling.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_recover1.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_recover2.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_recover3.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
validation_undef.rs Fix a couple of tests 2018-06-05 18:08:18 +02:00
wild_pointer_deref.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00
zst.rs Convert some of the tests to the new format 2018-06-05 18:08:18 +02:00