]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: do not run race detector tests on netbsd
authorBenny Siegert <bsiegert@gmail.com>
Mon, 27 Aug 2018 13:16:38 +0000 (13:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 27 Aug 2018 15:11:45 +0000 (15:11 +0000)
commit7334904e43005f930a776c793d54e03d13e62b30
treef3fed2426849587c12d389ad2cfd8237d09cc9d5
parent42cc4ca30a7729a4c6d1bb0bbbc3e4a736ef91c8
cmd/dist: do not run race detector tests on netbsd

The race detector is not fully functional on NetBSD yet. Without
this change, all.bash fails in TestOutput.

This unbreaks the netbsd-amd64 builder.

Update #26403
Fixes #27268

Change-Id: I2c7015692d3632aa1037f40155d4fc5c7bb1d8c3
Reviewed-on: https://go-review.googlesource.com/131555
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go