summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strncpy-overflow.cc
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/strncpy-overflow.cc
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/strncpy-overflow.cc')
-rw-r--r--test/asan/TestCases/strncpy-overflow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/strncpy-overflow.cc b/test/asan/TestCases/strncpy-overflow.cc
index 0d70b7997..1c6eb8c6e 100644
--- a/test/asan/TestCases/strncpy-overflow.cc
+++ b/test/asan/TestCases/strncpy-overflow.cc
@@ -4,6 +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
#include <string.h>
#include <stdlib.h>