Lines Matching defs:test
110 const char* test,
141 fprintf(stdout, "%s %d - %s%s%s\n", result, test_count, test, directive, reason);
146 int run_test(const char* test,
172 if (task->is_helper && strcmp(test, task->process_name) == 0) {
179 if (strcmp(test, task->task_name) != 0) {
183 /* Skip the test itself. */
202 /* Now start the test itself. */
204 if (strcmp(test, task->task_name) != 0) {
231 "No test with that name: %s",
232 test);
287 log_tap_result(test_count, test, status, &processes[i]);
289 /* Show error and output from processes if the test failed. */
322 fprintf(stdout, "%s: (unavailable)\n", test);
327 fprintf(stdout, "%s: (no output)\n", test);
351 int run_test_part(const char* test, const char* part) {
356 if (strcmp(test, task->task_name) == 0 &&
363 fprintf(stdout, "No test part with that name: %s:%s\n", test, part);