try re-enabling test_diagonal on 565

I just landed a CL that changed dithering enough that it's worth seeing
if this test passes again.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Android-Clang-PixelC-CPU-TegraX1-arm64-Release-Android,Test-Android-Clang-Nexus10-CPU-Exynos5250-arm-Release-Android

Change-Id: I1dfd27fdc7d8646e0008b667617383c08c7abd5a
Reviewed-on: https://skia-review.googlesource.com/15315
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Mike Klein 2017-05-04 11:38:05 -04:00 committed by Skia Commit-Bot
parent f2daf74760
commit ba9028440b

View File

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