summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common')
-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>