rust/library/std/tests/sync
Connor Tsui d8a0df075d
reorganize rwlock tests
This commit simply helps discern the actual changes needed to test both
poison and nonpoison `rwlock`s.
2025-08-09 08:41:27 +02:00
..
barrier.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
condvar.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
lazy_lock.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
lib.rs add nonpoison and poison mutex tests 2025-07-29 10:36:26 +02: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 add extra drop, panic, and unwind tests 2025-07-29 10:44:36 +02: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
reentrant_lock.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
rwlock.rs reorganize rwlock tests 2025-08-09 08:41:27 +02:00