aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageDecodingTest.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-07-28 10:54:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-28 10:54:26 -0700
commit186e699efe6ca239ce0a9ae1d83597ae2a5a04f0 (patch)
treef20514f1f6c0994ff360565de198965e8ea48c1c /tests/ImageDecodingTest.cpp
parentb1ab5fdd11bb358d738c1bfa63737dc65174a281 (diff)
disable new test on windows
R=bensong@google.com, djsollen@google.com TBR=bensong@google.com, djsollen@google.com CQ_EXTRA_TRYBOTS=tryserver.skia:Test-Win7-ShuttleA-HD2000-x86_64-Release-Trybot NOTREECHECKS=true Author: halcanary@google.com Review URL: https://codereview.chromium.org/424833002
Diffstat (limited to 'tests/ImageDecodingTest.cpp')
-rw-r--r--tests/ImageDecodingTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp
index 7ed57bed4e..829851edab 100644
--- a/tests/ImageDecodingTest.cpp
+++ b/tests/ImageDecodingTest.cpp
@@ -735,7 +735,9 @@ DEF_TEST(DiscardablePixelRef_SecondLockColorTableCheck, r) {
if (!SkInstallDiscardablePixelRef(
SkDecodingImageGenerator::Create(
encoded, SkDecodingImageGenerator::Options()), &bitmap)) {
+ #ifndef SK_BUILD_FOR_WIN
ERRORF(r, "SkInstallDiscardablePixelRef [randPixels.gif] failed.");
+ #endif
return;
}
if (kIndex_8_SkColorType != bitmap.colorType()) {