Lines Matching refs:tst_res
40 tst_res(TFAIL | TTERRNO, "prctl(PR_GET_CHILD_SUBREAPER) failed"); in check_get_subreaper()
45 tst_res(TPASS, "prctl(PR_GET_CHILD_SUBREAPER) got expected %d", in check_get_subreaper()
48 tst_res(TFAIL, "prctl(PR_GET_CHILD_SUBREAPER) got %d, expected %d", in check_get_subreaper()
64 tst_res(TCONF, in verify_prctl()
67 tst_res(TFAIL | TTERRNO, in verify_prctl()
73 tst_res(TPASS, "prctl(PR_SET_CHILD_SUBREAPER) succeeded"); in verify_prctl()
83 tst_res(TFAIL, in verify_prctl()
88 tst_res(TPASS, "PPID of orphaned process was reparented"); in verify_prctl()
100 tst_res(TPASS, "wait() got orphaned process, pid %d, status %d", in verify_prctl()
103 tst_res(TFAIL | TERRNO, in verify_prctl()
108 tst_res(TPASS, "received SIGCHLD from orphaned process"); in verify_prctl()
110 tst_res(TFAIL, "didn't receive SIGCHLD from orphaned process"); in verify_prctl()