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