blob: 0cf34d644984a5c3548d8410cf7dec397ce5c44a [file] [log] [blame]
kate.ward96497ea2009-04-24 00:20:02 +00001#------------------------------------------------------------------------------
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
11Fri Apr 24 01:17:02 IST 2009
12$ uname -mprsv
13Linux 2.6.18.5-gg38server-xenU-3.1 #1 SMP Fri Jul 18 13:02:34 IST 2008 x86_64 unknown
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 Enhanced version of getopt found. Standard 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=3)
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 Enhanced version of getopt found. Standard tests will be skipped.
72testHelp
73testStandardHelpOutput
74testEnhancedHelpOutput
75testNoHelp
76
77Ran 4 tests.
78
79OK (skipped=1)
80
81
82#------------------------------------------------------------------------------
83# Running the test suite with /bin/bash
84#
85shell name: bash
86shell version: 3.1.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 Enhanced version of getopt found. Standard 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=3)
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 Enhanced version of getopt found. Standard tests will be skipped.
138testHelp
139testStandardHelpOutput
140testEnhancedHelpOutput
141testNoHelp
142
143Ran 4 tests.
144
145OK (skipped=1)
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-r--$
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 Enhanced version of getopt found. Standard 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=3)
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 Enhanced version of getopt found. Standard tests will be skipped.
209testHelp
210testStandardHelpOutput
211testEnhancedHelpOutput
212testNoHelp
213
214Ran 4 tests.
215
216OK (skipped=1)
217
218
219#------------------------------------------------------------------------------
220# Running the test suite with /bin/pdksh
221#
222shell name: pdksh
223shell version: v5.2.14-99/07/13.2
224
225--- Executing the 'defines' test suite ---
226testFlagsDefine
227testBoolean
228testFloat
229testInteger
230testString
231testShortNameLength
232testFlagNameIsReserved
233
234Ran 7 tests.
235
236OK
237
238--- Executing the 'parsing' test suite ---
239test:WARN Enhanced version of getopt found. Standard tests will be skipped.
240testGetoptStandard
241testGetoptEnhanced
242testValidBooleanShort
243testValidBooleanLong
244testValidFloats
245testInvalidFloats
246testValidIntegers
247testInvalidIntegers
248testValidStrings
249testMultipleFlags
250testSingleNonFlagArg
251testMultipleNonFlagArgs
252testMultipleNonFlagStringArgsWithSpaces
253testFlagsWithEquals
254testComplicatedCommandLineStandard
255testComplicatedCommandLineEnhanced
256
257Ran 16 tests.
258
259OK (skipped=3)
260
261--- Executing the 'private' test suite ---
262testGetFlagInfo
263testItemInList
264testColumns
265testValidateBoolean
266testValidateFloat
267testValidateInteger
268
269Ran 6 tests.
270
271OK
272
273--- Executing the 'public' test suite ---
274test:WARN Enhanced version of getopt found. Standard tests will be skipped.
275testHelp
276testStandardHelpOutput
277testEnhancedHelpOutput
278testNoHelp
279
280Ran 4 tests.
281
282OK (skipped=1)
283
284
285#------------------------------------------------------------------------------
286# Running the test suite with /bin/zsh
287#
288shell name: zsh
289shell version: 4.2.5
290
291--- Executing the 'defines' test suite ---
292testFlagsDefine
293testBoolean
294testFloat
295testInteger
296testString
297testShortNameLength
298testFlagNameIsReserved
299
300Ran 7 tests.
301
302OK
303
304--- Executing the 'parsing' test suite ---
305test:WARN Enhanced version of getopt found. Standard tests will be skipped.
306testGetoptStandard
307testGetoptEnhanced
308testValidBooleanShort
309testValidBooleanLong
310testValidFloats
311testInvalidFloats
312testValidIntegers
313testInvalidIntegers
314testValidStrings
315testMultipleFlags
316testSingleNonFlagArg
317testMultipleNonFlagArgs
318testMultipleNonFlagStringArgsWithSpaces
319testFlagsWithEquals
320testComplicatedCommandLineStandard
321testComplicatedCommandLineEnhanced
322
323Ran 16 tests.
324
325OK (skipped=3)
326
327--- Executing the 'private' test suite ---
328testGetFlagInfo
329testItemInList
330testColumns
331testValidateBoolean
332testValidateFloat
333testValidateInteger
334
335Ran 6 tests.
336
337OK
338
339--- Executing the 'public' test suite ---
340test:WARN Enhanced version of getopt found. Standard tests will be skipped.
341testHelp
342testStandardHelpOutput
343testEnhancedHelpOutput
344testNoHelp
345
346Ran 4 tests.
347
348OK (skipped=1)