summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-09-08 10:42:38 -0700
committerDan Shi <dshi@google.com>2020-09-11 11:02:25 -0700
commitac9cf4482b368ee9f7a904c11dfa0e15e8bb0995 (patch)
tree227c432327c4ba60a623d1a3551c670d9a3c1d83 /media
parent82120a8ce43f7e1b7396bc8992f626085ac0fc1a (diff)
Suppress gtest error for tests without any instance
Bug: 162052785 Test: m -j vts Change-Id: I627d6790aa08aa9c6e3c5b8bdc533213ee08de21 Merged-In: I627d6790aa08aa9c6e3c5b8bdc533213ee08de21
Diffstat (limited to 'media')
-rw-r--r--media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp b/media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp
index 0ad06344e5..7d16446fa4 100644
--- a/media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp
+++ b/media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp
@@ -418,6 +418,7 @@ TEST_P(StoreHidlTest, ListNodes) {
EXPECT_TRUE(isPass);
}
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(StoreHidlTest);
INSTANTIATE_TEST_CASE_P(
PerInstance, StoreHidlTest,
testing::ValuesIn(android::hardware::getAllHalInstanceNames(IOmxStore::descriptor)),