net: TestDialAddrError failure on Windows XP #15291
Closed
Labels
Milestone
Comments
Does the node under test support IPv6? |
How can I tell? Alex |
What's the value of supportsIPv6 in net package on the node? |
supportsIPv6 variable is false. Alex |
J'ai compris. |
CL https://golang.org/cl/22077 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version
)?go version devel +ae98045 Thu Apr 14 00:41:29 2016 +0000 windows/386
go env
)?I use Windows XP.
set GOARCH=386
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=386
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=c:\dev
set GORACE=
set GOROOT=c:\dev\go
set GOTOOLDIR=c:\dev\go\pkg\tool\windows_386
set CC=gcc
set GOGCCFLAGS=-m32 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\DOCUME
1\brainman\LOCALS1\Temp\go-build795879670=/tmp/go-build -gno-record-gcc-switchesset CXX=g++
set CGO_ENABLED=1
I run
go test -short net
command.I expected no failing tests.
C:>go test -short net
--- FAIL: TestDialAddrError (0.00s)
error_test.go:245: tcp6 ""/0123456789abcdef:0: should be AddrError: dial tcp6 0123456789abcdef:0: socket: An address incompatible with the requested protocol was used.
FAIL
FAIL net 23.328s
Alex
The text was updated successfully, but these errors were encountered: