]> granicus.if.org Git - libvpx/commitdiff
Test fix for VP10
authorDebargha Mukherjee <debargha@google.com>
Mon, 26 Oct 2015 18:56:13 +0000 (11:56 -0700)
committerJingning Han <jingning@google.com>
Mon, 26 Oct 2015 22:03:05 +0000 (22:03 +0000)
Disbales threading test for speeds > 0 and all modes other than
2-pass temporarily.

Change-Id: I098ef2b16f575c039a7f6a21244dd87eee6960ce

test/vp9_ethread_test.cc

index 63f6dfea73f8af4ed04d3f40b9e46acc9a52d9e6..767c5c1418e6218c98ff91b4645c108a0d6a3b59 100644 (file)
@@ -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