misc/cgo/test: make sure we run TestCrossPackageTests with appropriate options #31083
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
In https://golang.org/cl/163418 we started running several of the tests in misc/cgo/test via a separate invocation of
go test
. In cmd/dist we run the tests in misc/cgo/test with several different-linkmode
options; see(*tester).cgoTest
in cmd/dist/test.go. But as far as I can see those different options are not being carried through the separate invocation ofgo test
inTestCrossPackageTests
, so we are no longer testing all the cases we did before.This issue is to make sure that we run those tests with the appropriate options.
CC @bcmills
The text was updated successfully, but these errors were encountered: