Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 1 of 1) sorted by relevance

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