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:
committed by
Jingning Han
parent
232098a774
commit
c655b5f5f5
@@ -137,6 +137,6 @@ VP9_INSTANTIATE_TEST_CASE(
|
||||
|
||||
VP10_INSTANTIATE_TEST_CASE(
|
||||
VPxEncoderThreadTest,
|
||||
::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),
|
||||
::testing::Range(1, 3));
|
||||
::testing::Values(::libvpx_test::kTwoPassGood),
|
||||
::testing::Range(0, 1));
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user