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:
commit
b07d73591f
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue