Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e19d685e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable FilterTest/1#FilterOutNonVendorTags on HWASan."

parents 31aef21e 40a4639e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <array>
#include <string>

#include <android-base/test_utils.h>
#include <gtest/gtest.h>

#define LOG_TAG "HidlUtils_Test"
@@ -1100,6 +1101,7 @@ using FilterTestTypeParams = ::testing::Types<hidl_vec<AudioTag>, std::vector<st
TYPED_TEST_SUITE(FilterTest, FilterTestTypeParams);

TYPED_TEST(FilterTest, FilterOutNonVendorTags) {
    SKIP_WITH_HWASAN; // b/230535046
    TypeParam emptyTags;
    EXPECT_EQ(emptyTags, HidlUtils::filterOutNonVendorTags(emptyTags));