]> Cypherpunks repositories - gostls13.git/commitdiff
pkg/Makefile: disable netchan test to fix windows build
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 18 Sep 2010 01:09:08 +0000 (11:09 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 18 Sep 2010 01:09:08 +0000 (11:09 +1000)
R=r
CC=golang-dev
https://golang.org/cl/2225042

src/pkg/Makefile

index da44167c3471ebdf35eb54a4432c8e144fcd5b3d..910dd41889b3fdef7aacbd458075abfb0403ad0b 100644 (file)
@@ -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