]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: execute cgo_stdio and cgo_life as host tests
authorBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 18:02:04 +0000 (13:02 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 18:18:04 +0000 (18:18 +0000)
commit1413e94178748d369391cb700d76ff4abdd5cf63
tree0222d61abcfd5f0acecfff7ea1ff157151127a40
parent58bf401293bd1de3740613f586b5b970dc991d39
cmd/dist: execute cgo_stdio and cgo_life as host tests

Now that these tests are written in Go, they must be run in host mode
in order to be able to exec `go run` as a subprocess.

Updates #30228

Change-Id: Ibedf86a8e18ae1b6f583c1bbdcb99d19c8e01744
Reviewed-on: https://go-review.googlesource.com/c/164137
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go