]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: don't run TestGo2C2Go on Darwin
authorIan Lance Taylor <iant@golang.org>
Mon, 3 Dec 2018 19:23:15 +0000 (11:23 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 3 Dec 2018 19:37:57 +0000 (19:37 +0000)
commitcef41e0d4b121ed31173a613039c32f5dd2e07f5
tree3b42884ce99225792f1a00f481616411264fc14a
parent4a1a783ddafd1ac2349d07292f7a00816e50a4e5
misc/cgo/testcshared: don't run TestGo2C2Go on Darwin

Darwin doesn't support the multiple copies of the runtime package
implied by linking a c-shared library into a Go program.

Updates #29061

Change-Id: I6cf5d00babf82f1de05689c1345aaa5ae0b0659c
Reviewed-on: https://go-review.googlesource.com/c/152159
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testcshared/cshared_test.go