Add temporary blacklist debugging.

Not sure why blacklists don't seem to work on bots.  They look right.

NOTREECHECKS=true

BUG=skia:

Review URL: https://codereview.chromium.org/805643004
This commit is contained in:
mtklein 2015-01-15 16:21:24 -08:00 committed by Commit bot
parent 9dc0910c2c
commit f77156e192

View File

@ -417,6 +417,11 @@ int dm_main() {
SkAutoGraphics ag;
SkTaskGroup::Enabler enabled(FLAGS_threads);
SkDebugf("Blacklist debugging. %d total\n", FLAGS_blacklist.count());
for (int i = 0; i < FLAGS_blacklist.count(); i++) {
SkDebugf("%d: '%s'\n", i, FLAGS_blacklist[i]);
}
gather_srcs();
gather_sinks();
gather_tests();