mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Revert "Disable FilterTest/1#FilterOutNonVendorTags on HWASan."" am: 4eeda58ce2 am: b07d73591f am: b47346c0e6 am: 1b1b231642
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2234750 Change-Id: Ic9056ed6c9ae107b43834dc99064b918420cc3c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#include <android-base/test_utils.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#define LOG_TAG "HidlUtils_Test"
|
||||
@@ -1125,7 +1124,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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user