Merge "Disable FilterTest/1#FilterOutNonVendorTags on HWASan." am: e19d685e2f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2076912 Change-Id: I40d221e1bdb7439cb4cac97ff8c00ddf9db6ac3f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3aded47933
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue