]> Cypherpunks repositories - gostls13.git/commit
cmd/go: go test -race -i runtime/race must not install race-enabled cmd/cgo
authorRuss Cox <rsc@golang.org>
Tue, 14 Jul 2015 05:14:08 +0000 (01:14 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 04:27:17 +0000 (04:27 +0000)
commit6ab582a80d329e69fb5c2e61eb72512131e17b4a
treee1581674e43d1226939e611ef3964f71f2338379
parent91a480c3252c8d67540f41e1761abd7834027d7a
cmd/go: go test -race -i runtime/race must not install race-enabled cmd/cgo

Fix now uses same test as 'go build'.

Fixes #10500.

Change-Id: I2fcf2d95430643370aa29165d89a188988dee446
Reviewed-on: https://go-review.googlesource.com/12174
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/go/go_test.go
src/cmd/go/test.go