Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A DTestUnitUtils.h123 #define TEST(test) test_ok(currentTest); currentTest = (test)
126 _assert_equals(currentTest, (expected), (actual), __LINE__)
129 _assert_equals_not(currentTest, (expected), (actual), __LINE__)
132 _assert_time_equals(currentTest, (expected), (actual), __LINE__)
135 _assert_posix_bool_success(currentTest, (success), __LINE__)
138 _assert_posix_bool_success(currentTest, (result) == 0, __LINE__)
141 _assert_posix_bool_error(currentTest, (expectedError), (success), __LINE__)
144 _assert_posix_bool_error(currentTest, (expectedError), (result) == 0, \
148 _wait_for_child(currentTest, (child), __LINE__)
H A Dxsi_msg_queue_test1.cpp42 const char* currentTest = NULL; in test_msgget() local
95 const char* currentTest = NULL; in test_msgctl() local
140 const char* currentTest = NULL; in test_msgsnd() local
186 const char* currentTest = NULL; in test_msgrcv() local
H A Drealtime_sem_test1.cpp60 const char* currentTest = NULL; in test_open_close_unlink() local
144 const char* currentTest = NULL; in test_init_destroy() local
181 const char* currentTest = NULL; in test_open_close_fork() local
227 const char* currentTest = NULL; in test_init_destroy_fork() local
258 const char* currentTest = NULL; in test_post_wait_named() local
408 const char* currentTest = NULL; in test_post_wait_unnamed() local
543 const char* currentTest = NULL; in test_post_wait_named_fork() local
669 const char* currentTest = NULL; in test_post_wait_named_fork2() local
804 const char* currentTest = NULL; in test_post_wait_unnamed_fork() local
882 const char* currentTest = NULL; in test_post_wait_unnamed_fork_shared() local
H A Dxsi_sem_test1.cpp46 const char* currentTest = NULL; in test_semget() local
99 const char* currentTest = NULL; in test_semop2() local
170 const char* currentTest = NULL; in test_semop() local
230 const char* currentTest = NULL; in test_semctl() local