aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial_test.go
AgeCommit message (Expand)Author
2022-04-26net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-01-06net: synchronize instead of sleeping in TestDialParallelSpuriousConnectionBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-12-10net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSDBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-06-24net: remove hard-coded timeout in dialClosedPort test helperBryan C. Mills
2021-05-10net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-11net: use t.Deadline instead of an arbitrary read deadline in TestDialParallel...Bryan C. Mills
2020-01-06net: update renamed test name in commentBrad Fitzpatrick
2019-11-16net: add more timing slop for TestDialParallel on WindowsIan Lance Taylor
2019-11-15net: fix improper Context.Deadline usage in DialContextSergey Zagursky
2019-11-07net: skip TestDialCancel if Dial fails with "connection refused"Ian Lance Taylor
2019-10-22net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builderBryan C. Mills
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-05-03net: skip DNS tests on self-hosted AndroidElias Naur
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-02-27Revert "net: add missing error check in test"Mikio Hara
2019-02-27net: add missing error check in testLeon Klingele
2018-12-03net: enable TCP keepalives by defaultCarlo Alberto Ferraris
2018-10-25net: make cgo resolver work more accurately with network parameterEugene Kalinin
2018-10-07net: simplify bool expressionludweeg
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-30net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2018-05-17net: skip external net tests on iOSElias Naur
2018-01-03net: ignore TestDialerLocalAddr timeout failures on DarwinIan Lance Taylor
2017-12-08net: increase timeout for TestDialerDualStackFDLeakIan Lance Taylor
2017-10-04net: increase expected time to dial a closed port on all Darwin portsAuthor Name
2017-09-27net: bump TestDialerDualStackFDLeak timeout on iOSElias Naur
2017-06-09net: don't run TestDialListenerAddr in short mode on non-buildersBrad Fitzpatrick
2017-06-08net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick
2017-05-04all: use time.Time.Equal instead of == in some testsBrad Fitzpatrick
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2017-04-12net: delete TestDialTimeoutFDLeakBrad Fitzpatrick
2017-03-23net: mark TestDialerDualStack as flakyBrad Fitzpatrick
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-12-20net: mark TestDialerDualStackFDLeak as flaky on OpenBSDBrad Fitzpatrick
2016-11-02net: fix Dial(":80") on WindowsRuss Cox
2016-07-17net: demote TestDialerDualStack to a flaky testBrad Fitzpatrick
2016-05-30net: don't call forceCloseSockets in non-TestMain functionsMikio Hara
2016-05-19net: deflake TestDialerDualStackMikio Hara
2016-05-19net: deflake TestDialerDualStackFDLeakMikio Hara
2016-05-18net: don't increase test table rows when using -test.count flagMikio Hara
2016-04-19net: enable TestDialParallel, TestDialerFallbackDelay and TestDialCancel on P...David du Colombier
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick