[asan] Mark 5 tests unsupported on Android.

llvm-svn: 251362
This commit is contained in:
Evgeniy Stepanov 2015-10-26 22:19:50 +00:00
parent fb38728241
commit f0344626d2
5 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// REQUIRES: asan-64-bits
// UNSUPPORTED: android
// Stress test dynamic TLS + dlopen + threads.
//
// Note that glibc 2.15 seems utterly broken on this test,

View File

@ -11,6 +11,7 @@
// RUN: rm -f caller-callee*.sancov
//
// REQUIRES: asan-64-bits
// UNSUPPORTED: android
//
// CHECK-10-1: CovDump: 10 caller-callee pairs written
// CHECK-9-2: CovDump: 18 caller-callee pairs written

View File

@ -16,7 +16,7 @@
// RUN: %env_asan_opts=coverage=1:coverage_pcs=0:verbosity=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK3_NOPCS
//
// REQUIRES: asan-64-bits
// UNSUPPORTED: android
volatile int sink;
int main(int argc, char **argv) {
if (argc == 0)

View File

@ -20,6 +20,7 @@
// RUN: rm -rf $DIR
// Ordering works only in 64-bit mode for now.
// REQUIRES: asan-64-bits
// UNSUPPORTED: android
#include <stdio.h>
void foo() { fprintf(stderr, "FOO\n"); }

View File

@ -25,6 +25,7 @@
// RUN: rm -rf %T/coverage-tracing
//
// REQUIRES: asan-64-bits
// UNSUPPORTED: android
#include <stdlib.h>
volatile int sink;