net: TestResolveIPAddr and TestLookupPort_Minimal fails #17175
Closed
Comments
Yet it works fine on our builders, so perhaps you can tell us what's different about your system? Like, what version of Windows do you have? That said, this is a regression I introduced and I know where it is. |
But all broken tests are network related. I don't know what to print for these. Alex |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version devel +35d22af Wed Sep 21 01:25:29 2016 +0000 windows/386
What operating system and processor architecture are you using (
go env
)?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-build716372902=/tmp/go-build -gno-record-gcc-switchesset CXX=g++
set CGO_ENABLED=1
What did you do?
I run
go test -short net
command.What did you expect to see?
I expect command to PASS.
What did you see instead?
Alex
The text was updated successfully, but these errors were encountered: