rust/library/std/src/sync
Jacob Pratt d2aa3dec8a
Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb
Move some std tests to integration tests

Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap.

Follow up to https://github.com/rust-lang/rust/pull/133859
2025-02-04 05:36:50 -05:00
..
mpmc Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
poison Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
barrier.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
mod.rs Move some things to std::sync::poison and reexport them in std::sync 2025-01-02 15:21:41 +03:00
mpsc.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
once_lock.rs Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
poison.rs Move some things to std::sync::poison and reexport them in std::sync 2025-01-02 15:21:41 +03:00
reentrant_lock.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00