mirror of
https://github.com/golang/go
synced 2024-11-21 19:34:46 -07:00
fix build - no netchan tests under NaCl
TBR=r CC=golang-dev https://golang.org/cl/1230042
This commit is contained in:
parent
4a3cb1ad2f
commit
b629687f79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user