]> Cypherpunks repositories - gostls13.git/commit
test: recognize cgo build tag
authorIan Lance Taylor <iant@golang.org>
Wed, 24 Mar 2021 20:16:42 +0000 (13:16 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 24 Mar 2021 21:19:57 +0000 (21:19 +0000)
commit63e9f6d5f022a1149a10ddfcc5801aa19ba33223
treef196675bdf109cdfb490038fbb8093e7036eb918
parentdade83a588feace6af9882500f2282c8a83f54d0
test: recognize cgo build tag

This requires us to add a fake argument to issue36705.go so that the
test driver will build it with "go run" rather than "go tool compile".

Change-Id: Id08b97d898ee3e9d6c1fbb072a0a9317ed9faedd
Reviewed-on: https://go-review.googlesource.com/c/go/+/304569
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/fixedbugs/issue36705.go
test/run.go