rust/library/std/tests/sync
2026-02-15 12:32:17 +01:00
..
barrier.rs Make the compile test use a const instead 2025-09-09 17:14:38 +02:00
condvar.rs move condvar test from mutex to condvar test file 2025-10-31 15:53:39 -04:00
lazy_lock.rs modify LazyLock poison panic message 2025-08-22 14:59:34 -04:00
lib.rs add oneshot tests 2026-01-05 09:47:20 +11:00
mpmc.rs library: Increase timeout on mpmc test to reduce flakes 2025-06-17 16:10:37 -07:00
mpsc.rs Avoid a gratuitous 10s wait in a stress test 2025-06-08 20:22:07 -07:00
mpsc_sync.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
mutex.rs move condvar test from mutex to condvar test file 2025-10-31 15:53:39 -04:00
once.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00
once_lock.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00
oneshot.rs Remove timing assertion from oneshot::send_before_recv_timeout 2026-02-15 12:32:17 +01:00
reentrant_lock.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
rwlock.rs Implement non-poisoning Mutex::with_mut, RwLock::with and RwLock::with_mut 2025-10-04 17:16:00 +08:00