From 188074414ee9b878a197d1d22894b183d88b306f Mon Sep 17 00:00:00 2001 From: Marco Paniconi Date: Thu, 6 Mar 2014 18:34:48 -0800 Subject: [PATCH] Add realtime-mode to datarate tests. Change-Id: Ib7ef6afbc80a38b134522bff283c01fadbec874b --- test/datarate_test.cc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/datarate_test.cc b/test/datarate_test.cc index 7793ccae3..022223ffa 100644 --- a/test/datarate_test.cc +++ b/test/datarate_test.cc @@ -576,6 +576,11 @@ TEST_P(DatarateTestVP9, BasicRateTargeting3TemporalLayersFrameDropping) { VP8_INSTANTIATE_TEST_CASE(DatarateTest, ALL_TEST_MODES); VP9_INSTANTIATE_TEST_CASE(DatarateTestVP9, - ::testing::Values(::libvpx_test::kOnePassGood), - ::testing::Range(2, 6)); + ::testing::Values(::libvpx_test::kOnePassGood, + ::libvpx_test::kRealTime), + ::testing::Range(2, 7)); +// TODO(marpan): Speed 7 fails on one of these tests (likely just a threshold +// needs to be changed), so for now test up to speed 6, and start at 2 (since +// speed 0 and 1 are slow). Allow speed 7 (for real-time mode) after +// looking into/fix failing issue. } // namespace -- 2.50.1