blob: 88de64699dba7c26ce2ee403b37a90800b3e0153 [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_modakda124b92009-10-13 14:00:45 +000033/* $Id: dup04.c,v 1.6 2009/10/13 14:00: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 : dup04
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 dup(2) of a system pipe descriptor
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 : Richard Logan
subrata_modak4bb656a2009-02-26 12:02:09 +000053 *
plars865695b2001-08-27 22:15:12 +000054 * CO-PILOT : William Roske
subrata_modak4bb656a2009-02-26 12:02:09 +000055 *
plars865695b2001-08-27 22:15:12 +000056 * DATE STARTED : 06/94
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 *
plars865695b2001-08-27 22:15:12 +000062 * 1.) dup(2) returns...(See Description)
subrata_modakbdbaec52009-02-26 12:14:51 +000063 *
plars865695b2001-08-27 22:15:12 +000064 * INPUT SPECIFICATIONS
65 * The standard options for system call tests are accepted.
66 * (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
71 * Terminates - with frequency and infinite modes.
subrata_modak4bb656a2009-02-26 12:02:09 +000072 *
plars865695b2001-08-27 22:15:12 +000073 * SIGNALS
74 * Uses SIGUSR1 to pause before test if option set.
75 * (See the parse_opts(3) man page).
76 *
77 * RESOURCES
78 * 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
84 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000085 *
plars865695b2001-08-27 22:15:12 +000086 * INTERCASE DEPENDENCIES
87 * 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 dup(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 * dup(2).
subrata_modak4bb656a2009-02-26 12:02:09 +000094 *
plars865695b2001-08-27 22:15:12 +000095 * Setup:
96 * Setup signal handling.
97 * Pause for SIGUSR1 if option specified.
subrata_modak4bb656a2009-02-26 12:02:09 +000098 *
plars865695b2001-08-27 22:15:12 +000099 * Test:
100 * Loop if the proper options are given.
101 * Execute system call
102 * 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 *
plars865695b2001-08-27 22:15:12 +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
Garrett Cooper15697992010-12-18 06:31:28 -0800112#ifndef _GNU_SOURCE
113#define _GNU_SOURCE
114#endif
plars865695b2001-08-27 22:15:12 +0000115#include <sys/types.h>
116#include <sys/fcntl.h>
117#include <errno.h>
Garrett Cooper15697992010-12-18 06:31:28 -0800118#include <stdio.h>
plars865695b2001-08-27 22:15:12 +0000119#include <string.h>
120#include <signal.h>
121#include "test.h"
122#include "usctest.h"
123
vapieraa354722006-05-26 06:26:37 +0000124void setup();
125void cleanup();
plars865695b2001-08-27 22:15:12 +0000126
subrata_modak56207ce2009-03-23 13:35:39 +0000127char *TCID = "dup04"; /* Test program identifier. */
128int TST_TOTAL = 2; /* Total number of test cases. */
plars865695b2001-08-27 22:15:12 +0000129
subrata_modak56207ce2009-03-23 13:35:39 +0000130int exp_enos[] = { 0, 0 };
plars865695b2001-08-27 22:15:12 +0000131
Garrett Cooper15697992010-12-18 06:31:28 -0800132int fd[2];
plars865695b2001-08-27 22:15:12 +0000133
subrata_modak56207ce2009-03-23 13:35:39 +0000134int main(int ac, char **av)
plars865695b2001-08-27 22:15:12 +0000135{
Cyril Hrubis89af32a2012-10-24 16:39:11 +0200136 int lc;
137 char *msg;
subrata_modak56207ce2009-03-23 13:35:39 +0000138
Garrett Cooper15697992010-12-18 06:31:28 -0800139 if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
subrata_modak56207ce2009-03-23 13:35:39 +0000140 tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
Garrett Cooper2c282152010-12-16 00:55:50 -0800141
subrata_modak56207ce2009-03-23 13:35:39 +0000142 setup();
plars865695b2001-08-27 22:15:12 +0000143
subrata_modak56207ce2009-03-23 13:35:39 +0000144 TEST_EXP_ENOS(exp_enos);
plars865695b2001-08-27 22:15:12 +0000145
subrata_modak56207ce2009-03-23 13:35:39 +0000146 for (lc = 0; TEST_LOOPING(lc); lc++) {
plars865695b2001-08-27 22:15:12 +0000147
subrata_modak56207ce2009-03-23 13:35:39 +0000148 Tst_count = 0;
plars865695b2001-08-27 22:15:12 +0000149
Garrett Cooper15697992010-12-18 06:31:28 -0800150 TEST(dup(fd[0]));
subrata_modakbdbaec52009-02-26 12:14:51 +0000151
Garrett Cooper15697992010-12-18 06:31:28 -0800152 if (TEST_RETURN == -1)
Wanlong Gao354ebb42012-12-07 10:10:04 +0800153 tst_resm(TFAIL | TERRNO,
154 "dup of read side of pipe failed");
Garrett Cooper15697992010-12-18 06:31:28 -0800155 else {
subrata_modak56207ce2009-03-23 13:35:39 +0000156 if (STD_FUNCTIONAL_TEST) {
subrata_modak56207ce2009-03-23 13:35:39 +0000157 tst_resm(TPASS,
subrata_modakda124b92009-10-13 14:00:45 +0000158 "dup(%d) read side of syspipe returned %ld",
Garrett Cooper15697992010-12-18 06:31:28 -0800159 fd[0], TEST_RETURN);
plars865695b2001-08-27 22:15:12 +0000160
subrata_modak56207ce2009-03-23 13:35:39 +0000161 } else
162 Tst_count++;
plars865695b2001-08-27 22:15:12 +0000163
Garrett Cooper15697992010-12-18 06:31:28 -0800164 if (close(TEST_RETURN) == -1)
165 tst_brkm(TBROK, cleanup, "close failed");
subrata_modak56207ce2009-03-23 13:35:39 +0000166 }
plars865695b2001-08-27 22:15:12 +0000167
Garrett Cooper15697992010-12-18 06:31:28 -0800168 TEST(dup(fd[1]));
subrata_modakbdbaec52009-02-26 12:14:51 +0000169
Garrett Cooper15697992010-12-18 06:31:28 -0800170 if (TEST_RETURN == -1)
Wanlong Gao354ebb42012-12-07 10:10:04 +0800171 tst_resm(TFAIL | TTERRNO,
172 "dup of write side of pipe failed");
Garrett Cooper15697992010-12-18 06:31:28 -0800173 else {
subrata_modak56207ce2009-03-23 13:35:39 +0000174
subrata_modak56207ce2009-03-23 13:35:39 +0000175 if (STD_FUNCTIONAL_TEST) {
subrata_modak56207ce2009-03-23 13:35:39 +0000176 tst_resm(TPASS,
subrata_modakda124b92009-10-13 14:00:45 +0000177 "dup(%d) write side of syspipe returned %ld",
Garrett Cooper15697992010-12-18 06:31:28 -0800178 fd[1], TEST_RETURN);
plars865695b2001-08-27 22:15:12 +0000179
subrata_modak56207ce2009-03-23 13:35:39 +0000180 } else
181 Tst_count++;
plars865695b2001-08-27 22:15:12 +0000182
Garrett Cooper15697992010-12-18 06:31:28 -0800183 if (close(TEST_RETURN) == -1)
Wanlong Gao354ebb42012-12-07 10:10:04 +0800184 tst_brkm(TBROK | TTERRNO, cleanup,
185 "close failed");
subrata_modak56207ce2009-03-23 13:35:39 +0000186 }
plars865695b2001-08-27 22:15:12 +0000187
Garrett Cooper2c282152010-12-16 00:55:50 -0800188 }
plars865695b2001-08-27 22:15:12 +0000189
subrata_modak56207ce2009-03-23 13:35:39 +0000190 cleanup();
Garrett Cooper15697992010-12-18 06:31:28 -0800191 tst_exit();
Garrett Cooper2c282152010-12-16 00:55:50 -0800192}
plars865695b2001-08-27 22:15:12 +0000193
subrata_modak56207ce2009-03-23 13:35:39 +0000194void setup()
plars865695b2001-08-27 22:15:12 +0000195{
Garrett Cooper15697992010-12-18 06:31:28 -0800196 fd[0] = -1;
plars865695b2001-08-27 22:15:12 +0000197
subrata_modak56207ce2009-03-23 13:35:39 +0000198 tst_sig(FORK, DEF_HANDLER, cleanup);
plars865695b2001-08-27 22:15:12 +0000199
subrata_modak56207ce2009-03-23 13:35:39 +0000200 TEST_PAUSE;
plars865695b2001-08-27 22:15:12 +0000201
subrata_modak56207ce2009-03-23 13:35:39 +0000202 tst_tmpdir();
plars865695b2001-08-27 22:15:12 +0000203
Garrett Cooper15697992010-12-18 06:31:28 -0800204 if (pipe(fd) == -1)
Wanlong Gao354ebb42012-12-07 10:10:04 +0800205 tst_brkm(TBROK | TERRNO, cleanup, "pipe failed");
Garrett Cooper2c282152010-12-16 00:55:50 -0800206}
plars865695b2001-08-27 22:15:12 +0000207
subrata_modak56207ce2009-03-23 13:35:39 +0000208void cleanup()
plars865695b2001-08-27 22:15:12 +0000209{
Garrett Cooper4aef4342010-12-18 21:34:41 -0800210 int i;
211
subrata_modak56207ce2009-03-23 13:35:39 +0000212 TEST_CLEANUP;
plars865695b2001-08-27 22:15:12 +0000213
Garrett Cooper83599b92010-12-18 10:29:05 -0800214 for (i = 0; i <= 6; i++)
215 close(i);
plars865695b2001-08-27 22:15:12 +0000216
subrata_modak56207ce2009-03-23 13:35:39 +0000217 tst_rmdir();
Chris Dearmanec6edca2012-10-17 19:54:01 -0700218}