]> granicus.if.org Git - libvpx/commitdiff
Re-enable ActiveMapTest for VP10
authorGeza Lore <gezalore@gmail.com>
Fri, 17 Jun 2016 10:46:23 +0000 (11:46 +0100)
committerGeza Lore <gezalore@gmail.com>
Fri, 17 Jun 2016 19:33:58 +0000 (20:33 +0100)
Change-Id: I030fdde966b9911712eca131d095015afd9b0d8a

test/active_map_test.cc

index 75a65603af9b76f6380246b38e9b22b564e7e420..095a82071506b1261b8e645cc12be1fc533b6141 100644 (file)
@@ -95,23 +95,13 @@ TEST_P(ActiveMapTestLarge, Test) {
 VP9_INSTANTIATE_TEST_CASE(ActiveMapTest,
                           ::testing::Values(::libvpx_test::kRealTime),
                           ::testing::Range(0, 9));
-#if CONFIG_VP10
+
 VP10_INSTANTIATE_TEST_CASE(ActiveMapTestLarge,
                            ::testing::Values(::libvpx_test::kRealTime),
                            ::testing::Range(0, 5));
-#if CONFIG_SUPERTX
-// SuperTx and ActiveMap don't get along at speed 5.
-// https://bugs.chromium.org/p/webm/issues/detail?id=1234
-INSTANTIATE_TEST_CASE_P(
-    DISABLED_VP10, ActiveMapTest,
-    ::testing::Combine(
-        ::testing::Values(static_cast<const libvpx_test::CodecFactory *>(
-            &libvpx_test::kVP10)),
-        ::testing::Values(::libvpx_test::kRealTime), ::testing::Range(5, 9)));
-#else
+
 VP10_INSTANTIATE_TEST_CASE(ActiveMapTest,
                            ::testing::Values(::libvpx_test::kRealTime),
                            ::testing::Range(5, 9));
-#endif  // CONFIG_SUPERTX
-#endif  // CONFIG_VP10
+
 }  // namespace