forked from OSchip/llvm-project
Mark the -overlap tests are "UNSUPPORTED: android". Android test harness doesn't know how to handle suppression files.
llvm-svn: 327091
This commit is contained in:
parent
17d2ef90e0
commit
ffb5014d9e
|
@ -27,6 +27,7 @@
|
|||
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t
|
||||
|
||||
// UNSUPPORTED: win32
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
// RUN: echo "interceptor_name:strcpy" > %t.supp
|
||||
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t
|
||||
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
// RUN: echo "interceptor_name:strncat" > %t.supp
|
||||
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t
|
||||
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
// RUN: echo "interceptor_name:strncpy" > %t.supp
|
||||
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t
|
||||
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue