commit | c1437e8bf04c9314500505de2a0950289f28a29e | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Fri Mar 22 15:48:35 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 22 15:48:35 2019 -0700 |
tree | 9c64a574dc60ce0873236837d009a8666a1c11d2 | |
parent | c62679419266cfb5a6352d6eba0a247b9792a2c6 [diff] | |
parent | e187d92062b3a384f8c4730f93aa6c36e1c74b52 [diff] |
Merge "Disable malloc_info test under HWASan." am: e187d92062 Change-Id: I89c0dfe27d9aa027d19854f618f8c162bcd41f0c
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);