build: skip cgo test on arm

Update #4961.

R=golang-dev
CC=golang-dev
https://golang.org/cl/7451044
This commit is contained in:
Russ Cox 2013-03-01 15:01:26 -05:00
parent 3611553c3b
commit e02168f659
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ go run $GOROOT/test/run.go - .
[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == openbsd ] || # issue 4878
[ "$GOARCH" == arm ] || # issue 4961
(xcd ../misc/cgo/test
go test
) || exit $?