]> Cypherpunks repositories - gostls13.git/commit
cmd/api: skip tests when 'os/exec' is supported but 'go build' is not
authorBryan C. Mills <bcmills@google.com>
Mon, 31 Oct 2022 18:58:40 +0000 (14:58 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 31 Oct 2022 19:20:21 +0000 (19:20 +0000)
commit3aebf682e4928ab490b64b3ba6729c78c9d066ba
tree28009f1b7455de58ed0c3fb2d30a7531a1a429aa
parent0a6c4c87404ecb018faf002919e5d5db04c69ee2
cmd/api: skip tests when 'os/exec' is supported but 'go build' is not

This may fix the android-.*-emu builders, which are currently broken.

For #47257.

Change-Id: I370dad2cb8031f8f5fdfbeb9c284c4f79f58d929
Reviewed-on: https://go-review.googlesource.com/c/go/+/446638
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/cmd/api/goapi_test.go