about summary refs log tree commit diff
path: root/library/std/src/net/test.rs
AgeCommit message (Collapse)AuthorLines
2025-03-04Fix test hangs on AIXHenry Jiang-0/+11
2025-02-06tests(std/net): remove outdated `base_port` calculationJieyou Xu-30/+3
This was never modified since `std::net` was originally introduced, when each CI job was running multiple jobs concurrently which caused issues with fighting over the same ports. This is not the case in the current CI infrastructure, so remove this relic.
2024-03-20SeqCst->Relaxed in std::net::test.Mara Bos-2/+2
Relaxed is enough to have fetch_add(1) return each value only once (until it wraps around).
2020-07-27mv std libs to library/mark-0/+60