summaryrefslogtreecommitdiff
path: root/test/asan
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2018-03-09 12:26:29 +0000
committerDan Liew <dan@su-root.co.uk>2018-03-09 12:26:29 +0000
commit1f433c4909dd21b31269d42ca116187d1bdc55fc (patch)
treeec59d99e18835a14af5e69d081ebdddd745fd79f /test/asan
parentf7e699a4e81cf30591a0226d737b1335da44148b (diff)
[asan] Try to unbreak arm build bots by only running the test on
x86_64 and x86_64H (and not in the iOS simulator) where it seems to work. We need to properly fix the test when time permits. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@327122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan')
-rw-r--r--test/asan/TestCases/strcat-overlap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/strcat-overlap.cc b/test/asan/TestCases/strcat-overlap.cc
index cafd13422..fa1f72525 100644
--- a/test/asan/TestCases/strcat-overlap.cc
+++ b/test/asan/TestCases/strcat-overlap.cc
@@ -26,6 +26,7 @@
// RUN: echo "interceptor_name:strcat" > %t.supp
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t
+// REQUIRES: (target-is-x86_64 || target-is-x86_64h) && !ios
// UNSUPPORTED: win32
// UNSUPPORTED: android