[compiler-rt] r251362 - [asan] Mark 5 tests unsupported on Android.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 15:19:50 PDT 2015
Author: eugenis
Date: Mon Oct 26 17:19:50 2015
New Revision: 251362
URL: http://llvm.org/viewvc/llvm-project?rev=251362&view=rev
Log:
[asan] Mark 5 tests unsupported on Android.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/stress_dtls.c
compiler-rt/trunk/test/asan/TestCases/Posix/coverage-caller-callee.cc
compiler-rt/trunk/test/asan/TestCases/coverage-levels.cc
compiler-rt/trunk/test/asan/TestCases/coverage-order-pcs.cc
compiler-rt/trunk/test/asan/TestCases/coverage-tracing.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/stress_dtls.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/stress_dtls.c?rev=251362&r1=251361&r2=251362&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/stress_dtls.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/stress_dtls.c Mon Oct 26 17:19:50 2015
@@ -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,
Modified: compiler-rt/trunk/test/asan/TestCases/Posix/coverage-caller-callee.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/coverage-caller-callee.cc?rev=251362&r1=251361&r2=251362&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/coverage-caller-callee.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/coverage-caller-callee.cc Mon Oct 26 17:19:50 2015
@@ -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
Modified: compiler-rt/trunk/test/asan/TestCases/coverage-levels.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/coverage-levels.cc?rev=251362&r1=251361&r2=251362&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/coverage-levels.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/coverage-levels.cc Mon Oct 26 17:19:50 2015
@@ -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)
Modified: compiler-rt/trunk/test/asan/TestCases/coverage-order-pcs.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/coverage-order-pcs.cc?rev=251362&r1=251361&r2=251362&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/coverage-order-pcs.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/coverage-order-pcs.cc Mon Oct 26 17:19:50 2015
@@ -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"); }
Modified: compiler-rt/trunk/test/asan/TestCases/coverage-tracing.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/coverage-tracing.cc?rev=251362&r1=251361&r2=251362&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/coverage-tracing.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/coverage-tracing.cc Mon Oct 26 17:19:50 2015
@@ -25,6 +25,7 @@
// RUN: rm -rf %T/coverage-tracing
//
// REQUIRES: asan-64-bits
+// UNSUPPORTED: android
#include <stdlib.h>
volatile int sink;
More information about the llvm-commits
mailing list