about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/panic
AgeCommit message (Expand)AuthorLines
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-17/+17
2025-04-29add -Zmiri-deterministic-concurrency flag and use it for concurrency testsRalf Jung-1/+1
2025-04-29Added random schedulinggeetanshjuneja-1/+1
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+17
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-2/+2
2024-09-16Bump ui testOli Scherer-17/+17
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-4/+4
2024-05-19various small nitsRalf Jung-15/+16
2024-05-19Directly implement native exception raise methods in miribjorn3-0/+95
2024-04-18when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola...Ralf Jung-0/+4
2024-03-03move thread-panic tests to their own file; test getting the thread nameRalf Jung-0/+30
2023-12-03miri: support 'promising' alignment for symbolic alignment checkRalf Jung-2/+1
2023-10-10avoid confusing loop in catch_panic testRalf Jung-5/+6
2023-08-28tests/catch_panic: make output easier to interpretRalf Jung-17/+19
2023-08-22fix some bad regex capture group references in test normalizationRalf Jung-2/+2
2023-07-29Change default panic handler message format.Mara Bos-15/+30
2023-05-27Add support for nested panics to miriAmanieu d'Antras-0/+29
2023-05-08port tests to 2021 editionRalf Jung-6/+3
2022-11-20fix unused warning in a testRalf Jung-1/+1
2022-11-05impl condvars for windowsDrMeepster-1/+0
2022-09-21Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'Oli Scherer-0/+287