]> Cypherpunks repositories - gostls13.git/commit
net: skip TestProtocolDialError on solaris
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 14 Jun 2015 00:01:23 +0000 (09:01 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 16 Jun 2015 17:35:46 +0000 (17:35 +0000)
commit515e53a0518ac7de3dba540f6163101f9303a714
treeb41d655810e9a1a72459cbaac3e8d4aae1a0ecf3
parentd00e7ad640cf0bb91fff33aaac4bbb6da8d415c2
net: skip TestProtocolDialError on solaris

Unfortunately there's no simple, easy way to make Dial{TCP,UDP} fail
consistently across all platforms. Fow now we skip the test on Solaris.

Change-Id: Ib3c55f670ac6a174fe9ea682dac7aab96b1e9dfb
Reviewed-on: https://go-review.googlesource.com/11058
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/error_test.go