aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-10-19 21:30:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-19 21:30:05 +0000
commit1623704319351fdc4bd90ab22893a2897aef4ac0 (patch)
tree3e60af5cb0adc88ead9c6f9db3d5fd928ba9c175
parent05f451ff409711cf78fc553d792383e59cb69194 (diff)
parent069cf41429fe8eab0f7412182f02ae6e0852ef7b (diff)
downloadbionic-1623704319351fdc4bd90ab22893a2897aef4ac0.tar.gz
Merge "Skip the malloc_slack test on native bridge." into android12-tests-dev
-rw-r--r--tests/malloc_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/malloc_test.cpp b/tests/malloc_test.cpp
index d73f2436d..30da5c32f 100644
--- a/tests/malloc_test.cpp
+++ b/tests/malloc_test.cpp
@@ -1355,6 +1355,8 @@ TEST(malloc, disable_mte) {
TEST(malloc, allocation_slack) {
#if defined(__BIONIC__)
+ SKIP_WITH_NATIVE_BRIDGE; // http://b/189606147
+
bool allocator_scudo;
GetAllocatorVersion(&allocator_scudo);
if (!allocator_scudo) {