aboutsummaryrefslogtreecommitdiff
path: root/src/net/conn_test.go
AgeCommit message (Expand)Author
2021-12-17net: lengthen arbitrary SetDeadline timeout by a few orders of magnitudeBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-16net: close connection in localServer teardownMeng Zhuo
2018-06-04net: add js/wasm architectureRichard Musiol
2016-05-06all: fix copy-and-paste errors in testsAlberto Donizetti
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-05-06net: simplify error messages in testsMikio Hara
2015-04-21net: add helpers for server testingMikio Hara
2015-04-07net: fix tester goroutine leakage in testsMikio Hara
2015-03-28net: simplify test helpersMikio Hara
2015-03-04net: skip unsupported tests (unix and unixgram) on darwin/armShenghou Ma
2014-09-08build: move package sources from src/pkg to srcRuss Cox