Searched refs:lastErrorCount (Results 1 – 2 of 2) sorted by relevance
32 int lastErrorCount = 0;123 final int issueDiff = issueCount - lastErrorCount;124 lastErrorCount = issueCount;
749 int32_t lastErrorCount; in runTestLoop() local780 lastErrorCount = errorCount; in runTestLoop()806 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop()811 if (lastErrorCount == errorCount) { in runTestLoop()816 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop()