summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/printf-5.c
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-09 11:34:40 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-09 11:34:40 +0000
commite68f32a01905cdfe73b9f3f3c9bda76d620a2c48 (patch)
treead5cb61212fbc1a4e8697b2a6c94f9a4311042c0 /test/asan/TestCases/printf-5.c
parent3ff83542d498ec586da82386cf6c0be0361e1fa6 (diff)
XFAIL some more sanitiser ARMv7l tests
Some more tests failing on the ARMv7 buildbot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/printf-5.c')
-rw-r--r--test/asan/TestCases/printf-5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/printf-5.c b/test/asan/TestCases/printf-5.c
index ac2c1c4b2..25095514e 100644
--- a/test/asan/TestCases/printf-5.c
+++ b/test/asan/TestCases/printf-5.c
@@ -6,6 +6,7 @@
// FIXME: printf is not intercepted on Windows yet.
// XFAIL: win32
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <stdio.h>
#include <string.h>