Always pass arguments to INSTANTIATE_TEST_SUITE_P.
Passing an empty arg is working at the moment but it is not guaranteed to continue to work in the future. Bug: None Change-Id: I975bc8779bac9700854de411301415338dcaf9f6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/154820 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29343}
This commit is contained in:
parent
45b176fc22
commit
09f119598e
@ -349,7 +349,7 @@ TEST_P(SpsVuiRewriterTest, RewriteVui) {
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
,
|
||||
All,
|
||||
SpsVuiRewriterTest,
|
||||
::testing::Values(
|
||||
std::make_tuple(kVuiNoFrameBuffering,
|
||||
|
||||
@ -3450,7 +3450,7 @@ TEST_P(Vp9SettingsTestWithFieldTrial, VerifyCodecSettings) {
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
,
|
||||
All,
|
||||
Vp9SettingsTestWithFieldTrial,
|
||||
::testing::Values(
|
||||
std::make_tuple("", 1, 1, webrtc::InterLayerPredMode::kOnKeyPic),
|
||||
|
||||
@ -105,7 +105,7 @@ TEST_P(QualityLimitationReasonTrackerTestWithParamReason,
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
,
|
||||
All,
|
||||
QualityLimitationReasonTrackerTestWithParamReason,
|
||||
::testing::Values(QualityLimitationReason::kNone, // "/0"
|
||||
QualityLimitationReason::kCpu, // "/1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user