aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial_test.go
AgeCommit message (Expand)Author
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
2016-04-14net: make use of internal/testenv packageMikio Hara
2016-04-12net: skip TestDialCancel on linux-arm64-buildletBrad Fitzpatrick
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-04-05net: wait for cancelation goroutine before returning from connect.Paul Marks
2016-04-04net: rename TestSelfConnect to TestTCPSelfConnectMikio Hara
2016-03-16net: filter destination addresses when source address is specifiedMikio Hara
2016-03-10net: slowDialTCP should wait forever if no deadline exists.Paul Marks
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23net: use dialTCP cancelation for DualStack dialing.Paul Marks
2016-02-21net: deflake TestDialerDualStackFDLeakMikio Hara
2015-12-16net: retighten test harnesses for dial cancelationMikio Hara
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-10-16net: unblock plan9 TCP Read calls after socket closeBrad Fitzpatrick
2015-08-31net: Increase the acceptable delay in TestDialerDualstackPaul Marks
2015-07-30net: allow longer timeout in dialClosedPort test on windowsRuss Cox
2015-07-28net: Set finalDeadline from TestDialParallel to avoid leaked sockets.Paul Marks
2015-07-27net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous openMikio Hara
2015-07-23net: compute the Dialer deadline exactly once.Paul Marks
2015-06-16net: add sequential and RFC 6555-compliant TCP dialing.Paul Marks
2015-05-07net: don't run IP stack required tests on IP stack disabled kernelsMikio Hara
2015-05-06net: simplify error messages in testsMikio Hara
2015-05-06net: deflake listener testsMikio Hara
2015-04-17net: fix inconsistent error values on Dial, Listen partiallyMikio Hara
2015-04-07net: deflake dual IP stack testsMikio Hara
2015-04-07net: fix tester goroutine leakage in testsMikio Hara
2015-04-03net: deflake TestDialTimeoutFDLeakMikio Hara
2015-04-02net: move test flags into main_test.goMikio Hara
2015-04-02net: deflake TestDialTimeoutMikio Hara
2014-09-18net: disable TestDialMultiFDLeakRuss Cox
2014-09-18net: separate NaCl dependent placeholders from BSD'sMikio Hara
2014-09-16net: make TestSelfConnect less fragileRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox