commit | 18c641bbb90828833a0e47c3a3535e7ba6c196bb | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Fri Mar 22 15:57:44 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 22 15:57:44 2019 -0700 |
tree | 9c64a574dc60ce0873236837d009a8666a1c11d2 | |
parent | 513359fc0e448f979dc9315aadd87abc92e75010 [diff] | |
parent | c1437e8bf04c9314500505de2a0950289f28a29e [diff] |
Merge "Disable malloc_info test under HWASan." am: e187d92062 am: c1437e8bf0 Change-Id: I83608f3b8d9522de4821312a471c025a581a32c3
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);