summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/sanity_check_pure_c.c
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@codeaurora.org>2014-05-29 23:34:47 +0000
committerGreg Fitzgerald <gregf@codeaurora.org>2014-05-29 23:34:47 +0000
commit8fe7d1b3b655c1f04358374dd197a624e9bf8286 (patch)
treee2e23c160feb1cc118adb61dfe40a7ce820cef4b /test/asan/TestCases/sanity_check_pure_c.c
parent13d24cf56f9cac2994ba6e77f9f6e95217a0d825 (diff)
Mark currently failing ARM tests with XFAIL.
Differential Revision: http://reviews.llvm.org/D3857 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/sanity_check_pure_c.c')
-rw-r--r--test/asan/TestCases/sanity_check_pure_c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/sanity_check_pure_c.c b/test/asan/TestCases/sanity_check_pure_c.c
index 0ec86af5d..43d795de8 100644
--- a/test/asan/TestCases/sanity_check_pure_c.c
+++ b/test/asan/TestCases/sanity_check_pure_c.c
@@ -5,6 +5,7 @@
// Sanity checking a test in pure C with -pie.
// RUN: %clang_asan -O2 %s -pie -fPIE -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
+// XFAIL: arm
#include <stdlib.h>
int main() {