diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/atexit_stats.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/atexit_stats.cc b/compiler-rt/test/asan/TestCases/atexit_stats.cc index e3b1269d25c..eaa1beb47d8 100644 --- a/compiler-rt/test/asan/TestCases/atexit_stats.cc +++ b/compiler-rt/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 <stdlib.h> #if !defined(__APPLE__) #include <malloc.h> |

