From: Yaowu Xu Date: Mon, 1 Aug 2016 20:32:40 +0000 (-0700) Subject: Disable tests not applicable to VP10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=134710af32add043bf30715a8bc06a048a303bb0;p=libvpx Disable tests not applicable to VP10 As VP10 does not support multiple layers yet, we disable the ported tests from VP9. Change-Id: Ib7577c27e402ede481213b7a64ebee7576a025a5 --- diff --git a/test/datarate_test.cc b/test/datarate_test.cc index 9abf996a7..fe516ce6f 100644 --- a/test/datarate_test.cc +++ b/test/datarate_test.cc @@ -1145,10 +1145,6 @@ TEST_P(DatarateOnePassCbrSvc, OnePassCbrSvc3SpatialLayers4threads) { EXPECT_EQ(static_cast(0), GetMismatchFrames()); } -VP10_INSTANTIATE_TEST_CASE(DatarateTestVP9Large, - ::testing::Values(::libvpx_test::kOnePassGood, - ::libvpx_test::kRealTime), - ::testing::Range(5, 9)); /* VP10 does not support multiple layers yet. VP10_INSTANTIATE_TEST_CASE(DatarateOnePassCbrSvc, ::testing::Values(::libvpx_test::kRealTime),