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

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

Change-Id: Ie9c89e496eb01c33e714fda2e6baf61c5200062e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Florian Mayer 2022-09-28 21:30:18 +00:00 committed by Automerger Merge Worker
commit b07d73591f

View file

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