about summary refs log tree commit diff
path: root/library/std/tests/sync
AgeCommit message (Expand)AuthorLines
2025-09-11update doc commentConnor Tsui-1/+1
2025-09-11fix config for poison macro testConnor Tsui-15/+18
2025-09-09Make the compile test use a const insteadGeorg Semmler-8/+7
2025-09-09Make Barrier RefUnwindSafe againGeorg Semmler-0/+10
2025-08-30Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboetStuart Cook-195/+241
2025-08-23Rollup merge of #145307 - connortsui20:lazylock-poison-msg, r=AmanieuJacob Pratt-31/+53
2025-08-23add nonpoison and poison condvar testsConnor Tsui-195/+241
2025-08-22modify `LazyLock` poison panic messageConnor Tsui-31/+53
2025-08-09add nonpoison and poison rwlock testsConnor Tsui-280/+381
2025-08-09reorganize rwlock testsConnor Tsui-336/+348
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