about summary refs log tree commit diff
path: root/library/std/tests/sync/mutex.rs
AgeCommit message (Expand)AuthorLines
2025-09-11fix config for poison macro testConnor Tsui-2/+2
2025-08-23add nonpoison and poison condvar testsConnor Tsui-34/+0
2025-07-29add extra drop, panic, and unwind testsConnor Tsui-22/+80
2025-07-29add nonpoison and poison mutex testsConnor Tsui-146/+205
2025-07-29reorder mutex testsConnor Tsui-144/+158
2025-04-30Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.Zachary S-6/+8
2025-03-10Mark some std tests as requiring `panic = "unwind"`Paul Menage-0/+10
2025-01-26Move std::sync unit tests to integration testsbjorn3-0/+442