Home | History | Annotate | Download | only in fcntl

Lines Matching refs:tst_resm

62 			tst_resm(TFAIL, "fcntl(2) failed to FAIL");
64 tst_resm(TFAIL, "Expected EINVAL got %d", errno);
66 tst_resm(TPASS, "got EINVAL");
70 tst_resm(TFAIL, "F_SETLK: fcntl(2) failed to FAIL");
72 tst_resm(TFAIL, "F_SETLK: Expected EFAULT got %d",
75 tst_resm(TPASS, "F_SETLK: got EFAULT");
79 tst_resm(TFAIL, "F_SETLKW: fcntl(2) failed to FAIL");
81 tst_resm(TFAIL, "F_SETLKW: Expected EFAULT got %d",
84 tst_resm(TPASS, "F_SETLKW: got EFAULT");
88 tst_resm(TFAIL, "F_GETLK: fcntl(2) failed to FAIL");
90 tst_resm(TFAIL, "F_GETLK: Expected EFAULT got %d",
93 tst_resm(TPASS, "F_GETLK: got EFAULT");
97 tst_resm(TCONF, "Skip EFAULT on uClinux");
105 tst_resm(TFAIL, "fcntl(2) failed to FAIL");
107 tst_resm(TFAIL, "Expected EINVAL, got %d", errno);
109 tst_resm(TPASS, "got EINVAL");
112 tst_resm(TFAIL, "fcntl(2) failed to FAIL");
114 tst_resm(TFAIL, "Expected EBADF, got %d", errno);
116 tst_resm(TPASS, "got EBADFD");