about summary refs log tree commit diff
path: root/library/std/src/thread/tests.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Only test pthread_getname_np on linux-gnuJosh Stone-1/+7
2022-10-21Move truncation next to other thread tests for tidyJosh Stone-0/+25
2022-10-06std: add thread parking testsjoboet-0/+22
2022-08-18add some Miri-only testsRalf Jung-0/+19
2022-06-15Test NLL fix of bad lifetime inference for reference captured in closure.Frank Steffahn-0/+13
2022-05-29Use Box::new() instead of box syntax in std testsest31-2/+2
2022-03-09Add soundness test for dropping scoped thread results before joining.Mara Bos-1/+24
2022-03-09Remove outdated comment.Mara Bos-2/+0
2022-03-03Update test.Mara Bos-4/+4
2021-12-18Update stdlib to the 2021 editionLucas Kent-7/+8
2021-10-31Add test for JoinHandle::is_running.Mara Bos-1/+35
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+262