summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
2023-09-25Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJungbors-1565/+0
2023-09-23Merge from rustcThe Miri Conjob Bot-25/+25
2023-09-22Move `fail` tests that need dependencies into their own folder, so that wasm ...Oli Scherer-1565/+0
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-25/+25
2023-09-21deprecate -Zmiri-disable-abi-checkRalf Jung-0/+6
2023-09-19Auto merge of #3054 - Vanille-N:spurious-fail, r=RalfJungbors-2/+2
2023-09-19Issue of the current model: spurious reads are not possibleNeven Villani-2/+2
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-4/+4
2023-09-09give extra context to ABI mismatch errorsRalf Jung-0/+12
2023-09-06miri: catch function calls where the argument is caller-invalid / the return ...Ralf Jung-4/+101
2023-08-31Merge from rustcRalf Jung-10/+89
2023-08-31Merge from rustcThe Miri Conjob Bot-2/+2
2023-08-30miri function ABI check: specifically look for repr(transparent)Ralf Jung-0/+31
2023-08-30organize failing ABI compat tests and add some moreRalf Jung-10/+58
2023-08-30storage_live: avoid computing the layout unless necessaryRalf Jung-4/+4
2023-08-30move marking-locals-live out of push_stack_frame, so it happens with argument...Ralf Jung-5/+5
2023-08-29Merge from rustcThe Miri Conjob Bot-2/+1
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-2/+1
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-2/+1
2023-08-26Merge from rustcThe Miri Conjob Bot-7/+76
2023-08-25Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJungbors-5/+74
2023-08-25Record allocation spans inside force_allocationBen Kimock-5/+74
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-2/+2
2023-08-22fix some bad regex capture group references in test normalizationRalf Jung-12/+12
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-13/+50
2023-08-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-39/+119
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-34/+34
2023-08-16on out-of-bounds error, show where the allocation was createdRalf Jung-7/+45
2023-08-16Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJungbors-14/+169
2023-08-15C string function shims: consistently treat "invalid" pointers as UBRalf Jung-6/+34
2023-08-11Include spans in use-after-free diagnosticsBen Kimock-14/+169
2023-08-11Remove `float_to_int_unchecked` and inline it into its call sitesEduardo Sánchez Muñoz-2/+2
2023-08-11Add checked float-to-int helper functionEduardo Sánchez Muñoz-2/+2
2023-08-07Auto merge of #114560 - RalfJung:miri, r=RalfJungbors-115/+253
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-4/+4
2023-08-05tree borrows: consider some retags as writes for the purpose of data racesRalf Jung-113/+138
2023-08-05fix return place protection when the place is given as a localRalf Jung-0/+69
2023-08-04Merge from rustcThe Miri Conjob Bot-4/+4
2023-08-03Merge from rustcThe Miri Conjob Bot-50/+80
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-4/+4
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-0/+4
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-50/+76
2023-08-02Merge from rustcThe Miri Conjob Bot-17/+34
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-50/+76
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-17/+34
2023-07-31add some interesting tests for alignment corner casesRalf Jung-0/+44
2023-07-30Auto merge of #2997 - RalfJung:test-utils, r=RalfJungbors-2/+2
2023-07-30refactor tests/utils a bit, and move some FS functions thereRalf Jung-2/+2
2023-07-29Auto merge of #114211 - RalfJung:miri, r=RalfJungbors-30/+30
2023-07-29Adjust some tests for invalid_reference_casting improvementsUrgau-0/+4