summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/atexit_stats.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/atexit_stats.cc')
-rw-r--r--test/asan/TestCases/atexit_stats.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asan/TestCases/atexit_stats.cc b/test/asan/TestCases/atexit_stats.cc
index 42a3fbf23f556..f0b5830b405aa 100644
--- a/test/asan/TestCases/atexit_stats.cc
+++ b/test/asan/TestCases/atexit_stats.cc
@@ -2,9 +2,9 @@
// RUN: %clangxx_asan -O3 %s -o %t
// RUN: %env_asan_opts=atexit=1:print_stats=1 %run %t 2>&1 | FileCheck %s
//
-// No atexit output on Android due to
+// No atexit output in older versions of Android due to
// https://code.google.com/p/address-sanitizer/issues/detail?id=263
-// XFAIL: android
+// UNSUPPORTED: android
#include <stdlib.h>
#if !defined(__APPLE__) && !defined(__FreeBSD__)