ref: 05a3d8c90ffd6a1f802b9f815756b3e67f556229
parent: 32866fd80ae1c845257b34c6b931c87db3dc3cca
parent: 4dd053eb5795e53470bac015a24756f3454b8a85
author: James Zern <[email protected]>
date: Mon Mar 10 08:19:38 EDT 2014
Merge "Disable sixtap_predict_test for neon."
--- a/test/sixtap_predict_test.cc
+++ b/test/sixtap_predict_test.cc
@@ -198,7 +198,7 @@
const sixtap_predict_fn_t sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
const sixtap_predict_fn_t sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
INSTANTIATE_TEST_CASE_P(
- NEON, SixtapPredictTest, ::testing::Values(
+ DISABLED_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)));