Merge "Disable malloc_info test under HWASan."

This commit is contained in:
Treehugger Robot 2019-03-22 22:24:11 +00:00 committed by Gerrit Code Review
commit e187d92062
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ TEST(malloc, valloc_overflow) {
TEST(malloc, malloc_info) {
#ifdef __BIONIC__
SKIP_WITH_HWASAN; // hwasan does not implement malloc_info
char* buf;
size_t bufsize;
FILE* memstream = open_memstream(&buf, &bufsize);