disable test_diagonal on 565
authorMike Klein <mtklein@chromium.org>
Wed, 3 May 2017 20:16:41 +0000 (16:16 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 3 May 2017 20:45:35 +0000 (20:45 +0000)
We're no longer necessarily going to get exact results as we go along.
Lots of little things like dither, FMA, whether we're using the full
precision pipeline or the old paths, etc.

Change-Id: Iacba1820e79cd1e380d3af7861d9678ca7b93ad8
Reviewed-on: https://skia-review.googlesource.com/15246
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>

tests/BlitRowTest.cpp

index d2f333dbb6e3e15c2b61d1e6a518d34952abfd7f..dfa7816d202c11421e60c1a26a69fcf25aeaa716 100644 (file)
@@ -195,7 +195,6 @@ static void test_diagonal(skiatest::Reporter* reporter) {
 
     static const SkColorType gDstColorType[] = {
         kN32_SkColorType,
-        kRGB_565_SkColorType,
     };
 
     static const SkColor gDstBG[] = { 0, 0xFFFFFFFF };