]> Cypherpunks repositories - gostls13.git/commitdiff
all-qemu.bash: cannot test go/build
authorRuss Cox <rsc@golang.org>
Mon, 20 Jun 2011 21:44:36 +0000 (17:44 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 20 Jun 2011 21:44:36 +0000 (17:44 -0400)
R=adg, r
CC=golang-dev
https://golang.org/cl/4633054

src/all-qemu.bash

index 6d5cd6eddfe398249fedf44ad4c089ab4d127c43..c7079ba13939be666e7feeff7f3cad35f9957147 100755 (executable)
@@ -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