blob: c0504da02e15eddf861c773d6205defce4c20d9b [file] [log] [blame]
plars865695b2001-08-27 22:15:12 +00001/*
2 * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of version 2 of the GNU General Public License as
6 * published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it would be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * Further, this software is distributed without any warranty that it is
13 * free of the rightful claim of any third person regarding infringement
14 * or the like. Any license provided herein, whether implied or
15 * otherwise, applies only to this software file. Patent licenses, if
16 * any, provided herein do not apply to combinations of this program with
17 * other software, or any other product whatsoever.
18 *
19 * You should have received a copy of the GNU General Public License along
Wanlong Gaofed96412012-10-24 10:10:29 +080020 * with this program; if not, write the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
plars865695b2001-08-27 22:15:12 +000022 *
23 * Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
24 * Mountain View, CA 94043, or:
25 *
26 * http://www.sgi.com
27 *
28 * For further information regarding this notice, see:
29 *
30 * http://oss.sgi.com/projects/GenInfo/NoticeExplan/
31 *
32 */
subrata_modak358c3ee2009-10-26 14:55:46 +000033/* $Id: fcntl10.c,v 1.8 2009/10/26 14:55:46 subrata_modak Exp $ */
plars865695b2001-08-27 22:15:12 +000034/**********************************************************
subrata_modak4bb656a2009-02-26 12:02:09 +000035 *
plars865695b2001-08-27 22:15:12 +000036 * OS Test - Silicon Graphics, Inc.
subrata_modak4bb656a2009-02-26 12:02:09 +000037 *
plars865695b2001-08-27 22:15:12 +000038 * TEST IDENTIFIER : fcntl10
subrata_modak4bb656a2009-02-26 12:02:09 +000039 *
plars865695b2001-08-27 22:15:12 +000040 * EXECUTED BY : anyone
subrata_modak4bb656a2009-02-26 12:02:09 +000041 *
plars865695b2001-08-27 22:15:12 +000042 * TEST TITLE : Basic test for fcntl(2) using F_SETLKW argument.
subrata_modak4bb656a2009-02-26 12:02:09 +000043 *
plars865695b2001-08-27 22:15:12 +000044 * PARENT DOCUMENT : usctpl01
subrata_modak4bb656a2009-02-26 12:02:09 +000045 *
plars865695b2001-08-27 22:15:12 +000046 * TEST CASE TOTAL : 2
subrata_modak4bb656a2009-02-26 12:02:09 +000047 *
plars865695b2001-08-27 22:15:12 +000048 * WALL CLOCK TIME : 1
subrata_modak4bb656a2009-02-26 12:02:09 +000049 *
plars865695b2001-08-27 22:15:12 +000050 * CPU TYPES : ALL
subrata_modak4bb656a2009-02-26 12:02:09 +000051 *
plars865695b2001-08-27 22:15:12 +000052 * AUTHOR : William Roske
subrata_modak4bb656a2009-02-26 12:02:09 +000053 *
plars865695b2001-08-27 22:15:12 +000054 * CO-PILOT : Dave Fenner
subrata_modak4bb656a2009-02-26 12:02:09 +000055 *
plars865695b2001-08-27 22:15:12 +000056 * DATE STARTED : 03/30/92
subrata_modak4bb656a2009-02-26 12:02:09 +000057 *
plars865695b2001-08-27 22:15:12 +000058 * INITIAL RELEASE : UNICOS 7.0
subrata_modak4bb656a2009-02-26 12:02:09 +000059 *
plars865695b2001-08-27 22:15:12 +000060 * TEST CASES
subrata_modak4bb656a2009-02-26 12:02:09 +000061 *
subrata_modak56207ce2009-03-23 13:35:39 +000062 * 1.) fcntl(2) returns...(See Description)
subrata_modakbdbaec52009-02-26 12:14:51 +000063 *
plars865695b2001-08-27 22:15:12 +000064 * INPUT SPECIFICATIONS
subrata_modak56207ce2009-03-23 13:35:39 +000065 * The standard options for system call tests are accepted.
plars865695b2001-08-27 22:15:12 +000066 * (See the parse_opts(3) man page).
subrata_modak4bb656a2009-02-26 12:02:09 +000067 *
plars865695b2001-08-27 22:15:12 +000068 * OUTPUT SPECIFICATIONS
subrata_modak56207ce2009-03-23 13:35:39 +000069 *
plars865695b2001-08-27 22:15:12 +000070 * DURATION
subrata_modak56207ce2009-03-23 13:35:39 +000071 * Terminates - with frequency and infinite modes.
subrata_modak4bb656a2009-02-26 12:02:09 +000072 *
plars865695b2001-08-27 22:15:12 +000073 * SIGNALS
subrata_modak56207ce2009-03-23 13:35:39 +000074 * Uses SIGUSR1 to pause before test if option set.
75 * (See the parse_opts(3) man page).
plars865695b2001-08-27 22:15:12 +000076 *
77 * RESOURCES
subrata_modak56207ce2009-03-23 13:35:39 +000078 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000079 *
plars865695b2001-08-27 22:15:12 +000080 * ENVIRONMENTAL NEEDS
81 * No run-time environmental needs.
subrata_modak4bb656a2009-02-26 12:02:09 +000082 *
plars865695b2001-08-27 22:15:12 +000083 * SPECIAL PROCEDURAL REQUIREMENTS
subrata_modak56207ce2009-03-23 13:35:39 +000084 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000085 *
plars865695b2001-08-27 22:15:12 +000086 * INTERCASE DEPENDENCIES
subrata_modak56207ce2009-03-23 13:35:39 +000087 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000088 *
plars865695b2001-08-27 22:15:12 +000089 * DETAILED DESCRIPTION
90 * This is a Phase I test for the fcntl(2) system call. It is intended
91 * to provide a limited exposure of the system call, for now. It
92 * should/will be extended when full functional tests are written for
93 * fcntl(2).
subrata_modak4bb656a2009-02-26 12:02:09 +000094 *
subrata_modak56207ce2009-03-23 13:35:39 +000095 * Setup:
96 * Setup signal handling.
plars865695b2001-08-27 22:15:12 +000097 * Pause for SIGUSR1 if option specified.
subrata_modak4bb656a2009-02-26 12:02:09 +000098 *
subrata_modak56207ce2009-03-23 13:35:39 +000099 * Test:
plars865695b2001-08-27 22:15:12 +0000100 * Loop if the proper options are given.
subrata_modak56207ce2009-03-23 13:35:39 +0000101 * Execute system call
plars865695b2001-08-27 22:15:12 +0000102 * Check return code, if system call failed (return=-1)
103 * Log the errno and Issue a FAIL message.
104 * Otherwise, Issue a PASS message.
subrata_modak4bb656a2009-02-26 12:02:09 +0000105 *
subrata_modak56207ce2009-03-23 13:35:39 +0000106 * Cleanup:
107 * Print errno log and/or timing stats if options given
subrata_modak4bb656a2009-02-26 12:02:09 +0000108 *
109 *
plars865695b2001-08-27 22:15:12 +0000110 *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#**/
111
112#include <sys/types.h>
mridgedb639212005-01-04 21:04:11 +0000113#include <fcntl.h>
114#include <unistd.h>
plars865695b2001-08-27 22:15:12 +0000115#include <sys/stat.h>
116#include <errno.h>
117#include <string.h>
118#include <signal.h>
119#include "test.h"
plars865695b2001-08-27 22:15:12 +0000120
vapieraa354722006-05-26 06:26:37 +0000121void setup();
122void cleanup();
plars865695b2001-08-27 22:15:12 +0000123
Cyril Hrubisfdce7d52013-04-04 18:35:48 +0200124char *TCID = "fcntl10";
125int TST_TOTAL = 2;
plars865695b2001-08-27 22:15:12 +0000126
plars865695b2001-08-27 22:15:12 +0000127char fname[255];
128int fd;
129struct flock flocks;
130
subrata_modak56207ce2009-03-23 13:35:39 +0000131int main(int ac, char **av)
plars865695b2001-08-27 22:15:12 +0000132{
Cyril Hrubis89af32a2012-10-24 16:39:11 +0200133 int lc;
Cyril Hrubis0b9589f2014-05-27 17:40:33 +0200134 const char *msg;
subrata_modak56207ce2009-03-23 13:35:39 +0000135
plars865695b2001-08-27 22:15:12 +0000136 /***************************************************************
137 * parse standard options
138 ***************************************************************/
Garrett Cooper45e285d2010-11-22 12:19:25 -0800139 if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
Garrett Cooper60fa8012010-11-22 13:50:58 -0800140 tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
plars865695b2001-08-27 22:15:12 +0000141
142 /***************************************************************
143 * perform global setup for test
144 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000145 setup();
plars865695b2001-08-27 22:15:12 +0000146
plars865695b2001-08-27 22:15:12 +0000147 /***************************************************************
148 * check looping state if -c option given
149 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000150 for (lc = 0; TEST_LOOPING(lc); lc++) {
151 int type;
152 for (type = 0; type < 2; type++) {
plars865695b2001-08-27 22:15:12 +0000153
Caspar Zhangd59a6592013-03-07 14:59:12 +0800154 tst_count = 0;
plars865695b2001-08-27 22:15:12 +0000155
subrata_modak56207ce2009-03-23 13:35:39 +0000156 flocks.l_type = type ? F_RDLCK : F_WRLCK;
plars865695b2001-08-27 22:15:12 +0000157
subrata_modak56207ce2009-03-23 13:35:39 +0000158 /*
159 * Call fcntl(2) with F_SETLKW flocks.l_type = F_UNLCK argument on fname
160 */
161 TEST(fcntl(fd, F_SETLKW, &flocks));
subrata_modakbdbaec52009-02-26 12:14:51 +0000162
subrata_modak56207ce2009-03-23 13:35:39 +0000163 /* check return code */
164 if (TEST_RETURN == -1) {
subrata_modak56207ce2009-03-23 13:35:39 +0000165 tst_resm(TFAIL,
166 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = %s Failed, errno=%d : %s",
167 fname, type ? "F_RDLCK" : "F_WRLCK",
168 TEST_ERRNO, strerror(TEST_ERRNO));
169 } else {
Cyril Hrubise38b9612014-06-02 17:20:57 +0200170 tst_resm(TPASS,
171 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = %s returned %ld",
172 fname, type ? "F_RDLCK" : "F_WRLCK",
173 TEST_RETURN);
subrata_modak56207ce2009-03-23 13:35:39 +0000174 }
plars865695b2001-08-27 22:15:12 +0000175
subrata_modak56207ce2009-03-23 13:35:39 +0000176 flocks.l_type = F_UNLCK;
177 /*
178 * Call fcntl(2) with F_SETLKW flocks.l_type = F_UNLCK argument on fname
179 */
180 TEST(fcntl(fd, F_SETLKW, &flocks));
subrata_modakbdbaec52009-02-26 12:14:51 +0000181
subrata_modak56207ce2009-03-23 13:35:39 +0000182 /* check return code */
183 if (TEST_RETURN == -1) {
subrata_modak56207ce2009-03-23 13:35:39 +0000184 tst_resm(TFAIL,
185 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = F_UNLCK Failed, errno=%d : %s",
186 fname, TEST_ERRNO,
187 strerror(TEST_ERRNO));
188 } else {
189
Cyril Hrubise38b9612014-06-02 17:20:57 +0200190 tst_resm(TPASS,
191 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned %ld",
192 fname, TEST_RETURN);
subrata_modak56207ce2009-03-23 13:35:39 +0000193 }
subrata_modakbdbaec52009-02-26 12:14:51 +0000194
subrata_modak56207ce2009-03-23 13:35:39 +0000195 }
Garrett Cooper2c282152010-12-16 00:55:50 -0800196 }
plars865695b2001-08-27 22:15:12 +0000197
subrata_modak56207ce2009-03-23 13:35:39 +0000198 cleanup();
Garrett Cooper1e6f5a62010-12-19 09:58:10 -0800199 tst_exit();
Garrett Cooper2c282152010-12-16 00:55:50 -0800200}
plars865695b2001-08-27 22:15:12 +0000201
202/***************************************************************
203 * setup() - performs all ONE TIME setup for this test.
204 ***************************************************************/
Mike Frysingerc57fba52014-04-09 18:56:30 -0400205void setup(void)
plars865695b2001-08-27 22:15:12 +0000206{
Garrett Cooper2c282152010-12-16 00:55:50 -0800207
subrata_modak56207ce2009-03-23 13:35:39 +0000208 tst_sig(NOFORK, DEF_HANDLER, cleanup);
plars865695b2001-08-27 22:15:12 +0000209
subrata_modak56207ce2009-03-23 13:35:39 +0000210 TEST_PAUSE;
plars865695b2001-08-27 22:15:12 +0000211
subrata_modak56207ce2009-03-23 13:35:39 +0000212 tst_tmpdir();
plars865695b2001-08-27 22:15:12 +0000213
subrata_modak56207ce2009-03-23 13:35:39 +0000214 sprintf(fname, "tfile_%d", getpid());
215 if ((fd = creat(fname, 0644)) == -1) {
216 tst_brkm(TBROK, cleanup,
217 "creat(%s, 0644) Failed, errno=%d : %s", fname, errno,
218 strerror(errno));
219 } else if (close(fd) == -1) {
220 tst_brkm(TBROK, cleanup, "close(%s) Failed, errno=%d : %s",
221 fname, errno, strerror(errno));
222 } else if ((fd = open(fname, O_RDWR, 0700)) == -1) {
223 tst_brkm(TBROK, cleanup,
224 "open(%s, O_RDWR,0700) Failed, errno=%d : %s", fname,
225 errno, strerror(errno));
226 }
plars865695b2001-08-27 22:15:12 +0000227
subrata_modak56207ce2009-03-23 13:35:39 +0000228 /* set needed fields in the flocks structure */
229 flocks.l_whence = 1;
230 flocks.l_start = 0;
231 flocks.l_len = 0;
232 flocks.l_pid = getpid();
Garrett Cooper2c282152010-12-16 00:55:50 -0800233}
plars865695b2001-08-27 22:15:12 +0000234
235/***************************************************************
236 * cleanup() - performs all ONE TIME cleanup for this test at
237 * completion or premature exit.
238 ***************************************************************/
Mike Frysingerc57fba52014-04-09 18:56:30 -0400239void cleanup(void)
plars865695b2001-08-27 22:15:12 +0000240{
plars865695b2001-08-27 22:15:12 +0000241
subrata_modak56207ce2009-03-23 13:35:39 +0000242 if (close(fd) == -1) {
243 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s", fname, errno,
244 strerror(errno));
245 } else if (unlink(fname) == -1) {
246 tst_resm(TWARN, "unlink(%s) Failed, errno=%d : %s", fname,
247 errno, strerror(errno));
248 }
plars865695b2001-08-27 22:15:12 +0000249
subrata_modak56207ce2009-03-23 13:35:39 +0000250 tst_rmdir();
plars865695b2001-08-27 22:15:12 +0000251
Chris Dearmanec6edca2012-10-17 19:54:01 -0700252}