GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600)

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

git-svn-id: http://skia.googlecode.com/svn/trunk@8638 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
epoger@google.com 2013-04-12 02:11:54 +00:00
parent 31975cf8f5
commit bcbf5aa77d
2 changed files with 3 additions and 4 deletions

View File

@ -1788,10 +1788,8 @@ int tool_main(int argc, char** argv) {
gmsRun++;
SkISize size = gm->getISize();
if (FLAGS_verbose) {
gm_fprintf(stdout, "%sdrawing... %s [%d %d]\n", moduloStr.c_str(), shortName,
size.width(), size.height());
}
gm_fprintf(stdout, "%sdrawing... %s [%d %d]\n", moduloStr.c_str(), shortName,
size.width(), size.height());
run_multiple_configs(gmmain, gm, configs, grFactory);

View File

@ -1,3 +1,4 @@
GM: drawing... selftest1 [300 200]
GM: Ran 9 tests: NoGpuContext=0 IntentionallySkipped=0 RenderModeMismatch=0 ExpectationsMismatch=0 MissingExpectations=2 WritingReferenceImage=0
GM: [*] 0 NoGpuContext:
GM: [ ] 0 IntentionallySkipped