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:
Kuba Mracek 2018-03-09 00:41:29 +00:00
parent 17d2ef90e0
commit ffb5014d9e
4 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,7 @@
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t
// UNSUPPORTED: win32
// UNSUPPORTED: android
#include <string.h>

View File

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

View File

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

View File

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