summary refs log tree commit diff
path: root/library/std/src/sync/rwlock/tests.rs
AgeCommit message (Expand)AuthorLines
2024-11-19ignore an occasionally-failing test in MiriRalf Jung-0/+3
2024-11-16reduce threads in downgrade testConnor Tsui-1/+1
2024-11-16fix `DOWNGRADED` bit unpreservedConnor Tsui-1/+1
2024-11-16fix memory ordering bug + bad testConnor Tsui-47/+32
2024-11-16add `RwLock` `downgrade` testsConnor Tsui-2/+122
2024-08-08rwlock: disable 'frob' test in Miri on macOSRalf Jung-0/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2023-12-05Specify behavior if the closure passed to *Guard::*map panics.Zachary S-0/+136
2023-12-05Add MappedMutexGuard and MappedRwLock*Guard tests.Zachary S-1/+104
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-2/+2
2022-08-18make many std tests work in MiriRalf Jung-1/+1
2022-06-19FormattingRobin Raymond-1/+1
2022-06-19Make RwLockReadGuard covariantRobin Raymond-1/+13
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+247