Home | History | Annotate | Download | only in intltest

Lines Matching refs:fprintf

1148         fprintf(stdout,
1173 fprintf(stdout, "### Too many properties. Exiting.\n");
1189 fprintf(stdout, "-----------------------------------------------\n");
1190 fprintf(stdout, " IntlTest (C++) Test Suite for \n");
1191 fprintf(stdout, " International Components for Unicode %s\n", U_ICU_VERSION);
1203 fprintf(stdout,
1208 fprintf(stdout, "-----------------------------------------------\n");
1209 fprintf(stdout, " Options: \n");
1210 fprintf(stdout, " all (a) : %s\n", (all? "On" : "Off"));
1211 fprintf(stdout, " Verbose (v) : %s\n", (verbose? "On" : "Off"));
1212 fprintf(stdout, " No error messages (n) : %s\n", (no_err_msg? "On" : "Off"));
1213 fprintf(stdout, " Exhaustive (e) : %s\n", (!quick? "On" : "Off"));
1214 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off"));
1215 fprintf(stdout, " Warn on missing data (w) : %s\n", (warnOnMissingData? "On" : "Off"));
1217 fprintf(stdout, " Threads : Disabled\n");
1219 fprintf(stdout, " Threads : %d\n", threadCount);
1222 fprintf(stdout, " Custom property (prop:) : %s\n", props[i]);
1224 fprintf(stdout, "-----------------------------------------------\n");
1236 fprintf(stderr,
1252 fprintf(stderr,
1257 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n");
1271 fprintf(stdout,
1277 fprintf(stdout, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n");
1288 fprintf(stdout,
1293 fprintf(stdout, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n");
1301 fprintf(stdout,
1306 fprintf(stdout, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n");
1327 fprintf(stdout, "\n=== Handling test: %s: ===\n", name);
1343 fprintf(stdout, "\n---ERROR: Test doesn't exist: %s!\n", name);
1365 fprintf(stdout, "\n--------------------------------------\n");
1372 fprintf(stdout, "OK: All tests passed without error.\n");
1375 fprintf(stdout, "\t*WARNING* some data-loading errors were ignored by the -w option.\n");
1378 fprintf(stdout, "Errors in total: %ld.\n", (long)major.getErrors());
1383 fprintf(stdout, "\t*Note* some errors are data-loading related. If the data used is not the \n"
1392 fprintf(stdout, "--------------------------------------\n");
1395 fprintf(stdout, "***** Not all called tests actually exist! *****\n");