]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR go/59506 (net FAILs (timeout) on alpha)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 27 Dec 2013 21:42:26 +0000 (21:42 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 27 Dec 2013 21:42:26 +0000 (21:42 +0000)
commitafc8adc88f9cae98c5207cbad20c32c28e74bf3c
treebb4889ca199becb32f662feed26f5fa02c506219
parent4de67111df21f434ea650ecb83306807ee7f3068
re PR go/59506 (net FAILs (timeout) on alpha)

PR go/59506

net: use DialTimeout in TestSelfConnect

Backported from master repository.

This avoids problems with systems that take a long time to
find out nothing is listening, while still testing for the
self-connect misfeature since a self-connect should be fast.
With this we may be able to remove the test for non-Linux
systems.

Tested (on GNU/Linux) by editing selfConnect in
tcpsock_posix.go to always return false and verifying that
TestSelfConnect then fails with and without this change.

Idea from Uros Bizjak.

From-SVN: r206224
libgo/go/net/dial_test.go