blob: 21e1d26b42e5688d1654501fc1db7733c1bccaa5 [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
20 * with this program; if not, write the Free Software Foundation, Inc., 59
21 * Temple Place - Suite 330, Boston MA 02111-1307, USA.
22 *
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_modak923b23f2009-11-02 13:57:16 +000033/* $Id: fcntl04.c,v 1.8 2009/11/02 13:57:16 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 : fcntl04
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_GETFL 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 : 1
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"
120#include "usctest.h"
121
vapieraa354722006-05-26 06:26:37 +0000122void setup();
123void cleanup();
plars865695b2001-08-27 22:15:12 +0000124
subrata_modak56207ce2009-03-23 13:35:39 +0000125char *TCID = "fcntl04"; /* Test program identifier. */
126int TST_TOTAL = 1; /* Total number of test cases. */
plars865695b2001-08-27 22:15:12 +0000127extern int Tst_count; /* Test Case counter for tst_* routines */
128
subrata_modak56207ce2009-03-23 13:35:39 +0000129int exp_enos[] = { 0, 0 };
plars865695b2001-08-27 22:15:12 +0000130
131char fname[255];
132int fd;
133
subrata_modak56207ce2009-03-23 13:35:39 +0000134int main(int ac, char **av)
plars865695b2001-08-27 22:15:12 +0000135{
subrata_modak56207ce2009-03-23 13:35:39 +0000136 int lc; /* loop counter */
137 char *msg; /* message returned from parse_opts */
138
plars865695b2001-08-27 22:15:12 +0000139 /***************************************************************
140 * parse standard options
141 ***************************************************************/
Garrett Cooper45e285d2010-11-22 12:19:25 -0800142 if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
subrata_modak56207ce2009-03-23 13:35:39 +0000143 tst_brkm(TBROK, cleanup, "OPTION PARSING ERROR - %s", msg);
plars865695b2001-08-27 22:15:12 +0000144
145 /***************************************************************
146 * perform global setup for test
147 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000148 setup();
plars865695b2001-08-27 22:15:12 +0000149
subrata_modak56207ce2009-03-23 13:35:39 +0000150 /* set the expected errnos... */
151 TEST_EXP_ENOS(exp_enos);
plars865695b2001-08-27 22:15:12 +0000152
153 /***************************************************************
154 * check looping state if -c option given
155 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000156 for (lc = 0; TEST_LOOPING(lc); lc++) {
plars865695b2001-08-27 22:15:12 +0000157
subrata_modak56207ce2009-03-23 13:35:39 +0000158 /* reset Tst_count in case we are looping. */
159 Tst_count = 0;
plars865695b2001-08-27 22:15:12 +0000160
subrata_modak56207ce2009-03-23 13:35:39 +0000161 /*
162 * Call fcntl(2) with F_GETFL argument on fname
163 */
164 TEST(fcntl(fd, F_GETFL, 0));
subrata_modakbdbaec52009-02-26 12:14:51 +0000165
subrata_modak56207ce2009-03-23 13:35:39 +0000166 /* check return code */
167 if (TEST_RETURN == -1) {
168 TEST_ERROR_LOG(TEST_ERRNO);
subrata_modak923b23f2009-11-02 13:57:16 +0000169 tst_resm(TFAIL|TTERRNO,
170 "fcntl(%s, F_GETFL, 0) Failed",
171 fname);
subrata_modak56207ce2009-03-23 13:35:39 +0000172 } else {
173
plars865695b2001-08-27 22:15:12 +0000174 /***************************************************************
175 * only perform functional verification if flag set (-f not given)
176 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000177 if (STD_FUNCTIONAL_TEST) {
178 /* No Verification test, yet... */
179 tst_resm(TPASS,
subrata_modak358c3ee2009-10-26 14:55:46 +0000180 "fcntl(%s, F_GETFL, 0) returned %ld",
subrata_modak56207ce2009-03-23 13:35:39 +0000181 fname, TEST_RETURN);
182 }
183 }
184 } /* End for TEST_LOOPING */
plars865695b2001-08-27 22:15:12 +0000185
186 /***************************************************************
187 * cleanup and exit
188 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000189 cleanup();
plars865695b2001-08-27 22:15:12 +0000190
subrata_modak56207ce2009-03-23 13:35:39 +0000191 return 0;
192} /* End main */
plars865695b2001-08-27 22:15:12 +0000193
194/***************************************************************
195 * setup() - performs all ONE TIME setup for this test.
196 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000197void setup()
plars865695b2001-08-27 22:15:12 +0000198{
subrata_modak56207ce2009-03-23 13:35:39 +0000199 /* capture signals */
200 tst_sig(NOFORK, DEF_HANDLER, cleanup);
plars865695b2001-08-27 22:15:12 +0000201
subrata_modak56207ce2009-03-23 13:35:39 +0000202 /* Pause if that option was specified */
203 TEST_PAUSE;
plars865695b2001-08-27 22:15:12 +0000204
subrata_modak56207ce2009-03-23 13:35:39 +0000205 /* make a temp directory and cd to it */
206 tst_tmpdir();
plars865695b2001-08-27 22:15:12 +0000207
subrata_modak56207ce2009-03-23 13:35:39 +0000208 sprintf(fname, "tfile_%d", getpid());
209 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) {
210 tst_brkm(TBROK, cleanup,
211 "open(%s, O_RDWR|O_CREAT,0700) Failed, errno=%d : %s",
212 fname, TEST_ERRNO, strerror(TEST_ERRNO));
213 }
214} /* End setup() */
plars865695b2001-08-27 22:15:12 +0000215
216/***************************************************************
217 * cleanup() - performs all ONE TIME cleanup for this test at
218 * completion or premature exit.
219 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000220void cleanup()
plars865695b2001-08-27 22:15:12 +0000221{
subrata_modak56207ce2009-03-23 13:35:39 +0000222 /*
223 * print timing stats if that option was specified.
224 * print errno log if that option was specified.
225 */
226 TEST_CLEANUP;
plars865695b2001-08-27 22:15:12 +0000227
subrata_modak56207ce2009-03-23 13:35:39 +0000228 if (close(fd) == -1) {
229 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s", fname, errno,
230 strerror(errno));
231 }
plars865695b2001-08-27 22:15:12 +0000232
subrata_modak56207ce2009-03-23 13:35:39 +0000233 /* Remove tmp dir and all files in it */
234 tst_rmdir();
plars865695b2001-08-27 22:15:12 +0000235
subrata_modak56207ce2009-03-23 13:35:39 +0000236 /* exit with return code appropriate for results */
237 tst_exit();
238} /* End cleanup() */