1
0
mirror of https://github.com/golang/go synced 2024-11-08 08:56:16 -07:00
go/src/cmd
David du Colombier f01b928aad 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>
2017-11-11 06:17:48 +00:00
..
addr2line
api
asm runtime: improve IndexByte for ppc64x 2017-11-06 21:56:18 +00:00
buildid cmd/buildid: add new tool factoring out code needed by go command 2017-10-11 18:16:02 +00:00
cgo cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC 2017-11-06 20:20:37 +00:00
compile cmd/compile: replace opnames with stringer 2017-11-10 10:56:22 +00:00
cover cmd/cover: don't try to attach directives to synthetic decls 2017-10-17 22:14:28 +00:00
dist cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags 2017-11-09 15:04:04 +00:00
doc
fix
go cmd/go: skip TestGoTestJSON on uniprocessor machines 2017-11-11 06:17:48 +00:00
gofmt
internal cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386 2017-11-10 20:11:20 +00:00
link cmd/compile: do not write slices/strings > 2g 2017-11-09 18:50:22 +00:00
nm cmd/internal/goobj: accept int64 in readInt 2017-11-01 18:23:58 +00:00
objdump cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386 2017-11-10 20:11:20 +00:00
pack
pprof
test2json cmd/test2json: document time.Time JSON format 2017-11-10 18:17:38 +00:00
trace cmd/trace: fix a javascript bug in handling import error 2017-10-20 16:34:50 +00:00
vendor cmd/vendor/.../pprof: do not run test that opens web browser 2017-11-10 01:42:10 +00:00
vet cmd/vet: don't warn on escaped newlines in Println 2017-11-10 09:08:06 +00:00