1
0
mirror of https://github.com/golang/go synced 2024-11-19 16:04:48 -07:00

all-qemu.bash: cannot test go/build

R=adg, r
CC=golang-dev
https://golang.org/cl/4633054
This commit is contained in:
Russ Cox 2011-06-20 17:44:36 -04:00
parent 9ee83f546f
commit 4bbe9d87d7

View File

@ -8,7 +8,8 @@
export NOTEST="" export NOTEST=""
NOTEST="$NOTEST big" # xxx NOTEST="$NOTEST big" # just slow
NOTEST="$NOTEST go/build" # wants to run cgo
NOTEST="$NOTEST http net rpc syslog websocket" # no localhost network NOTEST="$NOTEST http net rpc syslog websocket" # no localhost network
NOTEST="$NOTEST os" # 64-bit seek fails NOTEST="$NOTEST os" # 64-bit seek fails