Index: tests/PathOpsExtendedTest.cpp |
diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp |
index 28830ed702280ea585a3d72a749b1923fcd801ab..ca6f86507d95647e56e41d3a308b03649b859ab3 100644 |
--- a/tests/PathOpsExtendedTest.cpp |
+++ b/tests/PathOpsExtendedTest.cpp |
@@ -12,6 +12,7 @@ |
#include "SkForceLinking.h" |
#include "SkMatrix.h" |
#include "SkPaint.h" |
+#include "SkRTConf.h" |
#include "SkStream.h" |
#include "SkThreadPool.h" |
@@ -634,6 +635,10 @@ bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkP |
SK_DECLARE_STATIC_MUTEX(gMutex); |
int initializeTests(skiatest::Reporter* reporter, const char* test) { |
+#if 0 // doesn't work yet |
+ SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); |
+ SK_CONF_SET("images.png.suppressDecoderWarnings", true); |
+#endif |
#ifdef SK_DEBUG |
SkPathOpsDebug::gMaxWindSum = 4; |
SkPathOpsDebug::gMaxWindValue = 4; |