summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strncpy-overflow.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/strncpy-overflow.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/strncpy-overflow.cc')
-rw-r--r--test/asan/TestCases/strncpy-overflow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/strncpy-overflow.cc b/test/asan/TestCases/strncpy-overflow.cc
index 1c6eb8c6e..8001047c5 100644
--- a/test/asan/TestCases/strncpy-overflow.cc
+++ b/test/asan/TestCases/strncpy-overflow.cc
@@ -4,7 +4,7 @@
// RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
// REQUIRES: compiler-rt-optimized
-// XFAIL: arm
+// XFAIL: arm-linux-gnueabi
#include <string.h>
#include <stdlib.h>