]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: execute misc/cgo/testso{,var} as regular tests, not host tests
authorBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 17:14:59 +0000 (12:14 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 17:36:09 +0000 (17:36 +0000)
commitc81b830023d33b51384f14245bee195c65c1f7b8
tree83898431167a241b7cfa3135778947746d183695
parent5c9a96c420ce8eace6168defa0a8eff05c55ef60
cmd/dist: execute misc/cgo/testso{,var} as regular tests, not host tests

These tests use runtime.GOOS and runtime.GOARCH to determine whether
to run, so must be built and run using the destination's — not the
host's — GOOS and GOARCH.

Updates #30228

Change-Id: I6774dacd01c68b395fca8ca61f70d5879270af8a
Reviewed-on: https://go-review.googlesource.com/c/164117
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/dist/test.go