summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/ill.cc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-12-15 01:05:35 +0000
committerKostya Serebryany <kcc@google.com>2015-12-15 01:05:35 +0000
commitf6ee19d8cd0d7bf52fbd6994c162622b74580054 (patch)
tree25e0ce6ceb58496eb2bf3abf32aa9d26dc322df9 /test/sanitizer_common/TestCases/Linux/ill.cc
parentc0faabc2e40073acb8d06619a904a3b547b4541f (diff)
[asan] try to fix ARM bots
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@255594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/ill.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/ill.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/ill.cc b/test/sanitizer_common/TestCases/Linux/ill.cc
index 5b927627e..1edad4817 100644
--- a/test/sanitizer_common/TestCases/Linux/ill.cc
+++ b/test/sanitizer_common/TestCases/Linux/ill.cc
@@ -8,6 +8,8 @@
// XFAIL: lsan
// XFAIL: tsan
//
+// FIXME: seems to fail on ARM
+// REQUIRES: x86_64-supported-target
#include <assert.h>
#include <stdio.h>
#include <sanitizer/asan_interface.h>