]> Cypherpunks repositories - gostls13.git/commit
cmd/go: deflake TestGoTestJSON further
authorRuss Cox <rsc@golang.org>
Mon, 13 Nov 2017 15:44:32 +0000 (10:44 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 01:26:20 +0000 (01:26 +0000)
commitc2eb9454a99543281702413fdb8267366870ce48
treeea66c0ec08f248cf4ebb5234e93970eccfb5ae7f
parentb9ebc675b31303cb22da5aa39ef7cbd208d83010
cmd/go: deflake TestGoTestJSON further

Even after disabling on 1-CPU systems, builders are still flaking too often.
Unless there are at least 4 CPUs, don't require test interlacing at all.

Fixes #22665 (again).

Change-Id: Ief792c496c1ee70939532e6ca8bef012fe78178e
Reviewed-on: https://go-review.googlesource.com/77310
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/go_test.go