]> Cypherpunks repositories - gostls13.git/commit
cmd/go: parallellize more test cases
authorMichael Matloob <matloob@golang.org>
Thu, 26 Dec 2019 20:03:12 +0000 (15:03 -0500)
committerMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 17:26:08 +0000 (17:26 +0000)
commit57b22c51162035a52fdf09f043b1fed63faa28bc
treee9b318624794b94d9816b610dc65c4129120b7de
parentdb66972359073ce2f83c9863d77444eca5a73006
cmd/go: parallellize more test cases

Sprinkle in some more calls to tg.Parallel in the cmd/go
tests. These are the easy cases that don't operate in the
testdata directory.

I think the best thing to do for those tests that do operate
in testdata is to use the script tests. They're easier to
read and write, and jump into t.Parallel immediately.

Updates #17751

Change-Id: If8aeb8129cfdc0a9aa91f5a540f179790077fce5
Reviewed-on: https://go-review.googlesource.com/c/go/+/212618
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go