]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip external tests on freebsd-arm builder
authorRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 14:19:12 +0000 (10:19 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 16:13:37 +0000 (16:13 +0000)
commit7d9faaa19f4870ed0ac92af26f5552a09a504218
treecf710a7bca1830e577e916b715b7b621fde2540d
parent7721ac053599ff0f7e5db6ab5f0caa77a7ff4bf9
cmd/go: skip external tests on freebsd-arm builder

It is just far too slow.
I have a CL for Go 1.6 that makes many of these into internal tests.
That will improve the coverage.

It does not matter much, because basically none of the go command
tests are architecture dependent, so the other builders will catch
any problems.

Fixes freebsd-arm builder.

Change-Id: I8b2f6ac2cc1e7657019f7731c6662dc43e20bfb5
Reviewed-on: https://go-review.googlesource.com/13166
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go