• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#------------------------------------------------------------------------------
2# System data
3#
4
5# test run info
6shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
7tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public.sh"
8
9# system info
10$ date
11Mon Apr 20 04:46:09 IST 2009
12$ uname -mprsv
13Darwin 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 i386
14
15
16#------------------------------------------------------------------------------
17# Running the test suite with /bin/sh
18#
19shell name: sh
20shell version: unknown
21
22--- Executing the 'defines' test suite ---
23testFlagsDefine
24testBoolean
25testFloat
26testInteger
27testString
28testShortNameLength
29testFlagNameIsReserved
30
31Ran 7 tests.
32
33OK
34
35--- Executing the 'parsing' test suite ---
36test:WARN Standard version of getopt found. Enhanced tests will be skipped.
37testGetoptStandard
38testGetoptEnhanced
39testValidBooleanShort
40testValidBooleanLong
41testValidFloats
42testInvalidFloats
43testValidIntegers
44testInvalidIntegers
45testValidStrings
46testMultipleFlags
47testSingleNonFlagArg
48testMultipleNonFlagArgs
49testMultipleNonFlagStringArgsWithSpaces
50testFlagsWithEquals
51testComplicatedCommandLineStandard
52testComplicatedCommandLineEnhanced
53
54Ran 16 tests.
55
56OK (skipped=104)
57
58--- Executing the 'private' test suite ---
59testGetFlagInfo
60testItemInList
61testColumns
62testValidateBoolean
63testValidateFloat
64testValidateInteger
65
66Ran 6 tests.
67
68OK
69
70--- Executing the 'public' test suite ---
71test:WARN Standard version of getopt found. Enhanced tests will be skipped.
72testHelp
73testStandardHelpOutput
74testEnhancedHelpOutput
75testNoHelp
76
77Ran 4 tests.
78
79OK (skipped=6)
80
81
82#------------------------------------------------------------------------------
83# Running the test suite with /bin/bash
84#
85shell name: bash
86shell version: 3.2.17(1)-release
87
88--- Executing the 'defines' test suite ---
89testFlagsDefine
90testBoolean
91testFloat
92testInteger
93testString
94testShortNameLength
95testFlagNameIsReserved
96
97Ran 7 tests.
98
99OK
100
101--- Executing the 'parsing' test suite ---
102test:WARN Standard version of getopt found. Enhanced tests will be skipped.
103testGetoptStandard
104testGetoptEnhanced
105testValidBooleanShort
106testValidBooleanLong
107testValidFloats
108testInvalidFloats
109testValidIntegers
110testInvalidIntegers
111testValidStrings
112testMultipleFlags
113testSingleNonFlagArg
114testMultipleNonFlagArgs
115testMultipleNonFlagStringArgsWithSpaces
116testFlagsWithEquals
117testComplicatedCommandLineStandard
118testComplicatedCommandLineEnhanced
119
120Ran 16 tests.
121
122OK (skipped=104)
123
124--- Executing the 'private' test suite ---
125testGetFlagInfo
126testItemInList
127testColumns
128testValidateBoolean
129testValidateFloat
130testValidateInteger
131
132Ran 6 tests.
133
134OK
135
136--- Executing the 'public' test suite ---
137test:WARN Standard version of getopt found. Enhanced tests will be skipped.
138testHelp
139testStandardHelpOutput
140testEnhancedHelpOutput
141testNoHelp
142
143Ran 4 tests.
144
145OK (skipped=6)
146
147
148#------------------------------------------------------------------------------
149# Running the test suite with /bin/dash
150#
151
152
153#------------------------------------------------------------------------------
154# Running the test suite with /bin/ksh
155#
156shell name: ksh
157shell version: M-1993-12-28
158
159--- Executing the 'defines' test suite ---
160testFlagsDefine
161testBoolean
162testFloat
163testInteger
164testString
165testShortNameLength
166testFlagNameIsReserved
167
168Ran 7 tests.
169
170OK
171
172--- Executing the 'parsing' test suite ---
173test:WARN Standard version of getopt found. Enhanced tests will be skipped.
174testGetoptStandard
175testGetoptEnhanced
176testValidBooleanShort
177testValidBooleanLong
178testValidFloats
179testInvalidFloats
180testValidIntegers
181testInvalidIntegers
182testValidStrings
183testMultipleFlags
184testSingleNonFlagArg
185testMultipleNonFlagArgs
186testMultipleNonFlagStringArgsWithSpaces
187testFlagsWithEquals
188testComplicatedCommandLineStandard
189testComplicatedCommandLineEnhanced
190
191Ran 16 tests.
192
193OK (skipped=104)
194
195--- Executing the 'private' test suite ---
196testGetFlagInfo
197testItemInList
198testColumns
199testValidateBoolean
200testValidateFloat
201testValidateInteger
202
203Ran 6 tests.
204
205OK
206
207--- Executing the 'public' test suite ---
208test:WARN Standard version of getopt found. Enhanced tests will be skipped.
209testHelp
210testStandardHelpOutput
211testEnhancedHelpOutput
212testNoHelp
213
214Ran 4 tests.
215
216OK (skipped=6)
217
218
219#------------------------------------------------------------------------------
220# Running the test suite with /bin/pdksh
221#
222
223
224#------------------------------------------------------------------------------
225# Running the test suite with /bin/zsh
226#
227shell name: zsh
228shell version: 4.3.4
229
230--- Executing the 'defines' test suite ---
231testFlagsDefine
232testBoolean
233testFloat
234testInteger
235testString
236testShortNameLength
237testFlagNameIsReserved
238
239Ran 7 tests.
240
241OK
242
243--- Executing the 'parsing' test suite ---
244test:WARN Standard version of getopt found. Enhanced tests will be skipped.
245testGetoptStandard
246testGetoptEnhanced
247testValidBooleanShort
248testValidBooleanLong
249testValidFloats
250testInvalidFloats
251testValidIntegers
252testInvalidIntegers
253testValidStrings
254testMultipleFlags
255testSingleNonFlagArg
256testMultipleNonFlagArgs
257testMultipleNonFlagStringArgsWithSpaces
258testFlagsWithEquals
259testComplicatedCommandLineStandard
260testComplicatedCommandLineEnhanced
261
262Ran 16 tests.
263
264OK (skipped=104)
265
266--- Executing the 'private' test suite ---
267testGetFlagInfo
268testItemInList
269testColumns
270testValidateBoolean
271testValidateFloat
272testValidateInteger
273
274Ran 6 tests.
275
276OK
277
278--- Executing the 'public' test suite ---
279test:WARN Standard version of getopt found. Enhanced tests will be skipped.
280testHelp
281testStandardHelpOutput
282testEnhancedHelpOutput
283testNoHelp
284
285Ran 4 tests.
286
287OK (skipped=6)
288