Test fix for VP10

Disbales threading test for speeds > 0 and all modes other than
2-pass temporarily.

Change-Id: I098ef2b16f575c039a7f6a21244dd87eee6960ce
This commit is contained in:
Debargha Mukherjee
2015-10-26 11:56:13 -07:00
committed by Jingning Han
parent 232098a774
commit c655b5f5f5

View File

@@ -137,6 +137,6 @@ VP9_INSTANTIATE_TEST_CASE(
VP10_INSTANTIATE_TEST_CASE( VP10_INSTANTIATE_TEST_CASE(
VPxEncoderThreadTest, VPxEncoderThreadTest,
::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood), ::testing::Values(::libvpx_test::kTwoPassGood),
::testing::Range(1, 3)); ::testing::Range(0, 1));
} // namespace } // namespace