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

Commit b07d7359 authored by Florian Mayer's avatar Florian Mayer Committed by Automerger Merge Worker
Browse files

Merge "Revert "Disable FilterTest/1#FilterOutNonVendorTags on HWASan."" am: 4eeda58c

parents 52d4f6e7 4eeda58c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <array>
#include <string>

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

#define LOG_TAG "HidlUtils_Test"
@@ -1101,7 +1100,6 @@ 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));