]> Cypherpunks repositories - gostls13.git/commit
cmd/go: run darwin/arm64 tests sequentially
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 11 Apr 2015 23:41:26 +0000 (19:41 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 13 Apr 2015 11:57:34 +0000 (11:57 +0000)
commit2ce82c6c65ce07f85523a05ec7cf94332e496452
tree4a98c944525d66fd2ec08d6833306508adfae6a2
parent7db8835a5063248ce1e8db53a93706a2f5fc51dd
cmd/go: run darwin/arm64 tests sequentially

Just like darwin/arm, the test devices can only install and execute
a single app at a time.

Change-Id: I74e6130ef83537c465b4585a366d02953fd907bf
Reviewed-on: https://go-review.googlesource.com/8827
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/go/build.go