Lines Matching refs:tst_resm
76 tst_resm(TINFO, "Inside signal handler. Got signal: %d", sig); in handler()
120 tst_resm(TINFO, "Enter test %d: set handler for SIGKILL", in main()
123 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); in main()
126 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " in main()
129 tst_resm(TPASS, "call failed with expected EINVAL error"); in main()
136 tst_resm(TINFO, "Enter test %d: set handler for SIGSTOP", in main()
139 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); in main()
142 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " in main()
145 tst_resm(TPASS, "call failed with expected EINVAL error"); in main()
151 tst_resm(TINFO, "Enter test %d: set handler for bad " in main()
154 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); in main()
157 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " in main()
160 tst_resm(TPASS, "call failed with expected EINVAL error"); in main()
168 tst_resm(TINFO, "Enter test %d: set handler with " in main()
171 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); in main()
174 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " in main()
177 tst_resm(TPASS, "call failed with expected EFAULT error"); in main()
183 tst_resm(TINFO, "Enter test %d: set handler with " in main()
186 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); in main()
189 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " in main()
192 tst_resm(TPASS, "call failed with expected EFAULT error"); in main()