XFAIL getusershell.cc on Android.
authorMatt Morehouse <mascasa@google.com>
Fri, 11 Jan 2019 17:26:11 +0000 (17:26 +0000)
committerMatt Morehouse <mascasa@google.com>
Fri, 11 Jan 2019 17:26:11 +0000 (17:26 +0000)
Android does not implement [set|get|end]usershell().

llvm-svn: 350935

compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc

index 6ad1c5b..5654423 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
 
+// XFAIL: android
+
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>