Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 433ac601 authored by Jasmine Cha's avatar Jasmine Cha Committed by Automerger Merge Worker
Browse files

Audio VTS: Fix empty parameter list failures for AudioV6 am: 1eb1f368 am:...

Audio VTS:  Fix empty parameter list failures for AudioV6 am: 1eb1f368 am: 0c0bdf4d am: 58a2095c am: 10828b91 am: ae7a0619

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

Change-Id: Ib05eebfef03e1152b306636593c141a81c623973
parents 6afbf488 ae7a0619
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -739,7 +739,6 @@ INSTANTIATE_TEST_CASE_P(
                ::testing::ValuesIn(ConfigHelper::getRecommendedSupportCaptureAudioConfig()),
                ::testing::Values(AudioInputFlag::NONE)),
        &DeviceConfigParameterToString);
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OptionalInputBufferSizeTest);
#elif MAJOR_VERSION >= 6
INSTANTIATE_TEST_CASE_P(SupportedInputBufferSize, RequiredInputBufferSizeTest,
                        ::testing::ValuesIn(getInputDeviceConfigParameters()),
@@ -747,6 +746,7 @@ INSTANTIATE_TEST_CASE_P(SupportedInputBufferSize, RequiredInputBufferSizeTest,
#endif
// When the VTS test runs on a device lacking the corresponding HAL version the parameter
// list is empty, this isn't a problem.
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OptionalInputBufferSizeTest);
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(RequiredInputBufferSizeTest);

//////////////////////////////////////////////////////////////////////////////