about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-4/+0
2023-10-24Add miri test matching on `!`.Camille GILLOT-0/+25
2023-10-24Add miri tests.Camille GILLOT-0/+32
2023-10-24fix error read-read reporting when there's also an unsynchronized non-atomic ...Ralf Jung-0/+10
2023-10-23don't talk about 'Data race' when both accesses are atomicRalf Jung-10/+10
2023-10-23clean up imperfect overlap detection in weak-mem emulationRalf Jung-12/+24
2023-10-23detect mixed-size atomic accessesRalf Jung-0/+90
2023-10-23data_race: detect races between atomic and non-atomic accesses, even if both ...Ralf Jung-0/+84
2023-10-21Merge from rustcThe Miri Conjob Bot-57/+57
2023-10-20bless miriOli Scherer-8/+8
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-12/+12
2023-10-20s/Generator/Coroutine/Oli Scherer-11/+11
2023-10-17fmtThe Miri Conjob Bot-2/+2
2023-10-17Merge from rustcThe Miri Conjob Bot-241/+322
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-50/+55
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-0/+50
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-198/+224
2023-10-13Clean up unchecked_math, separate out unchecked_shiftsltdk-2/+2
2023-10-09return_pointer_aliasing2 should also run with SBRalf Jung-2/+45
2023-10-09add test to ensure RET assignments do not get propagated on unwindingRalf Jung-0/+74
2023-10-06Fix problems of Reserved -> FrozenNeven Villani-83/+220
2023-10-05Tree Borrows: do not create new tags as 'Active'Ralf Jung-4/+28
2023-10-02add test for a function ABI mismatch due to target featuresRalf Jung-0/+50
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