From c22f806da90f00903009e2d448ace58b890ee50b Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Fri, 14 Feb 2014 14:37:13 +0000 Subject: [asan] Disabled one more test on Android. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201416 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/asan/TestCases/atexit_stats.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/asan/TestCases/atexit_stats.cc') diff --git a/test/asan/TestCases/atexit_stats.cc b/test/asan/TestCases/atexit_stats.cc index e3b1269d2..eaa1beb47 100644 --- a/test/asan/TestCases/atexit_stats.cc +++ b/test/asan/TestCases/atexit_stats.cc @@ -1,6 +1,11 @@ // Make sure we report atexit stats. // RUN: %clangxx_asan -O3 %s -o %t // RUN: ASAN_OPTIONS=atexit=1:print_stats=1 %t 2>&1 | FileCheck %s +// +// No atexit output on Android due to +// https://code.google.com/p/address-sanitizer/issues/detail?id=263 +// XFAIL: android + #include #if !defined(__APPLE__) #include -- cgit v1.2.3