]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip external tests on plan9/arm
authorDavid du Colombier <0intro@gmail.com>
Sun, 28 Jan 2018 18:58:25 +0000 (19:58 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 28 Jan 2018 19:54:48 +0000 (19:54 +0000)
commit5af1e7d78e7678db93f12fecc9f0454f7fa2eba9
tree9d9707ab4bc0625adcd4735b14e852c014df9d2c
parent00587e898802bbceb5e86453245f232488ad2356
cmd/go: skip external tests on plan9/arm

CL 13166, CL 13342 and CL 33425 skipped external tests
on freebsd/arm, linux/arm and linux/mips.

This CL does the same for plan9/arm to reduce test time
on plan9/arm and prevent the Go builder to time out.

Change-Id: I16fcc5d8010a354f480673b8c4a8a11dbc833557
Reviewed-on: https://go-review.googlesource.com/90416
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go