From: Alex Brainman Date: Sat, 18 Sep 2010 01:09:08 +0000 (+1000) Subject: pkg/Makefile: disable netchan test to fix windows build X-Git-Tag: weekly.2010-09-22~46 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=289432daffde1630f1363d7b50cae7132e3da6ce;p=gostls13.git pkg/Makefile: disable netchan test to fix windows build R=r CC=golang-dev https://golang.org/cl/2225042 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index da44167c34..910dd41889 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -189,6 +189,7 @@ endif # Disable tests that windows cannot run yet. ifeq ($(GOOS),windows) NOTEST+=exec # no pipe +NOTEST+=netchan # net.Dial("tcp", "", "0.0.0.0:80") doesn't work on windows NOTEST+=os # many things unimplemented NOTEST+=os/signal # no signals NOTEST+=path # tree walking does not work