about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/tests.rs
AgeCommit message (Expand)AuthorLines
2022-11-14avoid memory leak in mpsc testRalf Jung-2/+3
2022-11-09add test case for rust-lang#39364Ibraheem Ahmed-0/+14
2022-08-18make many std tests work in MiriRalf Jung-5/+7
2022-05-29Use Box::new() instead of box syntax in std testsest31-7/+7
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+706