Lines Matching refs:log_testinfo
106 static void log_testinfo(const char *pattern, ...);
395 log_testinfo("\n"); in iterateTestsWithLevel()
419 log_testinfo(" %s ", pathToFunction); /* in case they forgot. */ in iterateTestsWithLevel()
425 log_testinfo(" %*s[OK] ", spaces,"---"); in iterateTestsWithLevel()
440 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel()
450 log_testinfo("{\n"); in iterateTestsWithLevel()
460 …log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"… in iterateTestsWithLevel()
463 log_testinfo(" %s ", pathToFunction); /* in case they forgot. */ in iterateTestsWithLevel()
465 log_testinfo(" / (%s) ", ARGV_0); in iterateTestsWithLevel()
482 log_testinfo("\n"); in iterateTestsWithLevel()
551 log_testinfo("\n[All tests passed successfully...]\n"); in runTests()
556 log_testinfo("\t*Note* some errors are data-loading related. If the data used is not the \n" in runTests()
560 log_testinfo("\t*WARNING* some data-loading errors were ignored by the -w option.\n"); in runTests()
641 log_testinfo(" {\n"); in go_offline_with_marker()
756 static void log_testinfo(const char *pattern, ...) in log_testinfo() function