summaryrefslogtreecommitdiff
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
commitdc756965209dc195e7af465f0d2d2754190d8fb3 (patch)
treec975c67f30e676b9670249a75b3f0722cdfd39e4
parent2fbcda9277b3590d95337ce7aa0b5c625674b5b2 (diff)
downloadgo-dc756965209dc195e7af465f0d2d2754190d8fb3.tar.gz
pkg/Makefile: disable netchan test to fix windows build
R=r CC=golang-dev http://codereview.appspot.com/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 da44167c3..910dd4188 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