not a failure if we didn't load the test file
authorreed <reed@google.com>
Tue, 28 Oct 2014 14:12:37 +0000 (07:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Oct 2014 14:12:37 +0000 (07:12 -0700)
BUG=skia:

Review URL: https://codereview.chromium.org/687453005

tests/KtxTest.cpp

index 1a61f3a..499db6a 100644 (file)
@@ -145,8 +145,8 @@ DEF_TEST(KtxReexportPKM, reporter) {
     // Load PKM file into a bitmap
     SkBitmap etcBitmap;
     SkAutoTUnref<SkData> fileData(SkData::NewFromFileName(pkmFilename.c_str()));
-    REPORTER_ASSERT(reporter, fileData);
     if (NULL == fileData) {
+        SkDebugf("KtxReexportPKM: can't load test file %s\n", pkmFilename.c_str());
         return;
     }