From: Russ Cox Date: Wed, 19 May 2010 06:25:07 +0000 (-0700) Subject: fix build - no netchan tests under NaCl X-Git-Tag: weekly.2010-05-27~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b629687f791b697140beb69d33a4e521a71b5ba8;p=gostls13.git fix build - no netchan tests under NaCl TBR=r CC=golang-dev https://golang.org/cl/1230042 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 6458dcd992..7337951ae5 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -162,6 +162,7 @@ NOTEST+=exec # no pipe NOTEST+=http # no network NOTEST+=log # no runtime.Caller NOTEST+=net # no network +NOTEST+=netchan # no network NOTEST+=os # many things unimplemented NOTEST+=os/signal # no signals NOTEST+=path # tree walking does not work