[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.

llvm-svn: 327122
This commit is contained in:
Dan Liew 2018-03-09 12:26:29 +00:00
parent fcd6525a45
commit 3aa75a7f9b
1 changed files with 1 additions and 0 deletions

View File

@ -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