Merge "Disable the TestSuperframeIndexIsOptional test with ANS." into nextgenv2

This commit is contained in:
Alex Converse
2016-04-14 18:57:28 +00:00
committed by Gerrit Code Review

View File

@@ -108,7 +108,11 @@ VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine(
::testing::Values(::libvpx_test::kTwoPassGood),
::testing::Values(0)));
// The superframe index is currently mandatory with ANS due to the decoder
// starting at the end of the buffer.
#if !CONFIG_ANS
VP10_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine(
::testing::Values(::libvpx_test::kTwoPassGood),
::testing::Values(1)));
#endif
} // namespace