ref: 4781a6773781b1d81c58c6565cecb975217cf887
parent: 318a1ff5ecddd6d60fcf87147f1ff741d39b3dc4
author: Johann <johannkoenig@google.com>
date: Fri Dec 16 07:19:00 EST 2016
postproc test: disable new down and across test The new test is causing valgrind failures: [ RUN ] SSE2/VpxPostProcDownAndAcrossMbRowTest.CheckCvsAssembly/0 ==28923== Invalid read of size 16 28923== at 0x724016: ??? (deblock_sse2.asm:146) Disable during investigation. The test is new but the code is not. Change-Id: I5521e5fd48a595e3798b833bf7e3cc97b81c1975
--- a/test/pp_filter_test.cc
+++ b/test/pp_filter_test.cc
@@ -120,7 +120,7 @@
vpx_free(flimits);
};
-TEST_P(VpxPostProcDownAndAcrossMbRowTest, CheckCvsAssembly) {
+TEST_P(VpxPostProcDownAndAcrossMbRowTest, DISABLED_CheckCvsAssembly) {
// Size of the underlying data block that will be filtered.
// Y blocks are always a multiple of 16 wide and exactly 16 high. U and V
// blocks are always a multiple of 8 wide and exactly 8 high.