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

Unified Diff: tests/CodexTest.cpp

Issue 1639533002: Disable RAW test when SkRawCodec is not compiled (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 11d02cd96b414bd3c2f8076f9db64d22d8d4d2cb..b6b5d8276d536d48bc9d5f8ea3a47334ffc73d62 100644
--- a/tests/CodexTest.cpp
+++ b/tests/CodexTest.cpp
@@ -649,7 +649,9 @@ DEF_TEST(Codec_Dimensions, r) {
test_dimensions(r, "mandrill_16.png");
// RAW
+#if defined(SK_CODEC_DECODES_RAW)
test_dimensions(r, "sample_1mp.dng");
+#endif
}
static void test_invalid(skiatest::Reporter* r, const char path[]) {
« 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