Lines Matching refs:tst_resm
42 tst_resm TINFO "removing created directories"
45 tst_resm TINFO "Umounting pids"
87 tst_resm TBROK "failed to attach process"
100 tst_resm TFAIL "fork failed unexpectedly"
102 tst_resm TPASS "fork didn't fail"
104 tst_resm TBROK "pids_task1 failed"
111 tst_resm TINFO "limit the number of pid to $max"
121 tst_resm TPASS "fork failed as expected"
123 tst_resm TFAIL "fork didn't fail despite the limit"
125 tst_resm TBROK "pids_task1 failed"
132 tst_resm TINFO "limit the number of avalaible pid to $lim"
141 tst_resm TFAIL "fork failed unexpectedly"
143 tst_resm TPASS "fork worked as expected"
145 tst_resm TBROK "pids_task1 failed"
151 tst_resm TINFO "limit the number of avalaible pid to 0"
156 tst_resm TPASS "all process were attached"
161 tst_resm TINFO "try to limit the number of avalaible pid to -1"
165 tst_resm TFAIL "managed to set the limit to -1"
167 tst_resm TPASS "didn't manage to set the limit to -1"
174 tst_resm TFAIL "invalid parameters, usage: ./pids01 caseno max"