]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add some parallelism to the testsuite
authorIan Lance Taylor <iant@golang.org>
Wed, 10 Jun 2015 21:40:47 +0000 (14:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 11 Jun 2015 18:39:14 +0000 (18:39 +0000)
commit06ef022ba33a19d99ba86aff17c1c31a511c2481
treec4ce17eca679d0b8a65fed5a385c81b9158e1152
parent9850886fe97ee28b976807f9bec76217662db896
cmd/go: add some parallelism to the testsuite

As these tests were originally in bash, they are not designed to be
particularly hermetic.  This CL adds various protective mechanisms to
try to catch cases where the tests can not run in parallel.

Change-Id: I983bf7b6ffba04eda58b4939eb89b0bdfcda8eff
Reviewed-on: https://go-review.googlesource.com/10911
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/go_test.go