1
Fork 0
rust/library/std/tests/sync
Paul Menage 9e5c942286 Mark some std tests as requiring panic = "unwind"
This allows these test modules to pass on builds/targets without
unwinding support, where `panic = "abort"` - the ignored tests are for
functionality that's not supported on those targets.
2025-03-10 08:31:06 -07:00
..
barrier.rs
condvar.rs
lazy_lock.rs
lib.rs Remove stabilized feature gate 2025-02-02 18:28:08 +00:00
mpmc.rs
mpsc.rs
mpsc_sync.rs
mutex.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07: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
rwlock.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00