aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial_test.go
AgeCommit message (Expand)Author
2026-01-23net: fix some ineffectual assignments reported by ineffassignLin Lin
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-08-11net: context aware Dialer.Dial functionsMichael Fraenkel
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-07-31net: ignore blackhole route in TestDialCancelMeng Zhuo
2023-07-27net: make mustHaveExternalNetwork work as usual on GOOS=linuxDmitri Shuralyov
2023-05-20net: ignore more errors in TestDialCancelIan Lance Taylor
2023-05-19net: make Dial fail faster on Windows closed loopback devicesqmuntal
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11net: allow TestDialListenerAddr without an external networkBryan C. Mills
2023-04-10net: avoid opening an external port in TestDialListenerAddrBryan C. Mills
2022-11-04net: add ControlContext to Dialercuiweixie
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-06-13net: avoid darwin_arm64 bug in TestDialParallelSpuriousConnectionDamien Neil
2022-06-08net: fix testHookDialTCP raceDamien Neil
2022-06-07net: use synthetic network in TestDialParallelDamien Neil
2022-05-25net: add even more timing slop for TestDialParallelDamien Neil
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