Lines Matching refs:TPASS
68 tst_res(TPASS, "msgrcv(MSG_EXCEPT) succeeded"); in test_msg_except()
71 tst_res(TPASS, "MSG_EXCEPT excepted MSGTYPE2 and got MSGTYPE1"); in test_msg_except()
95 tst_res(TPASS, "msgrcv(MSG_NOERROR) succeeded"); in test_msg_noerror()
98 tst_res(TPASS, "MSG_NOERROR truncated message correctly"); in test_msg_noerror()
134 tst_res(TPASS, "msgrcv(0, MSG_COPY) succeeded"); in test_msg_copy()
137 tst_res(TPASS, "MSG_COPY got MSGTYPE1 data correctly"); in test_msg_copy()
148 tst_res(TPASS, "msgrcv(1, MSG_COPY) succeeded"); in test_msg_copy()
151 tst_res(TPASS, "MSG_COPY got MSGTYPE2 data correctly"); in test_msg_copy()
157 tst_res(TPASS, "Two messages still in queue"); in test_msg_copy()
178 tst_res(TPASS, "msgrcv(zero_msgtyp) succeeded"); in test_zero_msgtyp()
181 tst_res(TPASS, "zero_msgtyp got the first message"); in test_zero_msgtyp()
200 tst_res(TPASS, "msgrcv(positive_msgtyp) succeeded"); in test_positive_msgtyp()
203 tst_res(TPASS, in test_positive_msgtyp()
225 tst_res(TPASS, "msgrcv(negative_msgtyp) succeeded"); in test_negative_msgtyp()
228 tst_res(TPASS, in test_negative_msgtyp()