Lines Matching full:log_testinfo
104 static void log_testinfo(const char *pattern, ...);
393 log_testinfo("\n");
417 log_testinfo(" %s ", pathToFunction); /* in case they forgot. */
423 log_testinfo(" %*s[OK] ", spaces,"---");
438 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR );
448 log_testinfo("{\n");
458 log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction);
461 log_testinfo(" %s ", pathToFunction); /* in case they forgot. */
463 log_testinfo(" / (%s) ", ARGV_0);
480 log_testinfo("\n");
549 log_testinfo("\n[All tests passed successfully...]\n");
554 log_testinfo("\t*Note* some errors are data-loading related. If the data used is not the \n"
558 log_testinfo("\t*WARNING* some data-loading errors were ignored by the -w option.\n");
639 log_testinfo(" {\n");
754 static void log_testinfo(const char *pattern, ...)