summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2019-01-11 17:26:11 +0000
committerMatt Morehouse <mascasa@google.com>2019-01-11 17:26:11 +0000
commitbd3acec0513387fe9cefb5b21d9772873017538a (patch)
tree66a5170e34756a060348ef158924b2ec76477ebc
parent969bbb9cd5bc1401df9878af4fce201d1e928387 (diff)
downloadcompiler-rt-bd3acec0513387fe9cefb5b21d9772873017538a.tar.gz
XFAIL getusershell.cc on Android.
Android does not implement [set|get|end]usershell(). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@350935 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/sanitizer_common/TestCases/Posix/getusershell.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/getusershell.cc b/test/sanitizer_common/TestCases/Posix/getusershell.cc
index 6ad1c5bd1..565442355 100644
--- a/test/sanitizer_common/TestCases/Posix/getusershell.cc
+++ b/test/sanitizer_common/TestCases/Posix/getusershell.cc
@@ -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>