From 1f433c4909dd21b31269d42ca116187d1bdc55fc Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 9 Mar 2018 12:26:29 +0000 Subject: [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 --- test/asan/TestCases/strcat-overlap.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/asan') 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 -- cgit v1.2.3