aboutsummaryrefslogtreecommitdiff
path: root/src/net/server_test.go
AgeCommit message (Expand)Author
2020-12-16net: close connection in localServer teardownMeng Zhuo
2019-10-22net: convert TestTCPServer to use subtestsBryan C. Mills
2019-10-22net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builderBryan C. Mills
2018-06-04net: add js/wasm architectureRichard Musiol
2015-09-05net: Make Listen(":port") use IPv6 when IPv4 is not supported.Paul Marks
2015-05-06net: simplify error messages in testsMikio Hara
2015-04-28net: don't miss testing server teardowns when test fails earlyMikio Hara
2015-04-22net: replace server testsMikio Hara
2015-04-22net: deflake zero byte IO tests on datagramMikio Hara
2015-04-02net: move test flags into main_test.goMikio Hara
2015-03-28net: simplify test helpersMikio Hara
2015-03-04net: fix darwin/amd64 buildDavid Crawshaw
2015-03-04net: skip unsupported tests (unix and unixgram) on darwin/armShenghou Ma
2015-02-02net: failed not faildDavid Crawshaw
2014-09-08build: move package sources from src/pkg to srcRuss Cox