Home | History | Annotate | Download | only in getcwd

Lines Matching refs:tst_resm

105 			tst_resm(TINFO, "%s: can't run %s", TCID, pwd);
131 tst_resm(TINFO, "Enter Block 1");
134 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly");
138 tst_resm(TFAIL, "getcwd() returned unexpected working "
142 tst_resm(TINFO, "Exit Block 1");
144 tst_resm(TFAIL, "Block 1 FAILED");
146 tst_resm(TPASS, "Block 1 PASSED");
153 tst_resm(TINFO, "Enter Block 2");
157 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly (wanted EINVAL)");
160 tst_resm(TINFO, "Exit Block 2");
162 tst_resm(TFAIL, "Block 2 FAILED");
164 tst_resm(TPASS, "Block 2 PASSED");
171 tst_resm(TINFO, "Enter Block 3");
175 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly (wanted ERANGE)");
178 tst_resm(TINFO, "Exit Block 3");
180 tst_resm(TFAIL, "Block 3 FAILED");
182 tst_resm(TPASS, "Block 3 PASSED");
191 tst_resm(TINFO, "Enter Block 4");
195 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly (wanted EFAULT)");
198 tst_resm(TINFO, "Exit Block 4");
200 tst_resm(TFAIL, "Block 4 FAILED");
202 tst_resm(TPASS, "Block 4 PASSED");
205 tst_resm(TINFO, "Skipping Block 4 on uClinux");
212 tst_resm(TINFO, "Enter Block 5");
215 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly");
219 tst_resm(TFAIL, "getcwd() returned unexpected working "
223 tst_resm(TINFO, "Exit Block 5");
225 tst_resm(TFAIL, "Block 5 FAILED");
227 tst_resm(TPASS, "Block 5 PASSED");
236 tst_resm(TINFO, "Enter Block 6");
240 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly (wanted ERANGE)");
243 tst_resm(TINFO, "Exit Block 6");
245 tst_resm(TFAIL, "Block 6 FAILED");
247 tst_resm(TPASS, "Block 6 PASSED");
254 tst_resm(TINFO, "Enter Block 7");
257 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly");
261 tst_resm(TFAIL, "getcwd() returned unexpected working "
265 tst_resm(TINFO, "Exit Block 7");
267 tst_resm(TFAIL, "Block 7 FAILED");
269 tst_resm(TPASS, "Block 7 PASSED");