]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android
authorElias Naur <elias.naur@gmail.com>
Wed, 1 Jun 2016 18:58:02 +0000 (20:58 +0200)
committerElias Naur <elias.naur@gmail.com>
Wed, 1 Jun 2016 22:06:51 +0000 (22:06 +0000)
commit6de014b9e2a655e093c2e3b5617a90b97d66c152
tree80740aa10589064d28de0a77a11465886d549998
parentbbd1dcdf7da68a3759a2d86f851391c1ec974f77
misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android

Some tests cannot build for Android; use build tags and stubs to
skip them.

For #15919

Change-Id: Ieedcb73d4cabe23c3775cfb1d44c1276982dccd9
Reviewed-on: https://go-review.googlesource.com/23634
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/cgo/test/cgo_stubs_android_test.go [new file with mode: 0644]
misc/cgo/test/issue3775.go
misc/cgo/test/issue6997_linux.c
misc/cgo/test/issue6997_linux.go
misc/cgo/test/issue7978.go
misc/cgo/test/issue8694.go
misc/cgo/test/sigaltstack.go
src/cmd/dist/test.go