[compiler-rt] r201416 - [asan] Disabled one more test on Android.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Feb 14 06:37:13 PST 2014


Author: eugenis
Date: Fri Feb 14 08:37:13 2014
New Revision: 201416

URL: http://llvm.org/viewvc/llvm-project?rev=201416&view=rev
Log:
[asan] Disabled one more test on Android.

Modified:
    compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc

Modified: compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc?rev=201416&r1=201415&r2=201416&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc Fri Feb 14 08:37:13 2014
@@ -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>





More information about the llvm-commits mailing list