aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-05-03 16:16:41 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-03 20:45:35 +0000
commit69b1045ce2b70e88db4f809b6e4140ca92600c82 (patch)
tree4567c8547a6055d4e8784d1ed9162140d83fe249 /tests
parentf40b24913a99fc6fcc4b7f60e4dfcda980a16ee1 (diff)
disable test_diagonal on 565
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/BlitRowTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp
index d2f333dbb6..dfa7816d20 100644
--- a/tests/BlitRowTest.cpp
+++ b/tests/BlitRowTest.cpp
@@ -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 };