invalid_file_test: quiet unused const warning
with --disable-vp9 Change-Id: I81bd603b02ee5d1b45a50aa9e7534f9da498b0e0
This commit is contained in:
@@ -120,6 +120,7 @@ class InvalidFileTest : public ::libvpx_test::DecoderTest,
|
|||||||
|
|
||||||
TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
|
TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
|
||||||
|
|
||||||
|
#if CONFIG_VP9_DECODER
|
||||||
const DecodeParam kVP9InvalidFileTests[] = {
|
const DecodeParam kVP9InvalidFileTests[] = {
|
||||||
{ 1, "invalid-vp90-02-v2.webm" },
|
{ 1, "invalid-vp90-02-v2.webm" },
|
||||||
#if CONFIG_VP9_HIGHBITDEPTH
|
#if CONFIG_VP9_HIGHBITDEPTH
|
||||||
@@ -147,6 +148,7 @@ const DecodeParam kVP9InvalidFileTests[] = {
|
|||||||
|
|
||||||
VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,
|
VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,
|
||||||
::testing::ValuesIn(kVP9InvalidFileTests));
|
::testing::ValuesIn(kVP9InvalidFileTests));
|
||||||
|
#endif // CONFIG_VP9_DECODER
|
||||||
|
|
||||||
// This class will include test vectors that are expected to fail
|
// This class will include test vectors that are expected to fail
|
||||||
// peek. However they are still expected to have no fatal failures.
|
// peek. However they are still expected to have no fatal failures.
|
||||||
|
Reference in New Issue
Block a user