]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip TestGoTestJSON on uniprocessor machines
authorDavid du Colombier <0intro@gmail.com>
Fri, 10 Nov 2017 20:46:41 +0000 (21:46 +0100)
committerDavid du Colombier <0intro@gmail.com>
Sat, 11 Nov 2017 06:17:48 +0000 (06:17 +0000)
commitf01b928aad6a6f35b033a31f495e9a0c2d38770d
tree81a3e93eeba43000a018b0ef10570e20fedd3857
parentc19abe30a00058dbf0950f30d5b7c2e451e676a3
cmd/go: skip TestGoTestJSON on uniprocessor machines

CL 76873 added TestGoTestJSON. However, this test
is only succeeding on SMP machines.

This change skips TestGoTestJSON on uniprocessor machines.

Fixes #22665.

Change-Id: I3989d3331fb71193a25a3f0bbb84ff3e1b730890
Reviewed-on: https://go-review.googlesource.com/77130
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go