Lines Matching refs:ERROR_COUNT
109 static int ERROR_COUNT = 0; /* Count of errors from all tests. */ variable
367 int myERROR_COUNT = ERROR_COUNT; in iterateTestsWithLevel()
394 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) { in iterateTestsWithLevel()
395 ERROR_COUNT++; /* There was an error without a newline */ in iterateTestsWithLevel()
403 …ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"erro… in iterateTestsWithLevel()
405 if (myERROR_COUNT != ERROR_COUNT) { in iterateTestsWithLevel()
406 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction); in iterateTestsWithLevel()
440 int myERROR_COUNT = ERROR_COUNT; in iterateTestsWithLevel()
453 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) { in iterateTestsWithLevel()
454 …log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"… in iterateTestsWithLevel()
510 ERRONEOUS_FUNCTION_COUNT = ERROR_COUNT = 0; in runTests()
517 if (ERROR_COUNT) in runTests()
521 fprintf(stdout,"******* [Total error count:\t%d]\n", ERROR_COUNT); in runTests()
754 ++ERROR_COUNT; in log_err()
776 ++ERROR_COUNT; in log_err_status()
788 ++ERROR_COUNT; in log_err_status()
827 ++ERROR_COUNT; in log_data_err()
1080 errorCount += ERROR_COUNT; in runTestRequest()
1100 errorCount += ERROR_COUNT; in runTestRequest()