forked from OSchip/llvm-project
[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:
parent
609bf36952
commit
8f0d9020d4
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue