]> granicus.if.org Git - libvpx/commitdiff
Disable the SuperframeTest with --enable-daala_ec.
authorYaowu Xu <yaowu@google.com>
Sat, 29 Oct 2016 00:08:28 +0000 (17:08 -0700)
committerYaowu Xu <yaowu@google.com>
Sun, 30 Oct 2016 00:05:40 +0000 (17:05 -0700)
Due to the way the daala entropy coder handles raw bits, the current
test is broken because the buffer length is not known when calling
aom_reader_init() is called.

Change-Id: I76e93ec0e160e31f286c23f7c9c0094390c6c2d4

test/superframe_test.cc

index 339843fc1094c5d11f7ae6a3d574a537a2ea906e..94f4be93409106e77e5ed755072969ee4a2178d4 100644 (file)
@@ -134,7 +134,7 @@ AV1_INSTANTIATE_TEST_CASE(
                        ::testing::ValuesIn(tile_col_values),
                        ::testing::ValuesIn(tile_row_values)));
 #else
-#if !CONFIG_ANS
+#if !CONFIG_ANS && !CONFIG_DAALA_EC
 AV1_INSTANTIATE_TEST_CASE(
     SuperframeTest,
     ::testing::Combine(::testing::Values(::libaom_test::kTwoPassGood),