]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: enable cgo and PIE tests on android/arm64
authorCherry Zhang <cherryyz@google.com>
Wed, 26 Feb 2020 15:24:39 +0000 (10:24 -0500)
committerCherry Zhang <cherryyz@google.com>
Thu, 27 Feb 2020 01:41:50 +0000 (01:41 +0000)
commitaf1f3b008281c61c54a5d203ffb69334b7af007c
treecda897a708f44ad37e30103fd8334bb04849be7a
parentc70f069902c8dc4c76003eb494e549bafdd3313e
cmd/dist: enable cgo and PIE tests on android/arm64

Now that android/arm64 supports internal linking PIE, enable the
test. While here, I realized that some cgo tests are also not
enabled on android/arm64. Enable them as well. Let's see if it
works.

Change-Id: Ibf186fe402ebf0bbec82873fd56d0eb752b48180
Reviewed-on: https://go-review.googlesource.com/c/go/+/221099
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go