about summary refs log tree commit diff
path: root/library/std/tests/sync
AgeCommit message (Expand)AuthorLines
2025-07-29add extra drop, panic, and unwind testsConnor Tsui-22/+80
2025-07-29add nonpoison and poison mutex testsConnor Tsui-146/+260
2025-07-29reorder mutex testsConnor Tsui-144/+158
2025-06-17library: Increase timeout on mpmc test to reduce flakesJubilee Young-2/+2
2025-06-08Avoid a gratuitous 10s wait in a stress testJosh Triplett-6/+16
2025-04-30Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.Zachary S-18/+26
2025-04-15Basic tests of MPMC receiver cloningGlyn Normington-0/+30
2025-03-10Mark some std tests as requiring `panic = "unwind"`Paul Menage-2/+34
2025-02-13library: Update rand to 0.9.0Eric Huss-1/+1
2025-02-02Remove stabilized feature gatebjorn3-1/+0
2025-01-26Fix for SGXbjorn3-1/+1
2025-01-26Move std::sync unit tests to integration testsbjorn3-0/+4120