Home | History | Annotate | Download | only in ctestfw

Lines Matching full:error_count

110 static int ERROR_COUNT = 0; /* Count of errors from all tests. */
370 int myERROR_COUNT = ERROR_COUNT;
398 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) {
399 ERROR_COUNT++; /* There was an error without a newline */
407 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
409 if (myERROR_COUNT != ERROR_COUNT) {
410 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction);
444 int myERROR_COUNT = ERROR_COUNT;
457 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) {
458 log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction);
514 ERRONEOUS_FUNCTION_COUNT = ERROR_COUNT = 0;
529 if (ERROR_COUNT)
533 fprintf(stdout,"******* [Total error count:\t%d]\n", ERROR_COUNT);
797 ++ERROR_COUNT;
826 ++ERROR_COUNT;
838 ++ERROR_COUNT;
877 ++ERROR_COUNT;
1130 errorCount += ERROR_COUNT;
1150 errorCount += ERROR_COUNT;