rust/src/tools/miri/tests/fail
The Miri Cronjob Bot 258e5043a1 fmt
2024-04-25 05:05:41 +00:00
..
alloc tests/utils: add fmt::Write implementations for miri's native stdout/stderr 2024-04-17 09:47:16 +02:00
both_borrows avoid 'let _' in tests where we actually want the value to be computed 2024-04-24 10:03:11 +02:00
concurrency Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin 2024-01-05 04:51:55 +00:00
dangling_pointers avoid 'let _' in tests where we actually want the value to be computed 2024-04-24 10:03:11 +02:00
data_race when reusing an address, most of the time only reuse from the current thread 2024-04-18 23:02:21 +02:00
function_calls when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isolation 2024-04-18 12:05:08 +02:00
function_pointers fmt 2024-01-06 05:02:47 +00:00
intrinsics Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo 2024-04-23 20:17:51 +02:00
panic Merge from rustc 2024-04-20 05:12:44 +00:00
provenance rename expose_addr to expose_provenance 2024-04-03 16:00:38 +02:00
shims Dyn erase at call site 2024-02-18 17:58:52 +00:00
should-pass Bless Miri tests 2023-11-24 19:15:53 +01:00
stacked_borrows when reusing an address, most of the time only reuse from the current thread 2024-04-18 23:02:21 +02:00
tls Get rid of some #[allow(static_mut_refs)] 2024-02-23 18:02:25 +03:00
tree_borrows chore: fix some typos 2024-04-06 10:35:24 +08:00
unaligned_pointers Allow invalid ref casting in Miri unaligned_ref_addr_of test 2024-02-12 19:40:17 +01:00
uninit deadlock: show backtrace for all threads 2024-04-16 14:34:33 +02:00
validity Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
weak_memory when reusing an address, most of the time only reuse from the current thread 2024-04-18 23:02:21 +02:00
box-cell-alias.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
box-cell-alias.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
branchless-select-i128-pointer.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
branchless-select-i128-pointer.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
breakpoint.rs interpret: have assert_* intrinsics call the panic machinery instead of a direct abort 2023-08-20 15:52:40 +02:00
breakpoint.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
const-ub-checks.rs fmt 2023-05-10 08:53:06 +02:00
const-ub-checks.stderr disable diagnostic deduplication 2024-03-04 09:34:07 +01:00
coroutine-pinned-moved.rs fmt 2024-04-25 05:05:41 +00:00
coroutine-pinned-moved.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
deny_lint.rs fix deny_lint test 2023-05-11 10:09:20 +02:00
deny_lint.stderr fix deny_lint test 2023-05-11 10:09:20 +02:00
dyn-call-trait-mismatch.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
dyn-call-trait-mismatch.stderr Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
dyn-upcast-nop-wrong-trait.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
dyn-upcast-nop-wrong-trait.stderr Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
dyn-upcast-trait-mismatch.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
dyn-upcast-trait-mismatch.stderr Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
enum-set-discriminant-niche-variant-wrong.rs comment tweaks 2024-02-12 14:36:51 +01:00
enum-set-discriminant-niche-variant-wrong.stderr interpret/write_discriminant: when encoding niched variant, ensure the stored value matches 2024-02-10 15:33:58 +01:00
environ-gets-deallocated.rs properly track why we checked whether a pointer is in-bounds 2023-08-01 17:57:13 +02:00
environ-gets-deallocated.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
erroneous_const.rs remove compile-flags that are no longer needed 2023-07-14 15:40:22 +02:00
erroneous_const.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
erroneous_const2.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
erroneous_const2.stderr disable diagnostic deduplication 2024-03-04 09:34:07 +01:00
extern-type-field-offset.rs also add a Miri test 2023-12-12 17:19:19 +01:00
extern-type-field-offset.stderr also add a Miri test 2023-12-12 17:19:19 +01:00
extern_static.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
extern_static.stderr make 'missing extern static' error consistent with missing shim 2024-04-06 14:08:27 +02:00
extern_static_in_const.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
extern_static_in_const.stderr make 'missing extern static' error consistent with missing shim 2024-04-06 14:08:27 +02:00
extern_static_wrong_size.rs make 'missing extern static' error consistent with missing shim 2024-04-06 14:08:27 +02:00
extern_static_wrong_size.stderr make 'missing extern static' error consistent with missing shim 2024-04-06 14:08:27 +02:00
issue-miri-1112.rs Remove no-longer-needed allow(dead_code) from Miri tests 2024-01-18 13:16:09 -05:00
issue-miri-1112.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
issue-miri-2432.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
issue-miri-2432.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
issue-miri-3288-ice-symbolic-alignment-extern-static.rs fmt 2024-02-08 05:14:42 +00:00
issue-miri-3288-ice-symbolic-alignment-extern-static.stderr make 'missing extern static' error consistent with missing shim 2024-04-06 14:08:27 +02:00
layout_cycle.rs Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
layout_cycle.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
memleak.rs Update to latest ui_test crate version. 2023-05-09 14:40:16 +00:00
memleak.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
memleak_no_backtrace.rs Update to latest ui_test crate version. 2023-05-09 14:40:16 +00:00
memleak_no_backtrace.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
memleak_rc.32bit.stderr add option to track all read/write accesses to tracked allocations 2024-03-02 19:06:43 +01:00
memleak_rc.64bit.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
memleak_rc.rs Update to latest ui_test crate version. 2023-05-09 14:40:16 +00:00
modifying_constants.rs Rename cast_ref_to_mut lint to invalid_reference_casting 2023-07-13 23:01:24 +02:00
modifying_constants.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
never_match_never.rs Add miri test matching on !. 2023-10-24 15:30:17 +00:00
never_match_never.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
never_say_never.rs Drive-by-cleanup: Don't emit thir::ExprKind::NeverToAny for ! -> ! 2023-05-19 21:50:01 +04:00
never_say_never.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
never_transmute_humans.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
never_transmute_humans.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
never_transmute_void.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
never_transmute_void.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
no_main.rs Update to latest ui_test crate version. 2023-05-09 14:40:16 +00:00
no_main.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
overlapping_assignment.rs miri: check that assignments do not self-overlap 2023-07-07 16:54:44 +02:00
overlapping_assignment.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
rc_as_ptr.rs properly track why we checked whether a pointer is in-bounds 2023-08-01 17:57:13 +02:00
rc_as_ptr.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
reading_half_a_pointer.rs Fix typo in reading_half_a_pointer.rs 2022-12-21 15:34:21 +09:00
reading_half_a_pointer.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
rustc-error.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
rustc-error.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
rustc-error2.rs add regression test 2024-02-29 19:45:14 +01:00
rustc-error2.stderr add regression test 2024-02-29 19:45:14 +01:00
static_memory_modification1.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
static_memory_modification1.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
static_memory_modification2.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
static_memory_modification2.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
static_memory_modification3.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
static_memory_modification3.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
terminate-terminator.rs fix some bad regex capture group references in test normalization 2023-08-22 14:45:03 +02:00
terminate-terminator.stderr when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isolation 2024-04-18 12:05:08 +02:00
tls_macro_leak.rs more consistent naming for TLS tests 2023-11-12 17:14:13 +01:00
tls_macro_leak.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
tls_static_leak.rs more consistent naming for TLS tests 2023-11-12 17:14:13 +01:00
tls_static_leak.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
transmute-pair-uninit.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
transmute-pair-uninit.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
type-too-large.rs storage_live: avoid computing the layout unless necessary 2023-08-30 13:46:55 +02:00
type-too-large.stderr print thread name in miri error backtraces 2024-03-02 17:56:56 +01:00
unreachable.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
unreachable.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
unsized-local.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
unsized-local.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
unsupported_foreign_function.rs handle unknown targets more gracefully 2022-12-28 10:51:13 +01:00
unsupported_foreign_function.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
unwind-action-terminate.rs fix some bad regex capture group references in test normalization 2023-08-22 14:45:03 +02:00
unwind-action-terminate.stderr when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isolation 2024-04-18 12:05:08 +02:00
zst1.rs Add 'src/tools/miri/' from commit '75dd959a3a' 2022-09-21 15:36:26 +00:00
zst1.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
zst2.rs properly track why we checked whether a pointer is in-bounds 2023-08-01 17:57:13 +02:00
zst2.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00
zst3.rs remove compile-flags that are no longer needed 2023-07-14 15:40:22 +02:00
zst3.stderr Bless Miri tests 2023-11-24 19:15:53 +01:00