aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2010-09-18 11:09:08 +1000
committerAlex Brainman <alex.brainman@gmail.com>2010-09-18 11:09:08 +1000
commit289432daffde1630f1363d7b50cae7132e3da6ce (patch)
tree27e618837bce4cc00be355fc14425ff518b7405e
parent7757fcc17afa1bc512784ab4dc4622d0057be7e6 (diff)
downloadgo-289432daffde1630f1363d7b50cae7132e3da6ce.tar.gz
go-289432daffde1630f1363d7b50cae7132e3da6ce.zip
pkg/Makefile: disable netchan test to fix windows build
R=r CC=golang-dev https://golang.org/cl/2225042
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
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