From: Russ Cox Date: Mon, 20 Jun 2011 21:44:36 +0000 (-0400) Subject: all-qemu.bash: cannot test go/build X-Git-Tag: weekly.2011-06-23~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4bbe9d87d77d871fa36095882117ff1316e12936;p=gostls13.git all-qemu.bash: cannot test go/build R=adg, r CC=golang-dev https://golang.org/cl/4633054 --- diff --git a/src/all-qemu.bash b/src/all-qemu.bash index 6d5cd6eddf..c7079ba139 100755 --- a/src/all-qemu.bash +++ b/src/all-qemu.bash @@ -8,7 +8,8 @@ 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 os" # 64-bit seek fails