mirror of
https://github.com/golang/go
synced 2024-11-25 10:38:00 -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+=http # no network
|
||||||
NOTEST+=log # no runtime.Caller
|
NOTEST+=log # no runtime.Caller
|
||||||
NOTEST+=net # no network
|
NOTEST+=net # no network
|
||||||
|
NOTEST+=netchan # no network
|
||||||
NOTEST+=os # many things unimplemented
|
NOTEST+=os # many things unimplemented
|
||||||
NOTEST+=os/signal # no signals
|
NOTEST+=os/signal # no signals
|
||||||
NOTEST+=path # tree walking does not work
|
NOTEST+=path # tree walking does not work
|
||||||
|
Loading…
Reference in New Issue
Block a user