[asan] Disabled one more test on Android.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 14 Feb 2014 14:37:13 +0000 (14:37 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 14 Feb 2014 14:37:13 +0000 (14:37 +0000)
llvm-svn: 201416

compiler-rt/test/asan/TestCases/atexit_stats.cc

index e3b1269..eaa1beb 100644 (file)
@@ -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>