summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2022-10-25 23:22:52 +0000
committerFlorian Mayer <fmayer@google.com>2022-10-25 23:22:54 +0000
commitda0e8223cbb60cddf84442cc0e8fe2c8fad005da (patch)
treef655948b459cc100ab49bd740d27630821c0960d /tests
parent92ac128dc27a91b6a3ae90918edefe61eecda5f4 (diff)
downloadnetd-da0e8223cbb60cddf84442cc0e8fe2c8fad005da.tar.gz
Skip MDnsBinderTest#EventListenerTest on HWASan
Bug: 253513842 Change-Id: Iaa505e5232bf4fe8c5e9db5174ff8b430b26b849
Diffstat (limited to 'tests')
-rw-r--r--tests/binder_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/binder_test.cpp b/tests/binder_test.cpp
index a63788d2..ba05813e 100644
--- a/tests/binder_test.cpp
+++ b/tests/binder_test.cpp
@@ -50,6 +50,7 @@
#include <android-base/scopeguard.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
+#include <android-base/test_utils.h>
#include <android/multinetwork.h>
#include <binder/IPCThreadState.h>
#include <bpf/BpfMap.h>
@@ -5188,6 +5189,7 @@ std::cv_status MDnsBinderTest::getServiceAddress(int operationId,
}
TEST_F(MDnsBinderTest, EventListenerTest) {
+ SKIP_WITH_HWASAN; // TODO(b/253513842): Re-enable.
// Start the Binder thread pool.
android::ProcessState::self()->startThreadPool();