]> Cypherpunks repositories - gostls13.git/commit
cmd/go: import runtime/cgo into darwin/arm64 tests
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 27 Jul 2015 22:02:45 +0000 (18:02 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Tue, 28 Jul 2015 03:19:25 +0000 (03:19 +0000)
commitfd9b9c31fb51db2b515a2bbababaa6c3567e5854
treee13509e6246468c5b3835b268a16ead6749abe69
parent22936858b9b263f69707246a7527115bbd7d0b95
cmd/go: import runtime/cgo into darwin/arm64 tests

Until cl/12721 and cl/12574, all standard library tests included
runtime/cgo on darwin/arm64 by virtue of package os including it. Now
that is no longer true, runtime/cgo needs to be added by the go tool
just as it is for darwin/arm. (This installs the Mach exception
handler used to properly handle EXC_BAD_ACCESS.)

Fixes #11901

Change-Id: I991525f46eca5b0750b93595579ebc0ff10e47eb
Reviewed-on: https://go-review.googlesource.com/12723
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/test.go