diff --git a/unit_test/planar_test.cc b/unit_test/planar_test.cc index 50740d767..44e19d552 100644 --- a/unit_test/planar_test.cc +++ b/unit_test/planar_test.cc @@ -119,9 +119,9 @@ TEST_F(libyuvTest, SRC_FMT_PLANAR##To##FMT_PLANAR##N) { \ TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \ FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280, _Opt, +) \ TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \ - FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280,_Invert, -) \ + FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280, _Invert, -) \ TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \ - FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1276,_Any, +) + FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1276, _Any, +) TESTPLANARTOP(I420, 2, 2, I420, 2, 2) TESTPLANARTOP(I422, 2, 1, I420, 2, 2) @@ -209,8 +209,7 @@ TESTPLANARTOB(I411, 4, 1, ARGB, 4) TESTPLANARTOB(I444, 1, 1, ARGB, 4) TESTPLANARTOB(I420, 2, 2, YUY2, 2) TESTPLANARTOB(I420, 2, 2, UYVY, 2) -// TODO(fbarchard): Re-enable test and fix valgrind. -// TESTPLANARTOB(I420, 2, 2, V210, 16 / 6) +TESTPLANARTOB(I420, 2, 2, V210, 16 / 6) TESTPLANARTOB(I420, 2, 2, I400, 1) TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1) TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1)