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

Commit fc9f91f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable FilterTest/1#FilterOutNonVendorTags on HWASan." am: e19d685e...

Merge "Disable FilterTest/1#FilterOutNonVendorTags on HWASan." am: e19d685e am: 3aded479 am: 45759188 am: 89c06e30 am: d42a92e1

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2076912



Change-Id: I60bf08a01af161bac0fcf1bd4464c4f3cabc0964
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4f1ff990 d42a92e1
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));