Lines Matching refs:tst_resm
78 tst_resm(TINFO, "Inside signal handler. Got signal: %d", sig);
122 tst_resm(TINFO, "Enter test %d: set handler for SIGKILL",
125 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
128 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
131 tst_resm(TPASS, "call failed with expected EINVAL error");
138 tst_resm(TINFO, "Enter test %d: set handler for SIGSTOP",
141 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
144 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
147 tst_resm(TPASS, "call failed with expected EINVAL error");
153 tst_resm(TINFO, "Enter test %d: set handler for bad "
156 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
159 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
162 tst_resm(TPASS, "call failed with expected EINVAL error");
170 tst_resm(TINFO, "Enter test %d: set handler with "
173 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
176 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
179 tst_resm(TPASS, "call failed with expected EFAULT error");
185 tst_resm(TINFO, "Enter test %d: set handler with "
188 tst_resm(TFAIL, "sigaction() succeeded, should have failed");
191 tst_resm(TFAIL, "sigaction set incorrect errno. Expected "
194 tst_resm(TPASS, "call failed with expected EFAULT error");