Searched refs:log_testinfo (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 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() [all …]
|