]> Cypherpunks repositories - gostls13.git/commit
syscall: skip TestSyscallNoError on rooted android/arm
authorBen Shi <powerman1st@163.com>
Thu, 30 Aug 2018 10:08:34 +0000 (10:08 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 30 Aug 2018 11:14:39 +0000 (11:14 +0000)
commitc624f8ff704cd682c0a66a8213c326510800bd8a
treec64d75f12eb227d070627ff86fb43132445d8ef9
parentbfaffb4e23b956caf6b546c49bd1f28c358d9e2d
syscall: skip  TestSyscallNoError on rooted android/arm

The system call geteuid can not work properly on android, which
causes a test case failed on rooted android/arm.

This CL disables the test case on android.

Fixes #27364

Change-Id: Ibfd33ef8cc1dfe8822c8be4280eae12ee30929c1
Reviewed-on: https://go-review.googlesource.com/132175
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/syscall/syscall_linux_test.go