aboutsummaryrefslogtreecommitdiff
path: root/src/net/net_test.go
AgeCommit message (Expand)Author
2022-04-22net: eliminate a deadlock on the failure path in TestNotTemporaryReadBryan C. Mills
2022-04-01net: in TestNotTemporaryRead, reject io.EOF on platforms other than plan9Bryan C. Mills
2022-02-14net: in TestNotTemporaryRead, do not assume that a dialed connection has been...Bryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-12-13net: remove erroneous Dial check in TestListenerCloseBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-05net: make ErrClosed and ParseError implement net.ErrorIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-09net: convert many Close tests to use parallel subtestsBryan C. Mills
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-07-11net: set TestNotTemporaryRead flaky for AIXClément Chigot
2019-01-16net: increase TestNotTemporaryRead server sleepClément Chigot
2018-08-03net: skip flaky TestNotTemporaryRead on FreeBSDgo1.11beta3Brad Fitzpatrick
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-01net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor
2016-11-15net: add test that TCP Close unblocks blocked ReadsBrad Fitzpatrick
2016-11-12net: enable TestReadTimeoutUnblocksRead on Plan 9David du Colombier
2016-10-17net: skip TestReadTimeoutUnblocksRead on Plan 9David du Colombier
2016-10-17syscall, net: make deadline changes affect blocked read/write calls on naclBrad Fitzpatrick
2016-10-16net: enable a test on naclBrad Fitzpatrick
2016-09-29net: add Buffers type, do writev on unixBrad Fitzpatrick
2016-05-19net: don't return io.EOF from zero byte readsBrad Fitzpatrick
2016-02-21net: add missing aborted connection handling on accept testMikio Hara
2016-01-29net: deflake TestListenerCloseMikio Hara
2015-11-18net: use t.Fatalf, not t.Fatal, in testIan Lance Taylor
2015-11-04syscall: allow nacl's fake network code to Listen twice on the same addressBrad Fitzpatrick
2015-10-16syscall: fix nacl listener to not accept connections once closedBrad Fitzpatrick
2015-04-29net: add missing Close testsMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2015-04-18net: break up TestErrorNil into Test{Dial,Listen,ListenPacket}ErrorMikio 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