]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: skip Setgid test on Android
authorElias Naur <mail@eliasnaur.com>
Sun, 7 Apr 2019 22:16:40 +0000 (00:16 +0200)
committerElias Naur <mail@eliasnaur.com>
Mon, 8 Apr 2019 05:56:14 +0000 (05:56 +0000)
commit9017b6149e0fcac8b60e5b755cddb98ea37daaf9
tree5e54cba6d943208a79c44381aa6d8805dcd763ea
parentef38e21eb58abe9c37b52bf5cabc115bb3dd3ebc
misc/cgo/test: skip Setgid test on Android

The setgid syscall is blocked on Android in app context.

Change-Id: I1ff25840bbc25d472ad4e29eb1b51f183a6c4392
Reviewed-on: https://go-review.googlesource.com/c/go/+/170949
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/cgo_linux_test.go