forked from OSchip/llvm-project
[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:
parent
fcd6525a45
commit
3aa75a7f9b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue