commit | e187d92062b3a384f8c4730f93aa6c36e1c74b52 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Mar 22 22:24:11 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 22 22:24:11 2019 +0000 |
tree | 9c64a574dc60ce0873236837d009a8666a1c11d2 | |
parent | 118ab10d750bd9faab2dadf66df546a2c44afd3b [diff] | |
parent | 8de6b46ad8af95db0e51568277ed0ad5e9dcda5a [diff] |
Merge "Disable malloc_info test under HWASan."
diff --git a/tests/malloc_test.cpp b/tests/malloc_test.cpp index 9380680..8d5db54 100644 --- a/tests/malloc_test.cpp +++ b/tests/malloc_test.cpp
@@ -341,6 +341,7 @@ 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);