commit | 4505cd8ced8b097ea0ae20e98c9c4aa44c459ce3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 06 17:19:51 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 06 17:19:51 2022 +0000 |
tree | 5c7e05bbef4f0957be1ed3c1448ca379e97d57b6 | |
parent | 2f23156692349057d41a032de2cb69cbb331c408 [diff] | |
parent | 06335c4ec51166685a723384196c46118a9c20d6 [diff] |
Merge "Remove dimitry and hhb from OWNERS."
diff --git a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp index ca064c2..d16270f 100644 --- a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp +++ b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp
@@ -178,6 +178,7 @@ } TEST_F(MallocHooksTest, other_malloc_functions) { + SKIP_WITH_HWASAN; // HWASan does not implement mallinfo. RunTest("*.DISABLED_other_malloc_functions"); }