]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip broken cgo race tests on darwin
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 12 Sep 2016 18:36:02 +0000 (11:36 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 14 Sep 2016 16:51:30 +0000 (16:51 +0000)
commit059ada596ca5d510d1e1755b3b6dafa036195fb0
tree11e0e9267beb5b8d5905b1634aac0e3046bdc3d2
parent2e675142dd269348da992c1862a28e56e0a87eb6
cmd/dist: skip broken cgo race tests on darwin

CL 26668 exposed #17065.
Skip the cgo race tests on darwin for now.

Updates #17065

Change-Id: I0ad0ce2ff1af6d515b8ce6184ddeabc49806950f
Reviewed-on: https://go-review.googlesource.com/29077
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go