diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-04-24 10:01:06 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-04-24 10:01:06 +0000 |
commit | 37ccbfb25a177bd95f94d9729866ab69b3d1a16a (patch) | |
tree | e1e3666616374e6e5857d8fad03a3fad6d3f8cc0 /libc/malloc_hooks/tests/malloc_hooks_tests.cpp | |
parent | d35644dd5efd3b1527b4f9dc7d0f333f4425bebf (diff) | |
parent | 104b0e32bf408b69de706f1bf91807dcfe3bfb64 (diff) |
Snap for 8493343 from 104b0e32bf408b69de706f1bf91807dcfe3bfb64 to t-keystone-qcom-release
Change-Id: I84ecb631c23acfd3f46d3a49dea62eaba2767b41
Diffstat (limited to 'libc/malloc_hooks/tests/malloc_hooks_tests.cpp')
-rw-r--r-- | libc/malloc_hooks/tests/malloc_hooks_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp index ca064c2fe..d16270fc6 100644 --- a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp +++ b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp @@ -178,6 +178,7 @@ void MallocHooksTest::test_free_hook(void* ptr, const void* arg) { } TEST_F(MallocHooksTest, other_malloc_functions) { + SKIP_WITH_HWASAN; // HWASan does not implement mallinfo. RunTest("*.DISABLED_other_malloc_functions"); } |