]> granicus.if.org Git - libvpx/commitdiff
postproc test: disable new down and across test
authorJohann <johannkoenig@google.com>
Fri, 16 Dec 2016 20:19:00 +0000 (12:19 -0800)
committerJohann <johannkoenig@google.com>
Fri, 16 Dec 2016 20:19:00 +0000 (12:19 -0800)
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

test/pp_filter_test.cc

index cf6c23fdd62683779c1554f41ea73c1f34d95b61..104670912bdd0b1987407737cf0a86c85c766743 100644 (file)
@@ -120,7 +120,7 @@ TEST_P(VpxPostProcDownAndAcrossMbRowTest, CheckFilterOutput) {
   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.