]> Cypherpunks repositories - gostls13.git/commit
syscall: skip an unsupported test case on android
authorBen Shi <powerman1st@163.com>
Wed, 29 Aug 2018 03:24:13 +0000 (03:24 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 29 Aug 2018 03:58:42 +0000 (03:58 +0000)
commit225981f8e78b6755bbe34c2e5d035a534ed1b25d
tree6a3a97521d791098a7951ed5896dae85a5844dea
parent618bfb28dc02c410659312f38cd3500352ba15ed
syscall: skip an unsupported test case on android

Lookup is not supported on android, and the test
syscall/exec_linux_test.go which relies on it will fail on
android/arm64.

Fixes #27327

Change-Id: I6fdb8992d4634ac7e3689360ff114e9431b5e90c
Reviewed-on: https://go-review.googlesource.com/131995
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/exec_linux_test.go