From: msarett Date: Mon, 25 Jan 2016 19:01:34 +0000 (-0800) Subject: Disable RAW test on Chrome OS, Windows X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~129^2~2399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02cb4d469a2abde1119947eccb1de4aec37557a7;p=platform%2Fupstream%2FlibSkiaSharp.git Disable RAW test on Chrome OS, Windows TBR=scroggo@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1633763002 Review URL: https://codereview.chromium.org/1633763002 --- diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp index 5210cf4..11d02cd 100644 --- a/tests/CodexTest.cpp +++ b/tests/CodexTest.cpp @@ -452,7 +452,9 @@ DEF_TEST(Codec, r) { check(r, "yellow_rose.png", SkISize::Make(400, 301), true, false, false); // RAW +#if defined(SK_CODEC_DECODES_RAW) check(r, "sample_1mp.dng", SkISize::Make(600, 338), false, false, false); +#endif } // Test interlaced PNG in stripes, similar to DM's kStripe_Mode