Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: tests/CodexTest.cpp

Issue 1633763002: Disable RAW test on Chrome OS, Windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Better fix Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/CodexTest.cpp
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp
index 5210cf4bf45e29ff9ec6e30259b3444a8ee6bd1b..11d02cd96b414bd3c2f8076f9db64d22d8d4d2cb 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698