summaryrefslogtreecommitdiff
path: root/compiler-rt
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
commit68255c8c89c81a235597ee22f484f7f494a99810 (patch)
tree44d7e810c16adcaeb0fd4c80742fdcf05cc2f529 /compiler-rt
parent4b68a599b2ca5e6b5f29a8e29bdabd6725373136 (diff)
XFAIL getusershell.cc on Android.
Android does not implement [set|get|end]usershell().
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc
index 6ad1c5bd17a..56544235500 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc
+++ b/compiler-rt/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>