rust/tests/compile-fail/intrinsics
2022-05-25 18:26:33 +00:00
..
assume.rs
assume.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
copy_null.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
copy_null.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
copy_overflow.rs
copy_overflow.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
copy_overlapping.rs
copy_overlapping.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
copy_unaligned.rs Update all tests 2022-05-25 18:26:33 +00:00
copy_unaligned.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ctlz_nonzero.rs
ctlz_nonzero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
cttz_nonzero.rs
cttz_nonzero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
div-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
div-by-zero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
exact_div1.rs
exact_div1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
exact_div2.rs
exact_div2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
exact_div3.rs
exact_div3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
exact_div4.rs adjust for div/rem overflow being UB 2022-03-03 12:14:24 -05:00
exact_div4.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_inf1.rs
float_to_int_32_inf1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_infneg1.rs
float_to_int_32_infneg1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_nan.rs
float_to_int_32_nan.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_nanneg.rs
float_to_int_32_nanneg.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_neg.rs
float_to_int_32_neg.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_too_big1.rs
float_to_int_32_too_big1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_too_big2.rs
float_to_int_32_too_big2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_32_too_small1.rs
float_to_int_32_too_small1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_inf1.rs
float_to_int_64_inf1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_infneg1.rs
float_to_int_64_infneg1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_infneg2.rs
float_to_int_64_infneg2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_nan.rs
float_to_int_64_nan.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_neg.rs
float_to_int_64_neg.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big1.rs
float_to_int_64_too_big1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big2.rs
float_to_int_64_too_big2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big3.rs
float_to_int_64_too_big3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big4.rs
float_to_int_64_too_big4.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big5.rs
float_to_int_64_too_big5.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big6.rs
float_to_int_64_too_big6.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_big7.rs
float_to_int_64_too_big7.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_small1.rs
float_to_int_64_too_small1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_small2.rs
float_to_int_64_too_small2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
float_to_int_64_too_small3.rs
float_to_int_64_too_small3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
out_of_bounds_ptr_1.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
out_of_bounds_ptr_1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
out_of_bounds_ptr_2.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
out_of_bounds_ptr_2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
out_of_bounds_ptr_3.rs test for negative offsets 2021-07-20 13:30:49 +02:00
out_of_bounds_ptr_3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
overflowing-unchecked-rsh.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
overflowing-unchecked-rsh.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_0_plus_0.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
ptr_offset_0_plus_0.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_from_oob.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
ptr_offset_from_oob.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_int_plus_int.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_int_plus_int.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_int_plus_ptr.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_int_plus_ptr.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_overflow.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_overflow.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_offset_ptr_plus_0.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
ptr_offset_ptr_plus_0.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
rem-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
rem-by-zero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-div-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-div-by-zero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-div-overflow.rs add test for simd division overflow UB 2022-03-03 12:32:42 -05:00
simd-div-overflow.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-float-to-int.rs implement simd_cast, simd_as 2022-03-07 09:40:23 -05:00
simd-float-to-int.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-gather.rs implement simd_scatter 2022-03-09 19:29:05 -05:00
simd-gather.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-reduce-invalid-bool.rs implement simd_eq and simd_reduce_any 2022-02-21 21:41:52 -05:00
simd-reduce-invalid-bool.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-rem-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-rem-by-zero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-scatter.rs implement simd_scatter 2022-03-09 19:29:05 -05:00
simd-scatter.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-select-bitmask-invalid.rs detect when unused bits of a SIMD bitmask are non-0 2022-03-17 13:08:01 -04:00
simd-select-bitmask-invalid.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-select-invalid-bool.rs detect when unused bits of a SIMD bitmask are non-0 2022-03-17 13:08:01 -04:00
simd-select-invalid-bool.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-shl-too-far.rs implement shl and shr SIMD intrinsics 2021-11-25 17:26:37 -05:00
simd-shl-too-far.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
simd-shr-too-far.rs implement shl and shr SIMD intrinsics 2021-11-25 17:26:37 -05:00
simd-shr-too-far.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_add1.rs
unchecked_add1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_add2.rs
unchecked_add2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_div1.rs adjust for div/rem overflow being UB 2022-03-03 12:14:24 -05:00
unchecked_div1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_mul1.rs
unchecked_mul1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_mul2.rs
unchecked_mul2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_sub1.rs
unchecked_sub1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unchecked_sub2.rs
unchecked_sub2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
uninit_uninhabited_type.rs
uninit_uninhabited_type.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
write_bytes_null.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
write_bytes_null.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
write_bytes_overflow.rs
write_bytes_overflow.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
zero_fn_ptr.rs
zero_fn_ptr.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00