]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip external tests on linux/arm
authorDave Cheney <dave@cheney.net>
Fri, 7 Aug 2015 01:15:54 +0000 (11:15 +1000)
committerDave Cheney <dave@cheney.net>
Tue, 15 Sep 2015 03:57:49 +0000 (03:57 +0000)
commitaf261a5c853914d60bcad2232c9377e63c467644
tree1cb9e568703f422227cd05c4d6f748df25d8ffb2
parentd7c12042bf061a861a9217cfcb199e9d35df393e
cmd/go: skip external tests on linux/arm

CL 13166 skipped external tests on freebsd/arm with the rationale
that the cmd/go tests are not architecture dependent.

This CL does the same for linux/arm to help linux/arm users who are
building Go on platforms like the Raspberry Pi where ./all.bash
frequently times out due to a lack of resources.

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