From 8f0d9020d480db3a67ab268857f69be40321f936 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Sat, 8 Sep 2018 01:16:47 +0000 Subject: [PATCH] [hwasan] Disable print-memory-usage-android test. Requires a rooted device => fails on sanitizer-x86_64-linux-android bot. llvm-svn: 341738 --- compiler-rt/test/hwasan/TestCases/print-memory-usage-android.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiler-rt/test/hwasan/TestCases/print-memory-usage-android.c b/compiler-rt/test/hwasan/TestCases/print-memory-usage-android.c index 76649a8d..12c7ddd 100644 --- a/compiler-rt/test/hwasan/TestCases/print-memory-usage-android.c +++ b/compiler-rt/test/hwasan/TestCases/print-memory-usage-android.c @@ -2,6 +2,11 @@ // RUN: %clang_hwasan %s -o %t && %env_hwasan_opts=export_memory_stats=1 %run %t 2>&1 | FileCheck %s // REQUIRES: android +// This test requires a rooted device. +// UNSUPPORTED: android + +#include +#include #include #include -- 2.7.4