[tests] Disable some tests on Android due to missing APIs
authorMarek Habersack <grendel@twistedcode.net>
Tue, 21 Jul 2015 09:09:35 +0000 (11:09 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 21 Jul 2015 09:16:09 +0000 (11:16 +0200)
commit401571fa09c49d7fd13f625dfa04fca49d2c7322
tree64a56b1f89e58d10303f5a9e8f6524b015338945
parente8da6148279b3bc447618af4b5618e58c38e0a1c
[tests] Disable some tests on Android due to missing APIs

bionic doesn't have the following entries:

  setgrent
  getgrnam_r
  setpwent

API 21 in the NDK conditionally declares some of those but they are absent
from either libc.so or libc.a.
mcs/class/Mono.Posix/Test/Mono.Unix/UnixGroupTest.cs
mcs/class/Mono.Posix/Test/Mono.Unix/UnixUserTest.cs