From 8fe7d1b3b655c1f04358374dd197a624e9bf8286 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 29 May 2014 23:34:47 +0000 Subject: 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 --- test/asan/TestCases/sanity_check_pure_c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/asan/TestCases/sanity_check_pure_c.c') 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 int main() { -- cgit v1.2.3