blob: d35787e1c75d4a6492b7b5d16080e97d67fc6283 [file] [log] [blame]
scroggo478652e2015-03-25 07:11:02 -07001/*
2 * Copyright 2013 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
jcgregorio3b27ade2014-11-13 08:06:40 -08008#include "CrashHandler.h"
mtklein748ca3b2015-01-15 10:56:12 -08009#include "DMJsonWriter.h"
10#include "DMSrcSink.h"
tomhudsoneebc39a2015-02-23 12:18:05 -080011#include "DMSrcSinkAndroid.h"
mtklein748ca3b2015-01-15 10:56:12 -080012#include "ProcStats.h"
halcanary7d571242016-02-24 17:59:16 -080013#include "Resources.h"
mtklein748ca3b2015-01-15 10:56:12 -080014#include "SkBBHFactory.h"
mtklein62bd1a62015-01-27 14:46:26 -080015#include "SkChecksum.h"
scroggocc2feb12015-08-14 08:32:46 -070016#include "SkCodec.h"
mtklein27c3fdd2016-02-26 14:43:21 -080017#include "SkColorPriv.h"
caryclark17f0b6d2014-07-22 10:15:34 -070018#include "SkCommonFlags.h"
kkinnunen3e980c32015-12-23 01:33:00 -080019#include "SkCommonFlagsConfig.h"
brianosman3c579dc2016-04-19 09:18:11 -070020#include "SkData.h"
caryclark83ca6282015-06-10 09:31:09 -070021#include "SkFontMgr.h"
mtklein@google.comd36522d2013-10-16 13:02:15 +000022#include "SkGraphics.h"
mtklein27c3fdd2016-02-26 14:43:21 -080023#include "SkHalf.h"
mtklein748ca3b2015-01-15 10:56:12 -080024#include "SkMD5.h"
mtklein1b249332015-07-07 12:21:21 -070025#include "SkMutex.h"
mtklein1d0f1642014-09-08 08:05:18 -070026#include "SkOSFile.h"
mtklein27c3fdd2016-02-26 14:43:21 -080027#include "SkPM4fPriv.h"
mtklein246ba3a2016-02-23 10:39:36 -080028#include "SkSpinlock.h"
mtkleina82f5622015-02-20 12:30:19 -080029#include "SkTHash.h"
mtklein406654b2014-09-03 15:34:37 -070030#include "SkTaskGroup.h"
mtkleinde6fc2b2015-03-12 06:28:54 -070031#include "SkThreadUtils.h"
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +000032#include "Test.h"
mtklein748ca3b2015-01-15 10:56:12 -080033#include "Timer.h"
brianosman3c579dc2016-04-19 09:18:11 -070034#include "picture_utils.h"
caryclark83ca6282015-06-10 09:31:09 -070035#include "sk_tool_utils.h"
mtklein@google.comd36522d2013-10-16 13:02:15 +000036
halcanary7a14b312015-10-01 07:28:13 -070037#ifdef SK_PDF_IMAGE_STATS
38extern void SkPDFImageDumpStats();
39#endif
40
mtkleina5114d72015-08-24 13:27:01 -070041#include "png.h"
42
bungeman60e0fee2015-08-26 05:15:46 -070043#include <stdlib.h>
44
scroggo27a58342015-10-28 08:56:41 -070045#ifndef SK_BUILD_FOR_WIN32
46 #include <unistd.h>
47#endif
48
djsollen54416de2015-04-03 07:24:48 -070049DEFINE_string(src, "tests gm skp image", "Source types to test.");
mtklein748ca3b2015-01-15 10:56:12 -080050DEFINE_bool(nameByHash, false,
51 "If true, write to FLAGS_writePath[0]/<hash>.png instead of "
djsollen54416de2015-04-03 07:24:48 -070052 "to FLAGS_writePath[0]/<config>/<sourceType>/<sourceOptions>/<name>.png");
mtklein748ca3b2015-01-15 10:56:12 -080053DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests.");
mtkleind603b222015-02-17 11:13:33 -080054DEFINE_string(matrix, "1 0 0 1",
55 "2x2 scale+skew matrix to apply or upright when using "
56 "'matrix' or 'upright' in config.");
mtklein82d28432015-01-15 12:46:02 -080057DEFINE_bool(gpu_threading, false, "Allow GPU work to run on multiple threads?");
mtklein@google.comd36522d2013-10-16 13:02:15 +000058
mtkleina2ef6422015-01-15 13:44:22 -080059DEFINE_string(blacklist, "",
djsollen54416de2015-04-03 07:24:48 -070060 "Space-separated config/src/srcOptions/name quadruples to blacklist. '_' matches anything. E.g. \n"
61 "'--blacklist gpu skp _ _' will blacklist all SKPs drawn into the gpu config.\n"
62 "'--blacklist gpu skp _ _ 8888 gm _ aarects' will also blacklist the aarects GM on 8888.");
mtkleina2ef6422015-01-15 13:44:22 -080063
mtklein62bd1a62015-01-27 14:46:26 -080064DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");
65
borenet09ed4802015-04-03 14:15:33 -070066DEFINE_string(uninterestingHashesFile, "",
67 "File containing a list of uninteresting hashes. If a result hashes to something in "
68 "this list, no image is written for that result.");
69
mtklein6393c062015-04-27 08:45:01 -070070DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");
71DEFINE_int32(shard, 0, "Which shard do I run?");
scroggoe4499842016-02-25 11:03:47 -080072DEFINE_bool(simpleCodec, false, "Only decode images to native scale");
mtklein6393c062015-04-27 08:45:01 -070073
mtklein748ca3b2015-01-15 10:56:12 -080074using namespace DM;
bsalomon3724e572016-03-30 18:56:19 -070075using sk_gpu_test::GrContextFactory;
bsalomon273c0f52016-03-31 10:59:06 -070076using sk_gpu_test::GLTestContext;
bsalomonf2f1c172016-04-05 12:59:06 -070077using sk_gpu_test::ContextInfo;
mtklein@google.comd36522d2013-10-16 13:02:15 +000078
mtklein748ca3b2015-01-15 10:56:12 -080079/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
80
benjaminwagnerec4d4d72016-03-25 12:59:53 -070081static const double kStartMs = SkTime::GetMSecs();
mtkleinc41fd922016-03-08 09:01:39 -080082
83static FILE* gVLog;
84
85template <typename... Args>
86static void vlog(const char* fmt, Args&&... args) {
87 if (gVLog) {
88 fprintf(gVLog, "%s\t", HumanizeMs(SkTime::GetMSecs() - kStartMs).c_str());
89 fprintf(gVLog, fmt, args...);
90 fflush(gVLog);
91 }
92}
93
94template <typename... Args>
95static void info(const char* fmt, Args&&... args) {
96 vlog(fmt, args...);
97 if (!FLAGS_quiet) {
98 printf(fmt, args...);
99 }
100}
101static void info(const char* fmt) {
102 if (!FLAGS_quiet) {
103 printf("%s", fmt); // Clang warns printf(fmt) is insecure.
104 }
105}
106
reed086eea92016-05-04 17:12:46 -0700107SK_DECLARE_STATIC_MUTEX(gFailuresMutex);
mtklein748ca3b2015-01-15 10:56:12 -0800108static SkTArray<SkString> gFailures;
109
mtklein3eed7dd2016-02-24 19:07:07 -0800110static void fail(const SkString& err) {
mtklein748ca3b2015-01-15 10:56:12 -0800111 SkAutoMutexAcquire lock(gFailuresMutex);
112 SkDebugf("\n\nFAILURE: %s\n\n", err.c_str());
113 gFailures.push_back(err);
halcanary9e398f72015-01-10 11:18:04 -0800114}
115
mtkleinb37cb412015-03-18 05:27:14 -0700116
mtklein246ba3a2016-02-23 10:39:36 -0800117// We use a spinlock to make locking this in a signal handler _somewhat_ safe.
mtklein15923c92016-02-29 10:14:38 -0800118static SkSpinlock gMutex;
mtklein3eed7dd2016-02-24 19:07:07 -0800119static int32_t gPending;
120static SkTArray<SkString> gRunning;
mtklein748ca3b2015-01-15 10:56:12 -0800121
mtklein3eed7dd2016-02-24 19:07:07 -0800122static void done(const char* config, const char* src, const char* srcOptions, const char* name) {
123 SkString id = SkStringPrintf("%s %s %s %s", config, src, srcOptions, name);
mtkleinc41fd922016-03-08 09:01:39 -0800124 vlog("done %s\n", id.c_str());
mtkleinafae30a2016-02-24 12:28:32 -0800125 int pending;
mtkleinb37cb412015-03-18 05:27:14 -0700126 {
mtklein15923c92016-02-29 10:14:38 -0800127 SkAutoTAcquire<SkSpinlock> lock(gMutex);
mtkleinb37cb412015-03-18 05:27:14 -0700128 for (int i = 0; i < gRunning.count(); i++) {
129 if (gRunning[i] == id) {
130 gRunning.removeShuffle(i);
131 break;
132 }
133 }
mtkleinafae30a2016-02-24 12:28:32 -0800134 pending = --gPending;
reed50bc0512015-05-19 14:13:31 -0700135 }
mtkleina17241b2015-01-23 05:48:00 -0800136 // We write our dm.json file every once in a while in case we crash.
137 // Notice this also handles the final dm.json when pending == 0.
138 if (pending % 500 == 0) {
139 JsonWriter::DumpJson();
140 }
mtklein@google.comd36522d2013-10-16 13:02:15 +0000141}
142
mtklein3eed7dd2016-02-24 19:07:07 -0800143static void start(const char* config, const char* src, const char* srcOptions, const char* name) {
144 SkString id = SkStringPrintf("%s %s %s %s", config, src, srcOptions, name);
mtkleinc41fd922016-03-08 09:01:39 -0800145 vlog("start %s\n", id.c_str());
mtklein15923c92016-02-29 10:14:38 -0800146 SkAutoTAcquire<SkSpinlock> lock(gMutex);
mtkleinb37cb412015-03-18 05:27:14 -0700147 gRunning.push_back(id);
148}
149
mtkleinafae30a2016-02-24 12:28:32 -0800150static void print_status() {
mtkleinafae30a2016-02-24 12:28:32 -0800151 int curr = sk_tools::getCurrResidentSetSizeMB(),
152 peak = sk_tools::getMaxResidentSetSizeMB();
mtkleinc41fd922016-03-08 09:01:39 -0800153 SkString elapsed = HumanizeMs(SkTime::GetMSecs() - kStartMs);
mtkleinafae30a2016-02-24 12:28:32 -0800154
mtklein15923c92016-02-29 10:14:38 -0800155 SkAutoTAcquire<SkSpinlock> lock(gMutex);
mtkleinc41fd922016-03-08 09:01:39 -0800156 info("\n%s elapsed, %d active, %d queued, %dMB RAM, %dMB peak\n",
157 elapsed.c_str(), gRunning.count(), gPending - gRunning.count(), curr, peak);
mtkleinafae30a2016-02-24 12:28:32 -0800158 for (auto& task : gRunning) {
mtkleinc41fd922016-03-08 09:01:39 -0800159 info("\t%s\n", task.c_str());
mtkleinafae30a2016-02-24 12:28:32 -0800160 }
161}
162
mtkleinf8557292016-02-29 06:35:28 -0800163// Yo dawg, I heard you like signals so I caught a signal in your
164// signal handler so you can handle signals while you handle signals.
165// Let's not get into that situation. Only print if we're the first ones to get a crash signal.
166static std::atomic<bool> in_signal_handler{false};
167
mtklein246ba3a2016-02-23 10:39:36 -0800168#if defined(SK_BUILD_FOR_WIN32)
mtkleinf8557292016-02-29 06:35:28 -0800169 static LONG WINAPI handler(EXCEPTION_POINTERS* e) {
170 static const struct {
171 const char* name;
robertphillips75467862016-03-01 14:10:23 -0800172 DWORD code;
mtkleinf8557292016-02-29 06:35:28 -0800173 } kExceptions[] = {
174 #define _(E) {#E, E}
175 _(EXCEPTION_ACCESS_VIOLATION),
176 _(EXCEPTION_BREAKPOINT),
177 _(EXCEPTION_INT_DIVIDE_BY_ZERO),
178 _(EXCEPTION_STACK_OVERFLOW),
179 // TODO: more?
180 #undef _
181 };
182
183 if (!in_signal_handler.exchange(true)) {
184 const DWORD code = e->ExceptionRecord->ExceptionCode;
mtkleinc41fd922016-03-08 09:01:39 -0800185 info("\nCaught exception %u", code);
mtkleinf8557292016-02-29 06:35:28 -0800186 for (const auto& exception : kExceptions) {
187 if (exception.code == code) {
mtkleinc41fd922016-03-08 09:01:39 -0800188 info(" %s", exception.name);
mtkleinf8557292016-02-29 06:35:28 -0800189 }
190 }
mtkleinc41fd922016-03-08 09:01:39 -0800191 info("\n");
mtkleinf8557292016-02-29 06:35:28 -0800192 print_status();
mtklein13bf3392016-03-17 10:16:12 -0700193 fflush(stdout);
mtkleinf8557292016-02-29 06:35:28 -0800194 }
195 // Execute default exception handler... hopefully, exit.
196 return EXCEPTION_EXECUTE_HANDLER;
mtklein246ba3a2016-02-23 10:39:36 -0800197 }
mtkleinf8557292016-02-29 06:35:28 -0800198 static void setup_crash_handler() { SetUnhandledExceptionFilter(handler); }
mtklein246ba3a2016-02-23 10:39:36 -0800199
mtklein819ab102016-02-29 17:02:52 -0800200#elif !defined(SK_BUILD_FOR_ANDROID)
201 #include <execinfo.h>
mtklein246ba3a2016-02-23 10:39:36 -0800202 #include <signal.h>
mtklein819ab102016-02-29 17:02:52 -0800203 #include <stdlib.h>
mtkleinf8557292016-02-29 06:35:28 -0800204
mtklein246ba3a2016-02-23 10:39:36 -0800205 static void setup_crash_handler() {
206 const int kSignals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV };
207 for (int sig : kSignals) {
208 signal(sig, [](int sig) {
mtkleinf8557292016-02-29 06:35:28 -0800209 if (!in_signal_handler.exchange(true)) {
mtklein819ab102016-02-29 17:02:52 -0800210 SkAutoTAcquire<SkSpinlock> lock(gMutex);
mtkleinc41fd922016-03-08 09:01:39 -0800211 info("\nCaught signal %d [%s], was running:\n", sig, strsignal(sig));
mtklein819ab102016-02-29 17:02:52 -0800212 for (auto& task : gRunning) {
mtkleinc41fd922016-03-08 09:01:39 -0800213 info("\t%s\n", task.c_str());
mtklein819ab102016-02-29 17:02:52 -0800214 }
215
216 void* stack[64];
217 int count = backtrace(stack, SK_ARRAY_COUNT(stack));
218 char** symbols = backtrace_symbols(stack, count);
mtkleinc41fd922016-03-08 09:01:39 -0800219 info("\nStack trace:\n");
mtklein819ab102016-02-29 17:02:52 -0800220 for (int i = 0; i < count; i++) {
mtkleinc41fd922016-03-08 09:01:39 -0800221 info(" %s\n", symbols[i]);
mtklein819ab102016-02-29 17:02:52 -0800222 }
mtklein13bf3392016-03-17 10:16:12 -0700223 fflush(stdout);
mtkleinf8557292016-02-29 06:35:28 -0800224 }
mtklein819ab102016-02-29 17:02:52 -0800225 _Exit(sig);
mtklein246ba3a2016-02-23 10:39:36 -0800226 });
227 }
228 }
mtklein819ab102016-02-29 17:02:52 -0800229
230#else // Android
231 static void setup_crash_handler() {}
mtklein246ba3a2016-02-23 10:39:36 -0800232#endif
233
mtklein748ca3b2015-01-15 10:56:12 -0800234/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
mtklein114c3cd2015-01-15 10:15:02 -0800235
mtklein62bd1a62015-01-27 14:46:26 -0800236struct Gold : public SkString {
mtkleina82f5622015-02-20 12:30:19 -0800237 Gold() : SkString("") {}
mtklein3eed7dd2016-02-24 19:07:07 -0800238 Gold(const SkString& sink, const SkString& src,
239 const SkString& srcOptions, const SkString& name,
240 const SkString& md5)
mtklein62bd1a62015-01-27 14:46:26 -0800241 : SkString("") {
242 this->append(sink);
243 this->append(src);
djsollen54416de2015-04-03 07:24:48 -0700244 this->append(srcOptions);
mtklein62bd1a62015-01-27 14:46:26 -0800245 this->append(name);
246 this->append(md5);
mtklein62bd1a62015-01-27 14:46:26 -0800247 }
mtkleinc8d1dd42015-10-15 12:23:01 -0700248 struct Hash {
249 uint32_t operator()(const Gold& g) const {
250 return SkGoodHash()((const SkString&)g);
251 }
252 };
mtklein62bd1a62015-01-27 14:46:26 -0800253};
mtkleina82f5622015-02-20 12:30:19 -0800254static SkTHashSet<Gold, Gold::Hash> gGold;
mtklein62bd1a62015-01-27 14:46:26 -0800255
256static void add_gold(JsonWriter::BitmapResult r) {
djsollen54416de2015-04-03 07:24:48 -0700257 gGold.add(Gold(r.config, r.sourceType, r.sourceOptions, r.name, r.md5));
mtklein62bd1a62015-01-27 14:46:26 -0800258}
259
260static void gather_gold() {
261 if (!FLAGS_readPath.isEmpty()) {
262 SkString path(FLAGS_readPath[0]);
263 path.append("/dm.json");
264 if (!JsonWriter::ReadJson(path.c_str(), add_gold)) {
265 fail(SkStringPrintf("Couldn't read %s for golden results.", path.c_str()));
266 }
267 }
268}
269
270/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
271
mtklein935f1b12016-03-16 08:37:19 -0700272#if defined(SK_BUILD_FOR_WIN32)
273 static const char* kNewline = "\r\n";
274#else
275 static const char* kNewline = "\n";
276#endif
277
borenet09ed4802015-04-03 14:15:33 -0700278static SkTHashSet<SkString> gUninterestingHashes;
279
280static void gather_uninteresting_hashes() {
281 if (!FLAGS_uninterestingHashesFile.isEmpty()) {
282 SkAutoTUnref<SkData> data(SkData::NewFromFileName(FLAGS_uninterestingHashesFile[0]));
mtkleincc334b32015-09-22 11:43:53 -0700283 if (!data) {
mtkleinc41fd922016-03-08 09:01:39 -0800284 info("WARNING: unable to read uninteresting hashes from %s\n",
285 FLAGS_uninterestingHashesFile[0]);
mtkleincc334b32015-09-22 11:43:53 -0700286 return;
287 }
borenet09ed4802015-04-03 14:15:33 -0700288 SkTArray<SkString> hashes;
mtklein935f1b12016-03-16 08:37:19 -0700289 SkStrSplit((const char*)data->data(), kNewline, &hashes);
borenet09ed4802015-04-03 14:15:33 -0700290 for (const SkString& hash : hashes) {
291 gUninterestingHashes.add(hash);
292 }
mtkleinc41fd922016-03-08 09:01:39 -0800293 info("FYI: loaded %d distinct uninteresting hashes from %d lines\n",
294 gUninterestingHashes.count(), hashes.count());
borenet09ed4802015-04-03 14:15:33 -0700295 }
296}
297
298/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
299
mtkleine0effd62015-07-29 06:37:28 -0700300struct TaggedSrc : public SkAutoTDelete<Src> {
mtklein3eed7dd2016-02-24 19:07:07 -0800301 SkString tag;
302 SkString options;
mtkleine0effd62015-07-29 06:37:28 -0700303};
304
305struct TaggedSink : public SkAutoTDelete<Sink> {
kkinnunen3e980c32015-12-23 01:33:00 -0800306 SkString tag;
djsollen54416de2015-04-03 07:24:48 -0700307};
mtklein748ca3b2015-01-15 10:56:12 -0800308
309static const bool kMemcpyOK = true;
310
mtkleine0effd62015-07-29 06:37:28 -0700311static SkTArray<TaggedSrc, kMemcpyOK> gSrcs;
312static SkTArray<TaggedSink, kMemcpyOK> gSinks;
mtklein748ca3b2015-01-15 10:56:12 -0800313
mtklein6393c062015-04-27 08:45:01 -0700314static bool in_shard() {
315 static int N = 0;
316 return N++ % FLAGS_shards == FLAGS_shard;
317}
318
mtklein3eed7dd2016-02-24 19:07:07 -0800319static void push_src(const char* tag, ImplicitString options, Src* s) {
mtklein748ca3b2015-01-15 10:56:12 -0800320 SkAutoTDelete<Src> src(s);
mtklein6393c062015-04-27 08:45:01 -0700321 if (in_shard() &&
mtklein3eed7dd2016-02-24 19:07:07 -0800322 FLAGS_src.contains(tag) &&
mtklein748ca3b2015-01-15 10:56:12 -0800323 !SkCommandLineFlags::ShouldSkip(FLAGS_match, src->name().c_str())) {
mtkleine0effd62015-07-29 06:37:28 -0700324 TaggedSrc& s = gSrcs.push_back();
mtklein18300a32016-03-16 13:53:35 -0700325 s.reset(src.release());
mtklein748ca3b2015-01-15 10:56:12 -0800326 s.tag = tag;
djsollen54416de2015-04-03 07:24:48 -0700327 s.options = options;
mtklein114c3cd2015-01-15 10:15:02 -0800328 }
mtklein748ca3b2015-01-15 10:56:12 -0800329}
mtklein114c3cd2015-01-15 10:15:02 -0800330
msarett9e707a02015-09-01 14:57:57 -0700331static void push_codec_src(Path path, CodecSrc::Mode mode, CodecSrc::DstColorType dstColorType,
scroggoc5560be2016-02-03 09:42:42 -0800332 SkAlphaType dstAlphaType, float scale) {
scroggoe4499842016-02-25 11:03:47 -0800333 if (FLAGS_simpleCodec) {
334 if (mode != CodecSrc::kCodec_Mode || dstColorType != CodecSrc::kGetFromCanvas_DstColorType
335 || scale != 1.0f)
336 // Only decode in the simple case.
337 return;
338 }
msarett9e707a02015-09-01 14:57:57 -0700339 SkString folder;
340 switch (mode) {
341 case CodecSrc::kCodec_Mode:
342 folder.append("codec");
343 break;
msarettbb25b532016-01-13 09:31:39 -0800344 case CodecSrc::kCodecZeroInit_Mode:
345 folder.append("codec_zero_init");
346 break;
msarett9e707a02015-09-01 14:57:57 -0700347 case CodecSrc::kScanline_Mode:
348 folder.append("scanline");
349 break;
msarett9e707a02015-09-01 14:57:57 -0700350 case CodecSrc::kStripe_Mode:
351 folder.append("stripe");
352 break;
msarett91c22b22016-02-22 12:27:46 -0800353 case CodecSrc::kCroppedScanline_Mode:
354 folder.append("crop");
355 break;
msarett9e707a02015-09-01 14:57:57 -0700356 case CodecSrc::kSubset_Mode:
msarett36c37962015-09-02 13:20:52 -0700357 folder.append("codec_subset");
msarett9e707a02015-09-01 14:57:57 -0700358 break;
359 }
360
361 switch (dstColorType) {
362 case CodecSrc::kGrayscale_Always_DstColorType:
363 folder.append("_kGray8");
364 break;
365 case CodecSrc::kIndex8_Always_DstColorType:
366 folder.append("_kIndex8");
367 break;
msarett34e0ec42016-04-22 16:27:24 -0700368 case CodecSrc::kNonNative8888_Always_DstColorType:
369 folder.append("_kNonNative");
370 break;
msarett9e707a02015-09-01 14:57:57 -0700371 default:
372 break;
373 }
374
scroggoc5560be2016-02-03 09:42:42 -0800375 switch (dstAlphaType) {
scroggoc5560be2016-02-03 09:42:42 -0800376 case kPremul_SkAlphaType:
377 folder.append("_premul");
378 break;
379 case kUnpremul_SkAlphaType:
380 folder.append("_unpremul");
381 break;
382 default:
383 break;
384 }
385
msarett9e707a02015-09-01 14:57:57 -0700386 if (1.0f != scale) {
387 folder.appendf("_%.3f", scale);
388 }
389
scroggoc5560be2016-02-03 09:42:42 -0800390 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale);
msarett9e707a02015-09-01 14:57:57 -0700391 push_src("image", folder, src);
392}
393
scroggof8dc9df2016-05-16 09:04:13 -0700394static void push_android_codec_src(Path path, CodecSrc::DstColorType dstColorType,
395 SkAlphaType dstAlphaType, int sampleSize) {
msarett3d9d7a72015-10-21 10:27:10 -0700396 SkString folder;
scroggof8dc9df2016-05-16 09:04:13 -0700397 folder.append("scaled_codec");
msarett3d9d7a72015-10-21 10:27:10 -0700398
399 switch (dstColorType) {
400 case CodecSrc::kGrayscale_Always_DstColorType:
401 folder.append("_kGray8");
402 break;
403 case CodecSrc::kIndex8_Always_DstColorType:
404 folder.append("_kIndex8");
405 break;
msarett34e0ec42016-04-22 16:27:24 -0700406 case CodecSrc::kNonNative8888_Always_DstColorType:
407 folder.append("_kNonNative");
408 break;
msarett3d9d7a72015-10-21 10:27:10 -0700409 default:
410 break;
411 }
412
scroggoc5560be2016-02-03 09:42:42 -0800413 switch (dstAlphaType) {
scroggoc5560be2016-02-03 09:42:42 -0800414 case kPremul_SkAlphaType:
415 folder.append("_premul");
416 break;
msarett9e9444c2016-02-03 12:39:10 -0800417 case kUnpremul_SkAlphaType:
418 folder.append("_unpremul");
419 break;
scroggoc5560be2016-02-03 09:42:42 -0800420 default:
421 break;
422 }
423
msarett3d9d7a72015-10-21 10:27:10 -0700424 if (1 != sampleSize) {
msarett4b0778e2015-11-13 09:59:11 -0800425 folder.appendf("_%.3f", 1.0f / (float) sampleSize);
msarett3d9d7a72015-10-21 10:27:10 -0700426 }
427
scroggof8dc9df2016-05-16 09:04:13 -0700428 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize);
msarett3d9d7a72015-10-21 10:27:10 -0700429 push_src("image", folder, src);
430}
431
msarett18976312016-03-09 14:20:58 -0800432static void push_image_gen_src(Path path, ImageGenSrc::Mode mode, SkAlphaType alphaType, bool isGpu)
433{
434 SkString folder;
435 switch (mode) {
436 case ImageGenSrc::kCodec_Mode:
437 folder.append("gen_codec");
438 break;
439 case ImageGenSrc::kPlatform_Mode:
440 folder.append("gen_platform");
441 break;
442 }
443
444 if (isGpu) {
445 folder.append("_gpu");
446 } else {
447 switch (alphaType) {
448 case kOpaque_SkAlphaType:
449 folder.append("_opaque");
450 break;
451 case kPremul_SkAlphaType:
452 folder.append("_premul");
453 break;
454 case kUnpremul_SkAlphaType:
455 folder.append("_unpremul");
456 break;
457 default:
458 break;
459 }
460 }
461
462 ImageGenSrc* src = new ImageGenSrc(path, mode, alphaType, isGpu);
463 push_src("image", folder, src);
464}
465
msarett438b2ad2015-04-09 12:43:10 -0700466static void push_codec_srcs(Path path) {
467 SkAutoTUnref<SkData> encoded(SkData::NewFromFileName(path.c_str()));
468 if (!encoded) {
mtkleinc41fd922016-03-08 09:01:39 -0800469 info("Couldn't read %s.", path.c_str());
msarett438b2ad2015-04-09 12:43:10 -0700470 return;
471 }
472 SkAutoTDelete<SkCodec> codec(SkCodec::NewFromData(encoded));
halcanary96fcdcc2015-08-27 07:41:13 -0700473 if (nullptr == codec.get()) {
mtkleinc41fd922016-03-08 09:01:39 -0800474 info("Couldn't create codec for %s.", path.c_str());
msarett438b2ad2015-04-09 12:43:10 -0700475 return;
476 }
477
scroggo9366aff2016-05-20 08:38:54 -0700478 // native scaling is only supported by WEBP and JPEG
479 bool supportsNativeScaling = false;
msarett438b2ad2015-04-09 12:43:10 -0700480
msarett91c22b22016-02-22 12:27:46 -0800481 SkTArray<CodecSrc::Mode> nativeModes;
482 nativeModes.push_back(CodecSrc::kCodec_Mode);
483 nativeModes.push_back(CodecSrc::kCodecZeroInit_Mode);
msarett91c22b22016-02-22 12:27:46 -0800484 switch (codec->getEncodedFormat()) {
485 case SkEncodedFormat::kJPEG_SkEncodedFormat:
486 nativeModes.push_back(CodecSrc::kScanline_Mode);
487 nativeModes.push_back(CodecSrc::kStripe_Mode);
488 nativeModes.push_back(CodecSrc::kCroppedScanline_Mode);
scroggo9366aff2016-05-20 08:38:54 -0700489 supportsNativeScaling = true;
msarett91c22b22016-02-22 12:27:46 -0800490 break;
491 case SkEncodedFormat::kWEBP_SkEncodedFormat:
492 nativeModes.push_back(CodecSrc::kSubset_Mode);
scroggo9366aff2016-05-20 08:38:54 -0700493 supportsNativeScaling = true;
msarett91c22b22016-02-22 12:27:46 -0800494 break;
yujieqin7a307df2016-03-11 07:32:33 -0800495 case SkEncodedFormat::kDNG_SkEncodedFormat:
msarettb65e6042016-02-23 05:37:25 -0800496 break;
msarett91c22b22016-02-22 12:27:46 -0800497 default:
498 nativeModes.push_back(CodecSrc::kScanline_Mode);
msarett91c22b22016-02-22 12:27:46 -0800499 break;
500 }
msarett9e707a02015-09-01 14:57:57 -0700501
msarett91c22b22016-02-22 12:27:46 -0800502 SkTArray<CodecSrc::DstColorType> colorTypes;
503 colorTypes.push_back(CodecSrc::kGetFromCanvas_DstColorType);
msarett34e0ec42016-04-22 16:27:24 -0700504 colorTypes.push_back(CodecSrc::kNonNative8888_Always_DstColorType);
msarett36c37962015-09-02 13:20:52 -0700505 switch (codec->getInfo().colorType()) {
506 case kGray_8_SkColorType:
msarett91c22b22016-02-22 12:27:46 -0800507 colorTypes.push_back(CodecSrc::kGrayscale_Always_DstColorType);
msarett55f7bdd2016-02-16 13:24:54 -0800508 if (kWBMP_SkEncodedFormat == codec->getEncodedFormat()) {
msarett91c22b22016-02-22 12:27:46 -0800509 colorTypes.push_back(CodecSrc::kIndex8_Always_DstColorType);
msarett55f7bdd2016-02-16 13:24:54 -0800510 }
msarett36c37962015-09-02 13:20:52 -0700511 break;
512 case kIndex_8_SkColorType:
msarett91c22b22016-02-22 12:27:46 -0800513 colorTypes.push_back(CodecSrc::kIndex8_Always_DstColorType);
msarett36c37962015-09-02 13:20:52 -0700514 break;
515 default:
msarett36c37962015-09-02 13:20:52 -0700516 break;
517 }
msarett9e707a02015-09-01 14:57:57 -0700518
scroggoc5560be2016-02-03 09:42:42 -0800519 SkTArray<SkAlphaType> alphaModes;
520 alphaModes.push_back(kPremul_SkAlphaType);
scroggof2c96a22016-05-20 11:08:27 -0700521 if (codec->getInfo().alphaType() != kOpaque_SkAlphaType) {
522 alphaModes.push_back(kUnpremul_SkAlphaType);
scroggoc5560be2016-02-03 09:42:42 -0800523 }
msarettb714fb02016-01-22 14:46:42 -0800524
525 for (CodecSrc::Mode mode : nativeModes) {
scroggo9366aff2016-05-20 08:38:54 -0700526 for (CodecSrc::DstColorType colorType : colorTypes) {
527 for (SkAlphaType alphaType : alphaModes) {
scroggof2c96a22016-05-20 11:08:27 -0700528 // Only test kCroppedScanline_Mode when the alpha type is premul. The test is
scroggo9366aff2016-05-20 08:38:54 -0700529 // slow and won't be interestingly different with different alpha types.
530 if (CodecSrc::kCroppedScanline_Mode == mode &&
scroggof2c96a22016-05-20 11:08:27 -0700531 kPremul_SkAlphaType != alphaType) {
scroggo9366aff2016-05-20 08:38:54 -0700532 continue;
533 }
msarett91c22b22016-02-22 12:27:46 -0800534
scroggo9366aff2016-05-20 08:38:54 -0700535 push_codec_src(path, mode, colorType, alphaType, 1.0f);
msarettf3dc1882016-04-26 13:06:38 -0700536
scroggo9366aff2016-05-20 08:38:54 -0700537 // Skip kNonNative on different native scales. It won't be interestingly
538 // different.
539 if (supportsNativeScaling &&
540 CodecSrc::kNonNative8888_Always_DstColorType == colorType) {
541 // Native Scales
542 // SkJpegCodec natively supports scaling to the following:
543 for (auto scale : { 0.125f, 0.25f, 0.375f, 0.5f, 0.625f, 0.750f, 0.875f }) {
544 push_codec_src(path, mode, colorType, alphaType, scale);
545 }
scroggoc5560be2016-02-03 09:42:42 -0800546 }
msarett9e707a02015-09-01 14:57:57 -0700547 }
548 }
msarett0a242972015-06-11 14:27:27 -0700549 }
msarett36c37962015-09-02 13:20:52 -0700550
scroggoe4499842016-02-25 11:03:47 -0800551 if (FLAGS_simpleCodec) {
552 return;
553 }
554
msarett3d9d7a72015-10-21 10:27:10 -0700555 const int sampleSizes[] = { 1, 2, 3, 4, 5, 6, 7, 8 };
msarett36c37962015-09-02 13:20:52 -0700556
msarett3d9d7a72015-10-21 10:27:10 -0700557 for (int sampleSize : sampleSizes) {
msarett91c22b22016-02-22 12:27:46 -0800558 for (CodecSrc::DstColorType colorType : colorTypes) {
scroggoc5560be2016-02-03 09:42:42 -0800559 for (SkAlphaType alphaType : alphaModes) {
msarettf3dc1882016-04-26 13:06:38 -0700560 // We can exercise all of the kNonNative support code in the swizzler with just a
561 // few sample sizes. Skip the rest.
562 if (CodecSrc::kNonNative8888_Always_DstColorType == colorType && sampleSize > 3) {
563 continue;
564 }
565
scroggof8dc9df2016-05-16 09:04:13 -0700566 push_android_codec_src(path, colorType, alphaType, sampleSize);
msarett3d9d7a72015-10-21 10:27:10 -0700567 }
msarett36c37962015-09-02 13:20:52 -0700568 }
569 }
msarett18976312016-03-09 14:20:58 -0800570
571 static const char* const rawExts[] = {
572 "arw", "cr2", "dng", "nef", "nrw", "orf", "raf", "rw2", "pef", "srw",
573 "ARW", "CR2", "DNG", "NEF", "NRW", "ORF", "RAF", "RW2", "PEF", "SRW",
574 };
575
576 // There is not currently a reason to test RAW images on image generator.
577 // If we want to enable these tests, we will need to fix skbug.com/5079.
578 for (const char* ext : rawExts) {
579 if (path.endsWith(ext)) {
580 return;
581 }
582 }
583
584 // Push image generator GPU test.
brianosmanc9ced392016-03-24 07:27:43 -0700585 push_image_gen_src(path, ImageGenSrc::kCodec_Mode, codec->getInfo().alphaType(), true);
msarett18976312016-03-09 14:20:58 -0800586
587 // Push image generator CPU tests.
588 for (SkAlphaType alphaType : alphaModes) {
589 push_image_gen_src(path, ImageGenSrc::kCodec_Mode, alphaType, false);
590
591#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS)
592 if (kWEBP_SkEncodedFormat != codec->getEncodedFormat() &&
593 kWBMP_SkEncodedFormat != codec->getEncodedFormat() &&
594 kUnpremul_SkAlphaType != alphaType)
595 {
596 push_image_gen_src(path, ImageGenSrc::kPlatform_Mode, alphaType, false);
597 }
msarettfc0b6d12016-03-17 13:50:17 -0700598#elif defined(SK_BUILD_FOR_WIN)
599 if (kWEBP_SkEncodedFormat != codec->getEncodedFormat() &&
600 kWBMP_SkEncodedFormat != codec->getEncodedFormat())
601 {
602 push_image_gen_src(path, ImageGenSrc::kPlatform_Mode, alphaType, false);
603 }
msarett18976312016-03-09 14:20:58 -0800604#endif
605 }
msarett438b2ad2015-04-09 12:43:10 -0700606}
607
msarettd1227a72016-05-18 06:23:57 -0700608static void push_brd_src(Path path, CodecSrc::DstColorType dstColorType, BRDSrc::Mode mode,
609 uint32_t sampleSize) {
610 SkString folder("brd_android_codec");
msaretta5783ae2015-09-08 15:35:32 -0700611 switch (mode) {
612 case BRDSrc::kFullImage_Mode:
613 break;
614 case BRDSrc::kDivisor_Mode:
615 folder.append("_divisor");
616 break;
617 default:
618 SkASSERT(false);
619 return;
620 }
621
622 switch (dstColorType) {
623 case CodecSrc::kGetFromCanvas_DstColorType:
624 break;
625 case CodecSrc::kIndex8_Always_DstColorType:
626 folder.append("_kIndex");
627 break;
628 case CodecSrc::kGrayscale_Always_DstColorType:
629 folder.append("_kGray");
630 break;
631 default:
632 SkASSERT(false);
633 return;
634 }
635
636 if (1 != sampleSize) {
msarett4b0778e2015-11-13 09:59:11 -0800637 folder.appendf("_%.3f", 1.0f / (float) sampleSize);
msaretta5783ae2015-09-08 15:35:32 -0700638 }
639
msarettd1227a72016-05-18 06:23:57 -0700640 BRDSrc* src = new BRDSrc(path, mode, dstColorType, sampleSize);
msaretta5783ae2015-09-08 15:35:32 -0700641 push_src("image", folder, src);
642}
643
644static void push_brd_srcs(Path path) {
scroggo24a9bd72016-05-20 06:02:42 -0700645 // Only run Index8 and grayscale to one sampleSize and Mode. Though interesting
646 // to test these color types, they should not reveal anything across various
647 // sampleSizes and Modes
648 for (auto type : { CodecSrc::kIndex8_Always_DstColorType,
649 CodecSrc::kGrayscale_Always_DstColorType }) {
650 // Arbitrarily choose Mode and sampleSize.
651 push_brd_src(path, type, BRDSrc::kFullImage_Mode, 2);
652 }
653
654
scroggo501b7342015-11-03 07:55:11 -0800655 // Test on a variety of sampleSizes, making sure to include:
656 // - 2, 4, and 8, which are natively supported by jpeg
657 // - multiples of 2 which are not divisible by 4 (analogous for 4)
658 // - larger powers of two, since BRD clients generally use powers of 2
659 // We will only produce output for the larger sizes on large images.
660 const uint32_t sampleSizes[] = { 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 64 };
msarett6efbe052015-09-11 09:01:16 -0700661
msaretta5783ae2015-09-08 15:35:32 -0700662 const BRDSrc::Mode modes[] = {
msarett26ad17b2015-10-22 07:29:19 -0700663 BRDSrc::kFullImage_Mode,
664 BRDSrc::kDivisor_Mode,
msaretta5783ae2015-09-08 15:35:32 -0700665 };
666
msarettd1227a72016-05-18 06:23:57 -0700667 for (uint32_t sampleSize : sampleSizes) {
scroggo24a9bd72016-05-20 06:02:42 -0700668 for (BRDSrc::Mode mode : modes) {
669 push_brd_src(path, CodecSrc::kGetFromCanvas_DstColorType, mode, sampleSize);
msaretta5783ae2015-09-08 15:35:32 -0700670 }
671 }
672}
673
674static bool brd_supported(const char* ext) {
msarett8c8f22a2015-04-01 06:58:48 -0700675 static const char* const exts[] = {
msaretta5783ae2015-09-08 15:35:32 -0700676 "jpg", "jpeg", "png", "webp",
677 "JPG", "JPEG", "PNG", "WEBP",
msarett8c8f22a2015-04-01 06:58:48 -0700678 };
679
680 for (uint32_t i = 0; i < SK_ARRAY_COUNT(exts); i++) {
681 if (0 == strcmp(exts[i], ext)) {
682 return true;
683 }
684 }
685 return false;
scroggo9b77ddd2015-03-19 06:03:39 -0700686}
687
scroggo86737142016-02-03 12:19:11 -0800688static bool gather_srcs() {
mtklein748ca3b2015-01-15 10:56:12 -0800689 for (const skiagm::GMRegistry* r = skiagm::GMRegistry::Head(); r; r = r->next()) {
djsollen54416de2015-04-03 07:24:48 -0700690 push_src("gm", "", new GMSrc(r->factory()));
mtklein748ca3b2015-01-15 10:56:12 -0800691 }
halcanaryfc37ad12015-01-30 07:31:19 -0800692 for (int i = 0; i < FLAGS_skps.count(); i++) {
693 const char* path = FLAGS_skps[i];
694 if (sk_isdir(path)) {
695 SkOSFile::Iter it(path, "skp");
696 for (SkString file; it.next(&file); ) {
djsollen54416de2015-04-03 07:24:48 -0700697 push_src("skp", "", new SKPSrc(SkOSPath::Join(path, file.c_str())));
halcanaryfc37ad12015-01-30 07:31:19 -0800698 }
699 } else {
djsollen54416de2015-04-03 07:24:48 -0700700 push_src("skp", "", new SKPSrc(path));
mtklein114c3cd2015-01-15 10:15:02 -0800701 }
702 }
scroggo86737142016-02-03 12:19:11 -0800703
704 SkTArray<SkString> images;
msarett69deca82016-04-29 09:38:40 -0700705 if (!CollectImages(FLAGS_images, &images)) {
scroggo86737142016-02-03 12:19:11 -0800706 return false;
707 }
708
709 for (auto image : images) {
710 push_codec_srcs(image);
scroggoe4499842016-02-25 11:03:47 -0800711 if (FLAGS_simpleCodec) {
712 continue;
713 }
714
mtklein21eaf3b2016-02-08 12:39:59 -0800715 const char* ext = strrchr(image.c_str(), '.');
716 if (ext && brd_supported(ext+1)) {
scroggo86737142016-02-03 12:19:11 -0800717 push_brd_srcs(image);
mtklein709d2c32015-01-15 08:30:25 -0800718 }
mtklein709d2c32015-01-15 08:30:25 -0800719 }
scroggo86737142016-02-03 12:19:11 -0800720
msarett69deca82016-04-29 09:38:40 -0700721 SkTArray<SkString> colorImages;
722 if (!CollectImages(FLAGS_colorImages, &colorImages)) {
723 return false;
724 }
725
726 for (auto colorImage : colorImages) {
727 ColorCodecSrc* src = new ColorCodecSrc(colorImage, ColorCodecSrc::kBaseline_Mode);
728 push_src("image", "color_codec_baseline", src);
729 }
730
scroggo86737142016-02-03 12:19:11 -0800731 return true;
mtklein709d2c32015-01-15 08:30:25 -0800732}
733
kkinnunen3e980c32015-12-23 01:33:00 -0800734static void push_sink(const SkCommandLineConfig& config, Sink* s) {
rmistry0f515bd2015-12-22 10:22:26 -0800735 SkAutoTDelete<Sink> sink(s);
kkinnunen3e980c32015-12-23 01:33:00 -0800736
mtkleine0effd62015-07-29 06:37:28 -0700737 // Try a simple Src as a canary. If it fails, skip this sink.
mtklein748ca3b2015-01-15 10:56:12 -0800738 struct : public Src {
mtkleine0effd62015-07-29 06:37:28 -0700739 Error draw(SkCanvas* c) const override {
740 c->drawRect(SkRect::MakeWH(1,1), SkPaint());
741 return "";
742 }
mtklein36352bf2015-03-25 18:17:31 -0700743 SkISize size() const override { return SkISize::Make(16, 16); }
mtkleine0effd62015-07-29 06:37:28 -0700744 Name name() const override { return "justOneRect"; }
745 } justOneRect;
mtklein114c3cd2015-01-15 10:15:02 -0800746
mtklein748ca3b2015-01-15 10:56:12 -0800747 SkBitmap bitmap;
748 SkDynamicMemoryWStream stream;
mtkleinb9eb4ac2015-02-02 18:26:03 -0800749 SkString log;
mtkleine0effd62015-07-29 06:37:28 -0700750 Error err = sink->draw(justOneRect, &bitmap, &stream, &log);
mtklein4089ef72015-03-05 08:40:28 -0800751 if (err.isFatal()) {
mtkleinc41fd922016-03-08 09:01:39 -0800752 info("Could not run %s: %s\n", config.getTag().c_str(), err.c_str());
mtklein05641a52015-04-21 10:49:13 -0700753 exit(1);
mtklein114c3cd2015-01-15 10:15:02 -0800754 }
755
mtkleine0effd62015-07-29 06:37:28 -0700756 TaggedSink& ts = gSinks.push_back();
mtklein18300a32016-03-16 13:53:35 -0700757 ts.reset(sink.release());
kkinnunen3e980c32015-12-23 01:33:00 -0800758 ts.tag = config.getTag();
mtklein748ca3b2015-01-15 10:56:12 -0800759}
760
761static bool gpu_supported() {
762#if SK_SUPPORT_GPU
763 return FLAGS_gpu;
764#else
765 return false;
766#endif
767}
kkinnunen9ebc3f02015-12-21 23:48:13 -0800768
kkinnunen3e980c32015-12-23 01:33:00 -0800769static Sink* create_sink(const SkCommandLineConfig* config) {
770#if SK_SUPPORT_GPU
771 if (gpu_supported()) {
772 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) {
bsalomon85b4b532016-04-05 11:06:27 -0700773 GrContextFactory::ContextType contextType = gpuConfig->getContextType();
774 GrContextFactory::ContextOptions contextOptions =
775 GrContextFactory::kNone_ContextOptions;
kkinnunen3e980c32015-12-23 01:33:00 -0800776 if (gpuConfig->getUseNVPR()) {
bsalomon85b4b532016-04-05 11:06:27 -0700777 contextOptions = static_cast<GrContextFactory::ContextOptions>(
778 contextOptions | GrContextFactory::kEnableNVPR_ContextOptions);
kkinnunen3e980c32015-12-23 01:33:00 -0800779 }
brianosman898235c2016-04-06 07:38:23 -0700780 if (SkColorAndProfileAreGammaCorrect(gpuConfig->getColorType(),
781 gpuConfig->getProfileType())) {
bsalomon85b4b532016-04-05 11:06:27 -0700782 contextOptions = static_cast<GrContextFactory::ContextOptions>(
783 contextOptions | GrContextFactory::kRequireSRGBSupport_ContextOptions);
brianosman61d3b082016-03-30 11:19:36 -0700784 }
kkinnunen3e980c32015-12-23 01:33:00 -0800785 GrContextFactory testFactory;
786 if (!testFactory.get(contextType, contextOptions)) {
mtkleinc41fd922016-03-08 09:01:39 -0800787 info("WARNING: can not create GPU context for config '%s'. "
788 "GM tests will be skipped.\n", gpuConfig->getTag().c_str());
kkinnunen3e980c32015-12-23 01:33:00 -0800789 return nullptr;
790 }
791 return new GPUSink(contextType, contextOptions, gpuConfig->getSamples(),
brianosmand93c1202016-03-10 07:49:08 -0800792 gpuConfig->getUseDIText(), gpuConfig->getColorType(),
793 gpuConfig->getProfileType(), FLAGS_gpu_threading);
kkinnunen3e980c32015-12-23 01:33:00 -0800794 }
795 }
796#endif
797
798#define SINK(t, sink, ...) if (config->getBackend().equals(t)) { return new sink(__VA_ARGS__); }
799
tomhudsoneebc39a2015-02-23 12:18:05 -0800800#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
801 SINK("hwui", HWUISink);
802#endif
803
mtklein748ca3b2015-01-15 10:56:12 -0800804 if (FLAGS_cpu) {
805 SINK("565", RasterSink, kRGB_565_SkColorType);
806 SINK("8888", RasterSink, kN32_SkColorType);
mtklein27c3fdd2016-02-26 14:43:21 -0800807 SINK("srgb", RasterSink, kN32_SkColorType, kSRGB_SkColorProfileType);
808 SINK("f16", RasterSink, kRGBA_F16_SkColorType);
halcanary94b87bd2016-04-04 06:12:15 -0700809 SINK("pdf", PDFSink);
mtklein9c3f17d2015-01-28 11:35:18 -0800810 SINK("skp", SKPSink);
mtklein8a4527e2015-01-31 20:00:58 -0800811 SINK("svg", SVGSink);
812 SINK("null", NullSink);
halcanary47ef4d52015-03-03 09:13:09 -0800813 SINK("xps", XPSSink);
halcanary4b656662016-04-27 07:45:18 -0700814 SINK("pdfa", PDFSink, true);
mtklein748ca3b2015-01-15 10:56:12 -0800815 }
816#undef SINK
halcanary96fcdcc2015-08-27 07:41:13 -0700817 return nullptr;
mtklein114c3cd2015-01-15 10:15:02 -0800818}
819
kkinnunen3e980c32015-12-23 01:33:00 -0800820static Sink* create_via(const SkString& tag, Sink* wrapped) {
821#define VIA(t, via, ...) if (tag.equals(t)) { return new via(__VA_ARGS__); }
halcanary96fcdcc2015-08-27 07:41:13 -0700822 VIA("twice", ViaTwice, wrapped);
halcanary96fcdcc2015-08-27 07:41:13 -0700823 VIA("serialize", ViaSerialization, wrapped);
mtklein4a34ecb2016-01-08 10:19:35 -0800824 VIA("pic", ViaPicture, wrapped);
halcanary96fcdcc2015-08-27 07:41:13 -0700825 VIA("2ndpic", ViaSecondPicture, wrapped);
mtkleind31c13d2015-05-05 12:59:56 -0700826 VIA("sp", ViaSingletonPictures, wrapped);
halcanary96fcdcc2015-08-27 07:41:13 -0700827 VIA("tiles", ViaTiles, 256, 256, nullptr, wrapped);
mtklein7edca212015-01-21 13:18:51 -0800828 VIA("tiles_rt", ViaTiles, 256, 256, new SkRTreeFactory, wrapped);
mtklein748ca3b2015-01-15 10:56:12 -0800829
mtkleind603b222015-02-17 11:13:33 -0800830 if (FLAGS_matrix.count() == 4) {
mtklein748ca3b2015-01-15 10:56:12 -0800831 SkMatrix m;
mtkleind603b222015-02-17 11:13:33 -0800832 m.reset();
833 m.setScaleX((SkScalar)atof(FLAGS_matrix[0]));
834 m.setSkewX ((SkScalar)atof(FLAGS_matrix[1]));
835 m.setSkewY ((SkScalar)atof(FLAGS_matrix[2]));
836 m.setScaleY((SkScalar)atof(FLAGS_matrix[3]));
837 VIA("matrix", ViaMatrix, m, wrapped);
838 VIA("upright", ViaUpright, m, wrapped);
mtklein748ca3b2015-01-15 10:56:12 -0800839 }
tomhudson64de1e12015-03-05 08:01:07 -0800840
841#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
842 VIA("androidsdk", ViaAndroidSDK, wrapped);
843#endif
844
mtklein748ca3b2015-01-15 10:56:12 -0800845#undef VIA
halcanary96fcdcc2015-08-27 07:41:13 -0700846 return nullptr;
mtklein114c3cd2015-01-15 10:15:02 -0800847}
848
brianosman05c987c2016-05-09 13:42:16 -0700849static bool gather_sinks() {
kkinnunen3e980c32015-12-23 01:33:00 -0800850 SkCommandLineConfigArray configs;
851 ParseConfigs(FLAGS_config, &configs);
852 for (int i = 0; i < configs.count(); i++) {
853 const SkCommandLineConfig& config = *configs[i];
854 Sink* sink = create_sink(&config);
855 if (sink == nullptr) {
mtkleinc41fd922016-03-08 09:01:39 -0800856 info("Skipping config %s: Don't understand '%s'.\n", config.getTag().c_str(),
857 config.getTag().c_str());
kkinnunen3e980c32015-12-23 01:33:00 -0800858 continue;
859 }
mtklein748ca3b2015-01-15 10:56:12 -0800860
kkinnunen3e980c32015-12-23 01:33:00 -0800861 const SkTArray<SkString>& parts = config.getViaParts();
862 for (int j = parts.count(); j-- > 0;) {
863 const SkString& part = parts[j];
864 Sink* next = create_via(part, sink);
halcanary96fcdcc2015-08-27 07:41:13 -0700865 if (next == nullptr) {
mtkleinc41fd922016-03-08 09:01:39 -0800866 info("Skipping config %s: Don't understand '%s'.\n", config.getTag().c_str(),
867 part.c_str());
mtklein748ca3b2015-01-15 10:56:12 -0800868 delete sink;
halcanary96fcdcc2015-08-27 07:41:13 -0700869 sink = nullptr;
mtklein748ca3b2015-01-15 10:56:12 -0800870 break;
871 }
872 sink = next;
873 }
874 if (sink) {
875 push_sink(config, sink);
mtklein114c3cd2015-01-15 10:15:02 -0800876 }
877 }
brianosman05c987c2016-05-09 13:42:16 -0700878
879 // If no configs were requested (just running tests, perhaps?), then we're okay.
880 // Otherwise, make sure that at least one sink was constructed correctly. This catches
881 // the case of bots without a GPU being assigned GPU configs.
882 return (configs.count() == 0) || (gSinks.count() > 0);
mtklein114c3cd2015-01-15 10:15:02 -0800883}
mtklein709d2c32015-01-15 08:30:25 -0800884
mtkleina5114d72015-08-24 13:27:01 -0700885static bool dump_png(SkBitmap bitmap, const char* path, const char* md5) {
886 const int w = bitmap.width(),
887 h = bitmap.height();
888
brianosman3c579dc2016-04-19 09:18:11 -0700889 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(bitmap);
890 if (encodedBitmap.get() == nullptr) {
891 return false;
mtkleina5114d72015-08-24 13:27:01 -0700892 }
brianosman3c579dc2016-04-19 09:18:11 -0700893 uint32_t* rgba = static_cast<uint32_t*>(encodedBitmap.get()->writable_data());
mtkleina5114d72015-08-24 13:27:01 -0700894
895 // We don't need bitmap anymore. Might as well drop our ref.
mtkleinfccb77d2015-08-24 14:13:29 -0700896 bitmap.reset();
mtkleina5114d72015-08-24 13:27:01 -0700897
mtkleinc64137c2015-08-25 10:56:08 -0700898 FILE* f = fopen(path, "wb");
mtkleina5114d72015-08-24 13:27:01 -0700899 if (!f) { return false; }
900
901 png_structp png = png_create_write_struct(PNG_LIBPNG_VER_STRING, nullptr, nullptr, nullptr);
902 if (!png) {
903 fclose(f);
904 return false;
905 }
906
907 png_infop info = png_create_info_struct(png);
908 if (!info) {
909 png_destroy_write_struct(&png, &info);
910 fclose(f);
911 return false;
912 }
913
mtkleind69ece62015-09-10 10:37:44 -0700914 SkString description;
915 description.append("Key: ");
916 for (int i = 0; i < FLAGS_key.count(); i++) {
917 description.appendf("%s ", FLAGS_key[i]);
918 }
919 description.append("Properties: ");
920 for (int i = 0; i < FLAGS_properties.count(); i++) {
921 description.appendf("%s ", FLAGS_properties[i]);
922 }
923 description.appendf("MD5: %s", md5);
924
mtkleina5114d72015-08-24 13:27:01 -0700925 png_text text[2];
926 text[0].key = (png_charp)"Author";
927 text[0].text = (png_charp)"DM dump_png()";
928 text[0].compression = PNG_TEXT_COMPRESSION_NONE;
929 text[1].key = (png_charp)"Description";
mtkleind69ece62015-09-10 10:37:44 -0700930 text[1].text = (png_charp)description.c_str();
mtkleina5114d72015-08-24 13:27:01 -0700931 text[1].compression = PNG_TEXT_COMPRESSION_NONE;
932 png_set_text(png, info, text, 2);
933
934 png_init_io(png, f);
935 png_set_IHDR(png, info, (png_uint_32)w, (png_uint_32)h, 8,
936 PNG_COLOR_TYPE_RGB_ALPHA, PNG_INTERLACE_NONE,
937 PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
938 png_write_info(png, info);
939 for (int j = 0; j < h; j++) {
brianosman3c579dc2016-04-19 09:18:11 -0700940 png_bytep row = (png_bytep)(rgba + w*j);
mtkleina5114d72015-08-24 13:27:01 -0700941 png_write_rows(png, &row, 1);
942 }
943 png_write_end(png, info);
944
945 png_destroy_write_struct(&png, &info);
946 fclose(f);
947 return true;
948}
949
mtkleina2ef6422015-01-15 13:44:22 -0800950static bool match(const char* needle, const char* haystack) {
halcanary96fcdcc2015-08-27 07:41:13 -0700951 return 0 == strcmp("_", needle) || nullptr != strstr(haystack, needle);
mtkleina2ef6422015-01-15 13:44:22 -0800952}
953
mtklein3eed7dd2016-02-24 19:07:07 -0800954static bool is_blacklisted(const char* sink, const char* src,
955 const char* srcOptions, const char* name) {
mtklein0d243ff2015-04-03 07:51:00 -0700956 for (int i = 0; i < FLAGS_blacklist.count() - 3; i += 4) {
mtkleina2ef6422015-01-15 13:44:22 -0800957 if (match(FLAGS_blacklist[i+0], sink) &&
djsollen54416de2015-04-03 07:24:48 -0700958 match(FLAGS_blacklist[i+1], src) &&
959 match(FLAGS_blacklist[i+2], srcOptions) &&
960 match(FLAGS_blacklist[i+3], name)) {
mtklein3eed7dd2016-02-24 19:07:07 -0800961 return true;
mtkleina2ef6422015-01-15 13:44:22 -0800962 }
963 }
mtklein3eed7dd2016-02-24 19:07:07 -0800964 return false;
mtkleina2ef6422015-01-15 13:44:22 -0800965}
966
mtkleincd50bca2016-01-05 06:20:20 -0800967// Even when a Task Sink reports to be non-threadsafe (e.g. GPU), we know things like
968// .png encoding are definitely thread safe. This lets us offload that work to CPU threads.
969static SkTaskGroup gDefinitelyThreadSafeWork;
970
mtklein748ca3b2015-01-15 10:56:12 -0800971// The finest-grained unit of work we can run: draw a single Src into a single Sink,
972// report any errors, and perhaps write out the output: a .png of the bitmap, or a raw stream.
973struct Task {
mtkleine0effd62015-07-29 06:37:28 -0700974 Task(const TaggedSrc& src, const TaggedSink& sink) : src(src), sink(sink) {}
975 const TaggedSrc& src;
976 const TaggedSink& sink;
mtklein748ca3b2015-01-15 10:56:12 -0800977
mtklein21eaf3b2016-02-08 12:39:59 -0800978 static void Run(const Task& task) {
979 SkString name = task.src->name();
mtkleine0effd62015-07-29 06:37:28 -0700980
mtkleinb9eb4ac2015-02-02 18:26:03 -0800981 SkString log;
mtklein3eed7dd2016-02-24 19:07:07 -0800982 if (!FLAGS_dryRun) {
mtklein748ca3b2015-01-15 10:56:12 -0800983 SkBitmap bitmap;
984 SkDynamicMemoryWStream stream;
mtklein3eed7dd2016-02-24 19:07:07 -0800985 start(task.sink.tag.c_str(), task.src.tag.c_str(),
986 task.src.options.c_str(), name.c_str());
mtklein21eaf3b2016-02-08 12:39:59 -0800987 Error err = task.sink->draw(*task.src, &bitmap, &stream, &log);
mtkleinb3b13b72016-03-07 13:20:52 -0800988 if (!log.isEmpty()) {
mtkleinc41fd922016-03-08 09:01:39 -0800989 info("%s %s %s %s:\n%s\n", task.sink.tag.c_str()
990 , task.src.tag.c_str()
991 , task.src.options.c_str()
992 , name.c_str()
993 , log.c_str());
mtkleinb3b13b72016-03-07 13:20:52 -0800994 }
mtklein748ca3b2015-01-15 10:56:12 -0800995 if (!err.isEmpty()) {
mtklein4089ef72015-03-05 08:40:28 -0800996 if (err.isFatal()) {
djsollen54416de2015-04-03 07:24:48 -0700997 fail(SkStringPrintf("%s %s %s %s: %s",
mtklein21eaf3b2016-02-08 12:39:59 -0800998 task.sink.tag.c_str(),
999 task.src.tag.c_str(),
1000 task.src.options.c_str(),
mtklein4089ef72015-03-05 08:40:28 -08001001 name.c_str(),
1002 err.c_str()));
mtkleinb37cb412015-03-18 05:27:14 -07001003 } else {
mtklein3eed7dd2016-02-24 19:07:07 -08001004 done(task.sink.tag.c_str(), task.src.tag.c_str(),
1005 task.src.options.c_str(), name.c_str());
mtkleinba6ada72016-01-21 09:39:35 -08001006 return;
mtklein4089ef72015-03-05 08:40:28 -08001007 }
mtklein748ca3b2015-01-15 10:56:12 -08001008 }
mtklein62bd1a62015-01-27 14:46:26 -08001009
mtkleincd50bca2016-01-05 06:20:20 -08001010 // We're likely switching threads here, so we must capture by value, [=] or [foo,bar].
1011 SkStreamAsset* data = stream.detachAsStream();
1012 gDefinitelyThreadSafeWork.add([task,name,bitmap,data]{
1013 SkAutoTDelete<SkStreamAsset> ownedData(data);
1014
1015 // Why doesn't the copy constructor do this when we have pre-locked pixels?
1016 bitmap.lockPixels();
1017
1018 SkString md5;
1019 if (!FLAGS_writePath.isEmpty() || !FLAGS_readPath.isEmpty()) {
1020 SkMD5 hash;
1021 if (data->getLength()) {
1022 hash.writeStream(data, data->getLength());
1023 data->rewind();
mtklein38408462015-07-08 07:25:27 -07001024 } else {
mtkleincd50bca2016-01-05 06:20:20 -08001025 // If we're BGRA (Linux, Windows), swizzle over to RGBA (Mac, Android).
1026 // This helps eliminate multiple 0-pixel-diff hashes on gold.skia.org.
1027 // (Android's general slow speed breaks the tie arbitrarily in RGBA's favor.)
1028 // We might consider promoting 565 to RGBA too.
1029 if (bitmap.colorType() == kBGRA_8888_SkColorType) {
1030 SkBitmap swizzle;
1031 SkAssertResult(bitmap.copyTo(&swizzle, kRGBA_8888_SkColorType));
1032 hash.write(swizzle.getPixels(), swizzle.getSize());
1033 } else {
1034 hash.write(bitmap.getPixels(), bitmap.getSize());
1035 }
1036 }
1037 SkMD5::Digest digest;
1038 hash.finish(digest);
1039 for (int i = 0; i < 16; i++) {
1040 md5.appendf("%02x", digest.data[i]);
mtklein38408462015-07-08 07:25:27 -07001041 }
mtklein62bd1a62015-01-27 14:46:26 -08001042 }
mtklein62bd1a62015-01-27 14:46:26 -08001043
mtkleincd50bca2016-01-05 06:20:20 -08001044 if (!FLAGS_readPath.isEmpty() &&
mtklein3eed7dd2016-02-24 19:07:07 -08001045 !gGold.contains(Gold(task.sink.tag, task.src.tag,
1046 task.src.options, name, md5))) {
mtkleincd50bca2016-01-05 06:20:20 -08001047 fail(SkStringPrintf("%s not found for %s %s %s %s in %s",
1048 md5.c_str(),
mtklein21eaf3b2016-02-08 12:39:59 -08001049 task.sink.tag.c_str(),
1050 task.src.tag.c_str(),
1051 task.src.options.c_str(),
mtkleincd50bca2016-01-05 06:20:20 -08001052 name.c_str(),
1053 FLAGS_readPath[0]));
mtklein748ca3b2015-01-15 10:56:12 -08001054 }
mtkleincd50bca2016-01-05 06:20:20 -08001055
1056 if (!FLAGS_writePath.isEmpty()) {
mtklein21eaf3b2016-02-08 12:39:59 -08001057 const char* ext = task.sink->fileExtension();
mtkleincd50bca2016-01-05 06:20:20 -08001058 if (data->getLength()) {
mtklein21eaf3b2016-02-08 12:39:59 -08001059 WriteToDisk(task, md5, ext, data, data->getLength(), nullptr);
mtkleincd50bca2016-01-05 06:20:20 -08001060 SkASSERT(bitmap.drawsNothing());
1061 } else if (!bitmap.drawsNothing()) {
mtklein21eaf3b2016-02-08 12:39:59 -08001062 WriteToDisk(task, md5, ext, nullptr, 0, &bitmap);
mtkleincd50bca2016-01-05 06:20:20 -08001063 }
1064 }
1065 });
mtklein748ca3b2015-01-15 10:56:12 -08001066 }
mtklein3eed7dd2016-02-24 19:07:07 -08001067 done(task.sink.tag.c_str(), task.src.tag.c_str(), task.src.options.c_str(), name.c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001068 }
1069
1070 static void WriteToDisk(const Task& task,
mtklein62bd1a62015-01-27 14:46:26 -08001071 SkString md5,
1072 const char* ext,
mtklein748ca3b2015-01-15 10:56:12 -08001073 SkStream* data, size_t len,
mtklein62bd1a62015-01-27 14:46:26 -08001074 const SkBitmap* bitmap) {
mtklein409d4702016-02-29 07:38:01 -08001075 bool gammaCorrect = false;
1076 if (bitmap) {
brianosman898235c2016-04-06 07:38:23 -07001077 gammaCorrect = SkImageInfoIsGammaCorrect(bitmap->info());
mtklein409d4702016-02-29 07:38:01 -08001078 }
1079
mtklein748ca3b2015-01-15 10:56:12 -08001080 JsonWriter::BitmapResult result;
djsollen54416de2015-04-03 07:24:48 -07001081 result.name = task.src->name();
mtklein3eed7dd2016-02-24 19:07:07 -08001082 result.config = task.sink.tag;
djsollen54416de2015-04-03 07:24:48 -07001083 result.sourceType = task.src.tag;
1084 result.sourceOptions = task.src.options;
1085 result.ext = ext;
mtklein409d4702016-02-29 07:38:01 -08001086 result.gammaCorrect = gammaCorrect;
djsollen54416de2015-04-03 07:24:48 -07001087 result.md5 = md5;
mtklein748ca3b2015-01-15 10:56:12 -08001088 JsonWriter::AddBitmapResult(result);
1089
mtkleinb0531a72015-04-07 13:38:48 -07001090 // If an MD5 is uninteresting, we want it noted in the JSON file,
1091 // but don't want to dump it out as a .png (or whatever ext is).
1092 if (gUninterestingHashes.contains(md5)) {
1093 return;
1094 }
1095
mtklein748ca3b2015-01-15 10:56:12 -08001096 const char* dir = FLAGS_writePath[0];
1097 if (0 == strcmp(dir, "@")) { // Needed for iOS.
1098 dir = FLAGS_resourcePath[0];
1099 }
1100 sk_mkdir(dir);
1101
1102 SkString path;
1103 if (FLAGS_nameByHash) {
1104 path = SkOSPath::Join(dir, result.md5.c_str());
1105 path.append(".");
1106 path.append(ext);
1107 if (sk_exists(path.c_str())) {
1108 return; // Content-addressed. If it exists already, we're done.
1109 }
1110 } else {
kkinnunen3e980c32015-12-23 01:33:00 -08001111 path = SkOSPath::Join(dir, task.sink.tag.c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001112 sk_mkdir(path.c_str());
msarett9e707a02015-09-01 14:57:57 -07001113 path = SkOSPath::Join(path.c_str(), task.src.tag.c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001114 sk_mkdir(path.c_str());
msarett9e707a02015-09-01 14:57:57 -07001115 if (strcmp(task.src.options.c_str(), "") != 0) {
1116 path = SkOSPath::Join(path.c_str(), task.src.options.c_str());
djsollen54416de2015-04-03 07:24:48 -07001117 sk_mkdir(path.c_str());
1118 }
mtklein748ca3b2015-01-15 10:56:12 -08001119 path = SkOSPath::Join(path.c_str(), task.src->name().c_str());
1120 path.append(".");
1121 path.append(ext);
1122 }
1123
mtklein748ca3b2015-01-15 10:56:12 -08001124 if (bitmap) {
mtkleina5114d72015-08-24 13:27:01 -07001125 if (!dump_png(*bitmap, path.c_str(), result.md5.c_str())) {
mtklein748ca3b2015-01-15 10:56:12 -08001126 fail(SkStringPrintf("Can't encode PNG to %s.\n", path.c_str()));
1127 return;
1128 }
1129 } else {
mtkleina5114d72015-08-24 13:27:01 -07001130 SkFILEWStream file(path.c_str());
1131 if (!file.isValid()) {
1132 fail(SkStringPrintf("Can't open %s for writing.\n", path.c_str()));
1133 return;
1134 }
mtklein748ca3b2015-01-15 10:56:12 -08001135 if (!file.writeStream(data, len)) {
1136 fail(SkStringPrintf("Can't write to %s.\n", path.c_str()));
1137 return;
1138 }
1139 }
1140 }
1141};
1142
mtklein748ca3b2015-01-15 10:56:12 -08001143/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
1144
1145// Unit tests don't fit so well into the Src/Sink model, so we give them special treatment.
1146
mtklein21eaf3b2016-02-08 12:39:59 -08001147static SkTDArray<skiatest::Test> gParallelTests, gSerialTests;
mtklein748ca3b2015-01-15 10:56:12 -08001148
1149static void gather_tests() {
mtklein6c5fed22015-01-20 13:47:23 -08001150 if (!FLAGS_src.contains("tests")) {
mtklein748ca3b2015-01-15 10:56:12 -08001151 return;
1152 }
mtklein6393c062015-04-27 08:45:01 -07001153 for (const skiatest::TestRegistry* r = skiatest::TestRegistry::Head(); r; r = r->next()) {
1154 if (!in_shard()) {
1155 continue;
1156 }
halcanary87f3ba42015-01-20 09:30:20 -08001157 // Despite its name, factory() is returning a reference to
1158 // link-time static const POD data.
1159 const skiatest::Test& test = r->factory();
1160 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, test.name)) {
mtklein748ca3b2015-01-15 10:56:12 -08001161 continue;
1162 }
halcanary87f3ba42015-01-20 09:30:20 -08001163 if (test.needsGpu && gpu_supported()) {
mtklein21eaf3b2016-02-08 12:39:59 -08001164 (FLAGS_gpu_threading ? gParallelTests : gSerialTests).push(test);
halcanary87f3ba42015-01-20 09:30:20 -08001165 } else if (!test.needsGpu && FLAGS_cpu) {
mtklein21eaf3b2016-02-08 12:39:59 -08001166 gParallelTests.push(test);
mtklein82d28432015-01-15 12:46:02 -08001167 }
mtklein748ca3b2015-01-15 10:56:12 -08001168 }
1169}
1170
mtklein21eaf3b2016-02-08 12:39:59 -08001171static void run_test(skiatest::Test test) {
halcanary87f3ba42015-01-20 09:30:20 -08001172 struct : public skiatest::Reporter {
mtklein36352bf2015-03-25 18:17:31 -07001173 void reportFailed(const skiatest::Failure& failure) override {
halcanary87f3ba42015-01-20 09:30:20 -08001174 fail(failure.toString());
1175 JsonWriter::AddTestFailure(failure);
1176 }
mtklein36352bf2015-03-25 18:17:31 -07001177 bool allowExtendedTest() const override {
halcanary87f3ba42015-01-20 09:30:20 -08001178 return FLAGS_pathOpsExtended;
1179 }
mtklein36352bf2015-03-25 18:17:31 -07001180 bool verbose() const override { return FLAGS_veryVerbose; }
halcanary87f3ba42015-01-20 09:30:20 -08001181 } reporter;
djsollen824996a2015-06-12 12:06:22 -07001182
mtklein3eed7dd2016-02-24 19:07:07 -08001183 if (!FLAGS_dryRun && !is_blacklisted("_", "tests", "_", test.name)) {
mtklein21eaf3b2016-02-08 12:39:59 -08001184 start("unit", "test", "", test.name);
mtklein55e88b22015-01-21 15:50:13 -08001185 GrContextFactory factory;
mtklein21eaf3b2016-02-08 12:39:59 -08001186 test.proc(&reporter, &factory);
mtklein748ca3b2015-01-15 10:56:12 -08001187 }
mtklein3eed7dd2016-02-24 19:07:07 -08001188 done("unit", "test", "", test.name);
mtklein748ca3b2015-01-15 10:56:12 -08001189}
1190
1191/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
1192
mtkleinafae30a2016-02-24 12:28:32 -08001193DEFINE_int32(status_sec, 15, "Print status this often (and if we crash).");
1194
1195SkThread* start_status_thread() {
1196 auto thread = new SkThread([] (void*) {
1197 for (;;) {
1198 print_status();
1199 #if defined(SK_BUILD_FOR_WIN)
1200 Sleep(FLAGS_status_sec * 1000);
1201 #else
1202 sleep(FLAGS_status_sec);
1203 #endif
mtklein2e1c47e2015-03-12 07:16:56 -07001204 }
mtkleinafae30a2016-02-24 12:28:32 -08001205 });
1206 thread->start();
1207 return thread;
mtkleinde6fc2b2015-03-12 06:28:54 -07001208}
1209
caryclark83ca6282015-06-10 09:31:09 -07001210#define PORTABLE_FONT_PREFIX "Toy Liberation "
1211
bungeman13b9c952016-05-12 10:09:30 -07001212static sk_sp<SkTypeface> create_from_name(const char familyName[], SkTypeface::Style style) {
caryclark83ca6282015-06-10 09:31:09 -07001213 if (familyName && strlen(familyName) > sizeof(PORTABLE_FONT_PREFIX)
1214 && !strncmp(familyName, PORTABLE_FONT_PREFIX, sizeof(PORTABLE_FONT_PREFIX) - 1)) {
caryclark1818acb2015-07-24 12:09:25 -07001215 return sk_tool_utils::create_portable_typeface(familyName, style);
caryclark83ca6282015-06-10 09:31:09 -07001216 }
halcanary96fcdcc2015-08-27 07:41:13 -07001217 return nullptr;
caryclark83ca6282015-06-10 09:31:09 -07001218}
1219
1220#undef PORTABLE_FONT_PREFIX
1221
bungeman13b9c952016-05-12 10:09:30 -07001222extern sk_sp<SkTypeface> (*gCreateTypefaceDelegate)(const char [], SkTypeface::Style );
caryclark83ca6282015-06-10 09:31:09 -07001223
jcgregorio3b27ade2014-11-13 08:06:40 -08001224int dm_main();
caryclark17f0b6d2014-07-22 10:15:34 -07001225int dm_main() {
bsalomon71de3532016-04-26 14:27:21 -07001226 setbuf(stdout, nullptr);
mtklein246ba3a2016-02-23 10:39:36 -08001227 setup_crash_handler();
mtkleinafae30a2016-02-24 12:28:32 -08001228
mtkleina483da32016-03-17 12:53:36 -07001229 if (FLAGS_verbose) {
1230 gVLog = stderr;
1231 } else if (!FLAGS_writePath.isEmpty()) {
mtklein51c8cfc2016-03-11 12:59:09 -08001232 sk_mkdir(FLAGS_writePath[0]);
1233 gVLog = freopen(SkOSPath::Join(FLAGS_writePath[0], "verbose.log").c_str(), "w", stderr);
mtkleinc41fd922016-03-08 09:01:39 -08001234 }
1235
mtklein5286f022016-01-22 08:18:14 -08001236 JsonWriter::DumpJson(); // It's handy for the bots to assume this is ~never missing.
commit-bot@chromium.org39e8d932014-05-29 20:14:48 +00001237 SkAutoGraphics ag;
mtklein406654b2014-09-03 15:34:37 -07001238 SkTaskGroup::Enabler enabled(FLAGS_threads);
caryclark83ca6282015-06-10 09:31:09 -07001239 gCreateTypefaceDelegate = &create_from_name;
commit-bot@chromium.orga65e2fd2014-05-30 17:23:31 +00001240
halcanary7d571242016-02-24 17:59:16 -08001241 {
1242 SkString testResourcePath = GetResourcePath("color_wheel.png");
1243 SkFILEStream testResource(testResourcePath.c_str());
1244 if (!testResource.isValid()) {
mtkleinc41fd922016-03-08 09:01:39 -08001245 info("Some resources are missing. Do you need to set --resourcePath?\n");
halcanary7d571242016-02-24 17:59:16 -08001246 }
1247 }
mtklein62bd1a62015-01-27 14:46:26 -08001248 gather_gold();
borenet09ed4802015-04-03 14:15:33 -07001249 gather_uninteresting_hashes();
mtklein62bd1a62015-01-27 14:46:26 -08001250
scroggo86737142016-02-03 12:19:11 -08001251 if (!gather_srcs()) {
1252 return 1;
1253 }
brianosman05c987c2016-05-09 13:42:16 -07001254 if (!gather_sinks()) {
1255 return 1;
1256 }
mtklein748ca3b2015-01-15 10:56:12 -08001257 gather_tests();
mtklein21eaf3b2016-02-08 12:39:59 -08001258 gPending = gSrcs.count() * gSinks.count() + gParallelTests.count() + gSerialTests.count();
mtkleinc41fd922016-03-08 09:01:39 -08001259 info("%d srcs * %d sinks + %d tests == %d tasks",
1260 gSrcs.count(), gSinks.count(), gParallelTests.count() + gSerialTests.count(), gPending);
mtkleinafae30a2016-02-24 12:28:32 -08001261 SkAutoTDelete<SkThread> statusThread(start_status_thread());
mtklein748ca3b2015-01-15 10:56:12 -08001262
mtklein21eaf3b2016-02-08 12:39:59 -08001263 // Kick off as much parallel work as we can, making note of any serial work we'll need to do.
1264 SkTaskGroup parallel;
1265 SkTArray<Task> serial;
1266
1267 for (auto& sink : gSinks)
1268 for (auto& src : gSrcs) {
mtklein3eed7dd2016-02-24 19:07:07 -08001269 if (src->veto(sink->flags()) ||
1270 is_blacklisted(sink.tag.c_str(), src.tag.c_str(),
1271 src.options.c_str(), src->name().c_str())) {
mtklein15923c92016-02-29 10:14:38 -08001272 SkAutoTAcquire<SkSpinlock> lock(gMutex);
mtklein3eed7dd2016-02-24 19:07:07 -08001273 gPending--;
1274 continue;
1275 }
1276
mtklein21eaf3b2016-02-08 12:39:59 -08001277 Task task(src, sink);
1278 if (src->serial() || sink->serial()) {
1279 serial.push_back(task);
1280 } else {
1281 parallel.add([task] { Task::Run(task); });
mtklein748ca3b2015-01-15 10:56:12 -08001282 }
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +00001283 }
mtklein21eaf3b2016-02-08 12:39:59 -08001284 for (auto test : gParallelTests) {
1285 parallel.add([test] { run_test(test); });
mtklein55e88b22015-01-21 15:50:13 -08001286 }
mtklein21eaf3b2016-02-08 12:39:59 -08001287
1288 // With the parallel work running, run serial tasks and tests here on main thread.
1289 for (auto task : serial) { Task::Run(task); }
1290 for (auto test : gSerialTests) { run_test(test); }
1291
1292 // Wait for any remaining parallel work to complete (including any spun off of serial tasks).
1293 parallel.wait();
mtkleincd50bca2016-01-05 06:20:20 -08001294 gDefinitelyThreadSafeWork.wait();
1295
mtkleinda884c42016-02-24 18:00:23 -08001296 // We'd better have run everything.
1297 SkASSERT(gPending == 0);
mtkleine027f172016-02-26 15:53:06 -08001298 // Make sure we've flushed all our results to disk.
1299 JsonWriter::DumpJson();
mtkleinda884c42016-02-24 18:00:23 -08001300
mtklein748ca3b2015-01-15 10:56:12 -08001301 // At this point we're back in single-threaded land.
caryclarkf53ce802015-06-15 06:48:30 -07001302 sk_tool_utils::release_portable_typefaces();
mtklein@google.comd36522d2013-10-16 13:02:15 +00001303
mtklein748ca3b2015-01-15 10:56:12 -08001304 if (gFailures.count() > 0) {
mtkleinc41fd922016-03-08 09:01:39 -08001305 info("Failures:\n");
mtklein748ca3b2015-01-15 10:56:12 -08001306 for (int i = 0; i < gFailures.count(); i++) {
mtkleinc41fd922016-03-08 09:01:39 -08001307 info("\t%s\n", gFailures[i].c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001308 }
mtkleinc41fd922016-03-08 09:01:39 -08001309 info("%d failures\n", gFailures.count());
mtklein748ca3b2015-01-15 10:56:12 -08001310 return 1;
mtklein114c3cd2015-01-15 10:15:02 -08001311 }
mtkleinafae30a2016-02-24 12:28:32 -08001312
1313#ifdef SK_PDF_IMAGE_STATS
halcanary7a14b312015-10-01 07:28:13 -07001314 SkPDFImageDumpStats();
mtkleinafae30a2016-02-24 12:28:32 -08001315#endif // SK_PDF_IMAGE_STATS
1316
1317 print_status();
mtkleinc41fd922016-03-08 09:01:39 -08001318 info("Finished!\n");
mtklein748ca3b2015-01-15 10:56:12 -08001319 return 0;
mtklein@google.comd36522d2013-10-16 13:02:15 +00001320}
jcgregorio3b27ade2014-11-13 08:06:40 -08001321
kkinnunen179a8f52015-11-20 13:32:24 -08001322// TODO: currently many GPU tests are declared outside SK_SUPPORT_GPU guards.
1323// Thus we export the empty RunWithGPUTestContexts when SK_SUPPORT_GPU=0.
1324namespace skiatest {
bsalomon758586c2016-04-06 14:02:39 -07001325
1326#if SK_SUPPORT_GPU
1327bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
1328 return kOpenGL_GrBackend == GrContextFactory::ContextTypeBackend(type);
1329}
bsalomondc0fcd42016-04-11 14:21:33 -07001330bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
1331 return kVulkan_GrBackend == GrContextFactory::ContextTypeBackend(type);
1332}
bsalomon758586c2016-04-06 14:02:39 -07001333bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
1334 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type);
1335}
1336bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
1337 return type == GrContextFactory::kNullGL_ContextType;
1338}
1339#else
1340bool IsGLContextType(int) { return false; }
bsalomondc0fcd42016-04-11 14:21:33 -07001341bool IsVulkanContextType(int) { return false; }
bsalomon758586c2016-04-06 14:02:39 -07001342bool IsRenderingGLContextType(int) { return false; }
1343bool IsNullGLContextType(int) { return false; }
1344#endif
1345
1346void RunWithGPUTestContexts(GrContextTestFn* test, GrContextTypeFilterFn* contextTypeFilter,
bsalomonf2f1c172016-04-05 12:59:06 -07001347 Reporter* reporter, GrContextFactory* factory) {
kkinnunen179a8f52015-11-20 13:32:24 -08001348#if SK_SUPPORT_GPU
kkinnunen3e980c32015-12-23 01:33:00 -08001349
bsalomon758586c2016-04-06 14:02:39 -07001350 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) {
1351 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
1352 ContextInfo ctxInfo = factory->getContextInfo(contextType);
bsalomonfda88072016-04-11 14:40:50 -07001353 if (contextTypeFilter && !(*contextTypeFilter)(contextType)) {
kkinnunen179a8f52015-11-20 13:32:24 -08001354 continue;
1355 }
bsalomon758586c2016-04-06 14:02:39 -07001356 // Use "native" instead of explicitly trying OpenGL and OpenGL ES. Do not use GLES on,
1357 // desktop since tests do not account for not fixing http://skbug.com/2809
1358 if (contextType == GrContextFactory::kGL_ContextType ||
1359 contextType == GrContextFactory::kGLES_ContextType) {
1360 if (contextType != GrContextFactory::kNativeGL_ContextType) {
1361 continue;
1362 }
1363 }
bsalomon8b7451a2016-05-11 06:33:06 -07001364 if (ctxInfo.grContext()) {
bsalomonf2f1c172016-04-05 12:59:06 -07001365 (*test)(reporter, ctxInfo);
kkinnunen5219fd92015-12-10 06:28:13 -08001366 }
bsalomonf2f1c172016-04-05 12:59:06 -07001367 ctxInfo = factory->getContextInfo(contextType,
bsalomon85b4b532016-04-05 11:06:27 -07001368 GrContextFactory::kEnableNVPR_ContextOptions);
bsalomon8b7451a2016-05-11 06:33:06 -07001369 if (ctxInfo.grContext()) {
bsalomonf2f1c172016-04-05 12:59:06 -07001370 (*test)(reporter, ctxInfo);
kkinnunen179a8f52015-11-20 13:32:24 -08001371 }
1372 }
1373#endif
1374}
kkinnunen179a8f52015-11-20 13:32:24 -08001375} // namespace skiatest
1376
borenet48087572015-04-02 12:16:36 -07001377#if !defined(SK_BUILD_FOR_IOS)
jcgregorio3b27ade2014-11-13 08:06:40 -08001378int main(int argc, char** argv) {
1379 SkCommandLineFlags::Parse(argc, argv);
1380 return dm_main();
1381}
1382#endif