Merge "sixtap_predict_test: enable NEON tests"
authorJames Zern <jzern@google.com>
Thu, 1 Oct 2015 02:10:22 +0000 (02:10 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 1 Oct 2015 02:10:22 +0000 (02:10 +0000)
test/sixtap_predict_test.cc

index 8c7c98d..1e682e7 100644 (file)
@@ -201,7 +201,7 @@ const SixtapPredictFunc sixtap_16x16_neon = vp8_sixtap_predict16x16_neon;
 const SixtapPredictFunc sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
 const SixtapPredictFunc sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
 INSTANTIATE_TEST_CASE_P(
-    DISABLED_NEON, SixtapPredictTest, ::testing::Values(
+    NEON, SixtapPredictTest, ::testing::Values(
         make_tuple(16, 16, sixtap_16x16_neon),
         make_tuple(8, 8, sixtap_8x8_neon),
         make_tuple(8, 4, sixtap_8x4_neon)));