Home | History | Annotate | Download | only in intltest

Lines Matching refs:lastErrorCount

690     int32_t    lastErrorCount;
721 lastErrorCount = errorCount;
745 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
750 if (lastErrorCount == errorCount) {
755 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);