Searched defs:testName (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c116 test_start(const char *testName, const char *format, ...) argument
120 (void) printf("TEST STARTING %s: ", testName);
129 test_failed(const char *testName, const char *format, ...) argument
133 (void) printf("TEST FAILED %s: ", testName);
143 test_passed(const char *testName) argument
145 (void) printf("TEST PASS: %s\n", testName);
204 clear_fd(const char *testName, int pollfd, int testfd) argument
217 test_failed(testName, "Failed to clear fd %d: %s",
222 test_failed(testName, "Failed to clear fd %d: %d", testfd, ret);
232 const char *testName local
260 const char *testName = __func__; local
293 const char *testName = __func__; local
321 const char *testName = __func__; local
[all...]

Completed in 3542 milliseconds