commit | a27b0180a96426e0e030e0077887b12ba5dc4e9f | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Fri Mar 22 16:03:48 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 22 16:03:48 2019 -0700 |
tree | 20ff307fdaf0bdea0877f9ecaccee0efbc66e911 | |
parent | 1e577dd10dca30947c238bf395315f386f561d75 [diff] | |
parent | 18c641bbb90828833a0e47c3a3535e7ba6c196bb [diff] |
Merge "Disable malloc_info test under HWASan." am: e187d92062 am: c1437e8bf0 am: 18c641bbb9 Change-Id: I0902f47bb0e22abf52a341b7d138909bc86c8b7c
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);