Lines Matching refs:ERROR_COUNT
112 static int ERROR_COUNT = 0; /* Count of errors from all tests. */ variable
372 int myERROR_COUNT = ERROR_COUNT; in iterateTestsWithLevel()
400 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) { in iterateTestsWithLevel()
401 ERROR_COUNT++; /* There was an error without a newline */ in iterateTestsWithLevel()
409 …ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"erro… in iterateTestsWithLevel()
411 if (myERROR_COUNT != ERROR_COUNT) { in iterateTestsWithLevel()
412 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction); in iterateTestsWithLevel()
446 int myERROR_COUNT = ERROR_COUNT; in iterateTestsWithLevel()
459 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) { in iterateTestsWithLevel()
460 …log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"… in iterateTestsWithLevel()
516 ERRONEOUS_FUNCTION_COUNT = ERROR_COUNT = 0; in runTests()
531 if (ERROR_COUNT) in runTests()
535 fprintf(stdout,"******* [Total error count:\t%d]\n", ERROR_COUNT); in runTests()
799 ++ERROR_COUNT; in log_err()
828 ++ERROR_COUNT; in log_err_status()
840 ++ERROR_COUNT; in log_err_status()
879 ++ERROR_COUNT; in log_data_err()
1132 errorCount += ERROR_COUNT; in runTestRequest()
1152 errorCount += ERROR_COUNT; in runTestRequest()