Home | History | Annotate | Download | only in gm

Lines Matching refs:fFailedTests

339      * Records the results of this test in fTestsRun and fFailedTests.
364 fFailedTests[type].push_back(fullName);
378 significantErrors += fFailedTests[type].count();
400 SkTArray<SkString> *failedTestsOfThisType = &fFailedTests[type];
414 * List contents of fFailedTests to stdout.
424 summary.appendf(" %s=%d", getErrorTypeName(type), fFailedTests[type].count());
1254 SkTArray<SkString> fFailedTests[kLast_ErrorType+1];