summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/double-free.cc
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@codeaurora.org>2014-06-06 18:06:58 +0000
committerGreg Fitzgerald <gregf@codeaurora.org>2014-06-06 18:06:58 +0000
commit9a3d2cc3688d07bf2ac97b804a9003f83d63399b (patch)
tree4341691817635569e3e9c749adda26ff6fa48d82 /test/asan/TestCases/double-free.cc
parentcf9bde46d40f4749a101d78576d4527747698877 (diff)
Un-xfail passing ARM Android tests
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/double-free.cc')
-rw-r--r--test/asan/TestCases/double-free.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/double-free.cc b/test/asan/TestCases/double-free.cc
index 27f188a1d..212d7eaa5 100644
--- a/test/asan/TestCases/double-free.cc
+++ b/test/asan/TestCases/double-free.cc
@@ -4,7 +4,7 @@
// Also works if no malloc context is available.
// RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s
// RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s
-// XFAIL: arm
+// XFAIL: arm-linux-gnueabi
#include <stdlib.h>
#include <string.h>