summaryrefslogtreecommitdiff
path: root/src/net/dial_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: skip TestDialCancel on darwin-arm64Heschi Kreinick2022-04-261-0/+6
* net: synchronize instead of sleeping in TestDialParallelSpuriousConnectionBryan C. Mills2022-01-061-6/+11
* net: pass a testing.TB to newLocal* helpersBryan C. Mills2021-12-131-31/+7
* net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSDBryan C. Mills2021-12-101-2/+15
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* net: remove hard-coded timeout in dialClosedPort test helperBryan C. Mills2021-06-241-35/+16
* net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser2021-05-101-9/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-2/+2
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-251-3/+2
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-1/+1
* net: use t.Deadline instead of an arbitrary read deadline in TestDialParallel...Bryan C. Mills2020-03-111-1/+9
* net: update renamed test name in commentBrad Fitzpatrick2020-01-061-1/+1
* net: add more timing slop for TestDialParallel on WindowsIan Lance Taylor2019-11-161-5/+13
* net: fix improper Context.Deadline usage in DialContextSergey Zagursky2019-11-151-0/+29
* net: skip TestDialCancel if Dial fails with "connection refused"Ian Lance Taylor2019-11-071-4/+6
* net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builderBryan C. Mills2019-10-221-3/+5
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-6/+1
* net: skip DNS tests on self-hosted AndroidElias Naur2019-05-031-3/+3
* all: s/cancelation/cancellation/Josh Bleecher Snyder2019-04-161-2/+2
* Revert "net: add missing error check in test"Mikio Hara2019-02-271-5/+0
* net: add missing error check in testLeon Klingele2019-02-271-0/+5
* net: enable TCP keepalives by defaultCarlo Alberto Ferraris2018-12-031-10/+17
* net: make cgo resolver work more accurately with network parameterEugene Kalinin2018-10-251-2/+2
* net: simplify bool expressionludweeg2018-10-071-4/+4
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+2
* net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius2018-05-301-0/+51
* net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius2018-05-291-8/+10
* net: skip external net tests on iOSElias Naur2018-05-171-5/+12
* net: ignore TestDialerLocalAddr timeout failures on DarwinIan Lance Taylor2018-01-031-1/+8
* net: increase timeout for TestDialerDualStackFDLeakIan Lance Taylor2017-12-081-6/+1
* net: increase expected time to dial a closed port on all Darwin portsAuthor Name2017-10-041-1/+1
* net: bump TestDialerDualStackFDLeak timeout on iOSElias Naur2017-09-271-0/+2
* net: don't run TestDialListenerAddr in short mode on non-buildersBrad Fitzpatrick2017-06-091-0/+3
* net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick2017-06-081-0/+18
* all: use time.Time.Equal instead of == in some testsBrad Fitzpatrick2017-05-041-1/+1
* net: delay IP protocol stack-snooping system callsMikio Hara2017-04-151-9/+9
* net: delete TestDialTimeoutFDLeakBrad Fitzpatrick2017-04-121-65/+0
* net: mark TestDialerDualStack as flakyBrad Fitzpatrick2017-03-231-5/+2
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-3/+4
* net: mark TestDialerDualStackFDLeak as flaky on OpenBSDBrad Fitzpatrick2016-12-201-0/+2
* net: fix Dial(":80") on WindowsRuss Cox2016-11-021-0/+17
* net: demote TestDialerDualStack to a flaky testBrad Fitzpatrick2016-07-171-0/+5
* net: don't call forceCloseSockets in non-TestMain functionsMikio Hara2016-05-301-5/+2
* net: deflake TestDialerDualStackMikio Hara2016-05-191-19/+5
* net: deflake TestDialerDualStackFDLeakMikio Hara2016-05-191-3/+6
* net: don't increase test table rows when using -test.count flagMikio Hara2016-05-181-54/+53
* net: enable TestDialParallel, TestDialerFallbackDelay and TestDialCancel on P...David du Colombier2016-04-191-9/+2
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-32/+27