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

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

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

parents 7ae76339 e19d685e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -17,6 +17,7 @@
#include <array>
#include <array>
#include <string>
#include <string>


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


#define LOG_TAG "HidlUtils_Test"
#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_SUITE(FilterTest, FilterTestTypeParams);


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