]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: skip TestCrossPackageTests on Android
authorBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 15:46:18 +0000 (10:46 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 16:41:26 +0000 (16:41 +0000)
commit5c9a96c420ce8eace6168defa0a8eff05c55ef60
treebd69f2c8a59cad405756909c169404d995932eab
parent2c86713303ba0aac0bf112e2f44f04d5fcd4bf42
misc/cgo/test: skip TestCrossPackageTests on Android

This test currently fails in the Android builders, with the message
pkg_test.go:64: go test -short: exec: "go": executable file not found in $PATH
(https://build.golang.org/log/39ec0da5bfb7793359e199cc8e358ca5a8257840)

I was not able to test this change, because I can't get 'gomote
create' to return an instance of anything Android. However, I will
watch the build dashboard after submitting to verify that the fix
works.

Updates #30228

Android appears to lack a 'go' command in the.

Change-Id: Ieacac7f50d19e2cfef2f5d60e79a159e55b5cfa8
Reviewed-on: https://go-review.googlesource.com/c/164097
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Elias Naur <mail@eliasnaur.com>
misc/cgo/test/pkg_test.go