mirror of
https://github.com/golang/go
synced 2024-11-21 16:14:42 -07:00
pkg/Makefile: disable netchan test to fix windows build
R=r CC=golang-dev https://golang.org/cl/2225042
This commit is contained in:
parent
7757fcc17a
commit
289432daff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user