Lines Matching refs:tst_res

27 			tst_res(TPASS, "Wait interrupted by expected signal");
29 tst_res(TFAIL | TTERRNO, "Expected error number EINTR, got");
31 tst_res(TFAIL, "Expected return value -1, got: %ld", TST_RET);
57 tst_res(TPASS, "Wait interrupted by timeout");
59 tst_res(TFAIL | TTERRNO, "Expected error number EAGAIN, got");
61 tst_res(TFAIL, "Expected return value -1, got: %ld", TST_RET);
88 tst_res(TPASS, "struct siginfo is correct");
90 tst_res(TFAIL, "struct siginfo mismatch");
92 tst_res(TFAIL | TTERRNO, "sigwaitinfo() failed");
113 tst_res(TPASS, "Wait interrupted by expected signal");
115 tst_res(TFAIL | TTERRNO, "sigwaitinfo() failed");
148 tst_res(TPASS, "struct siginfo is correct");
150 tst_res(TFAIL, "struct siginfo mismatch");
152 tst_res(TFAIL | TTERRNO, "sigwaitinfo() failed");
160 tst_res(TPASS, "sigwaitinfo restored the original mask");
162 tst_res(TFAIL,
205 tst_res(TPASS, "struct siginfo is correct");
207 tst_res(TFAIL, "struct siginfo mismatch");
209 tst_res(TFAIL | TTERRNO, "sigwaitinfo() failed");
217 tst_res(TPASS, "struct siginfo is correct");
219 tst_res(TFAIL, "struct siginfo mismatch");
221 tst_res(TFAIL | TTERRNO, "sigwaitinfo() failed");
229 tst_res(TPASS, "sigwaitinfo restored the original mask");
231 tst_res(TFAIL,
259 tst_res(TPASS, "Wait interrupted by expected signal");
261 tst_res(TFAIL | TTERRNO, "sigwaitinfo() failed");
268 tst_res(TPASS, "sigwaitinfo restored the original mask");
270 tst_res(TFAIL,
302 tst_res(TPASS, "Fault occurred while accessing the buffers");
304 tst_res(TFAIL | TTERRNO, "Expected error number EFAULT, got");
306 tst_res(TFAIL, "Expected return value -1, got: %ld", TST_RET);
336 tst_res(TINFO | TTERRNO, "swi_func returned: %ld", TST_RET);
344 tst_res(TPASS, "Child exited with expected code");
349 tst_res(TFAIL, "Unrecognised child exit code: %d",
353 tst_res(TFAIL, "Unrecognised child termsig: %d",
367 tst_res(TPASS, "Fault occurred while accessing the buffers");
369 tst_res(TFAIL | TTERRNO, "Expected error number EFAULT, got");
371 tst_res(TFAIL, "Expected return value -1, got: %ld", TST_RET);