[hwasan] Disable print-memory-usage-android test.

Requires a rooted device => fails on sanitizer-x86_64-linux-android bot.

llvm-svn: 341738
This commit is contained in:
Evgeniy Stepanov 2018-09-08 01:16:47 +00:00
parent 609bf36952
commit 8f0d9020d4
1 changed files with 5 additions and 0 deletions

View 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>