[hwasan] Disable print-memory-usage-android test.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Sat, 8 Sep 2018 01:16:47 +0000 (01:16 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Sat, 8 Sep 2018 01:16:47 +0000 (01:16 +0000)
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

index 76649a8..12c7ddd 100644 (file)
@@ -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 <sys/types.h>
+#include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>