rust/library/std
Connor Tsui b2380d2bcc
add nonpoison and poison condvar tests
Adds tests for the `nonpoison::Mutex` variant by using a macro to
duplicate the existing `poison` tests.

Note that all of the tests here are adapted from the existing `poison`
tests.

Also steals the `test_mutex_arc_condvar` test from `mutex.rs`.

Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
2025-08-23 09:20:44 -04:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src add nonpoison::condvar implementation 2025-08-23 09:17:30 -04:00
tests add nonpoison and poison condvar tests 2025-08-23 09:20:44 -04:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00