aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecTest.cpp')
-rw-r--r--tests/CodecTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp
index 5b1ef0e06d..35cfb6c11b 100644
--- a/tests/CodecTest.cpp
+++ b/tests/CodecTest.cpp
@@ -514,7 +514,8 @@ DEF_TEST(Codec_png, r) {
// half-transparent-white-pixel.png is too small to test incomplete
check(r, "images/half-transparent-white-pixel.png", SkISize::Make(1, 1), false, false, false, true);
check(r, "images/mandrill_128.png", SkISize::Make(128, 128), false, false, true, true);
- check(r, "images/mandrill_16.png", SkISize::Make(16, 16), false, false, true, true);
+ // mandrill_16.png is too small (relative to embedded sRGB profile) to test incomplete
+ check(r, "images/mandrill_16.png", SkISize::Make(16, 16), false, false, false, true);
check(r, "images/mandrill_256.png", SkISize::Make(256, 256), false, false, true, true);
check(r, "images/mandrill_32.png", SkISize::Make(32, 32), false, false, true, true);
check(r, "images/mandrill_512.png", SkISize::Make(512, 512), false, false, true, true);