blob: ea19f264d62f0b12fd6edbbe53d98627ccd78474 [file] [log] [blame]
kate.ward83e37ac2013-01-06 16:12:36 +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
11Sun Jan 6 17:07:57 CET 2013
12$ uname -mprsv
13Darwin 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 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
39testValidBoolsShort
40testValidBoolsLong
41testValidFloats
42testInvalidFloats
43testValidIntegers
44testInvalidIntegers
45testValidStrings
46testMultipleFlags
47testSingleNonFlagArg
48testMultipleNonFlagArgs
49testMultipleNonFlagStringArgsWithSpaces
50testFlagsWithEquals
51testComplicatedCommandLineStandard
52testComplicatedCommandLineEnhanced
53
54Ran 16 tests.
55
56OK
57
58--- Executing the 'private' test suite ---
59testColumns
60testExpr
61testGenOptStr
62testGetFlagInfo
63testItemInList
64testValidBool
65testValidFloatBuiltin
66testValidFloatExpr
67testValidIntBuiltin
68testValidIntExpr
69testMathBuiltin
70testMathExpr
71
72Ran 12 tests.
73
74OK
75
76--- Executing the 'public' test suite ---
77test:WARN Standard version of getopt found. Enhanced tests will be skipped.
78testHelp
79testStandardHelpOutput
80testEnhancedHelpOutput
81testNoHelp
82
83Ran 4 tests.
84
85OK (skipped=7)
86
87
88#------------------------------------------------------------------------------
89# Running the test suite with /bin/bash
90#
91shell name: bash
92shell version: 3.2.48(1)-release
93
94--- Executing the 'defines' test suite ---
95testFlagsDefine
96testBoolean
97testFloat
98testInteger
99testString
100testShortNameLength
101testFlagNameIsReserved
102
103Ran 7 tests.
104
105OK
106
107--- Executing the 'parsing' test suite ---
108test:WARN Standard version of getopt found. Enhanced tests will be skipped.
109testGetoptStandard
110testGetoptEnhanced
111testValidBoolsShort
112testValidBoolsLong
113testValidFloats
114testInvalidFloats
115testValidIntegers
116testInvalidIntegers
117testValidStrings
118testMultipleFlags
119testSingleNonFlagArg
120testMultipleNonFlagArgs
121testMultipleNonFlagStringArgsWithSpaces
122testFlagsWithEquals
123testComplicatedCommandLineStandard
124testComplicatedCommandLineEnhanced
125
126Ran 16 tests.
127
128OK
129
130--- Executing the 'private' test suite ---
131testColumns
132testExpr
133testGenOptStr
134testGetFlagInfo
135testItemInList
136testValidBool
137testValidFloatBuiltin
138testValidFloatExpr
139testValidIntBuiltin
140testValidIntExpr
141testMathBuiltin
142testMathExpr
143
144Ran 12 tests.
145
146OK
147
148--- Executing the 'public' test suite ---
149test:WARN Standard version of getopt found. Enhanced tests will be skipped.
150testHelp
151testStandardHelpOutput
152testEnhancedHelpOutput
153testNoHelp
154
155Ran 4 tests.
156
157OK (skipped=7)
158
159
160#------------------------------------------------------------------------------
161# Running the test suite with /bin/dash
162#
163
164
165#------------------------------------------------------------------------------
166# Running the test suite with /bin/ksh
167#
168shell name: ksh
169shell version: 2011-02-08
170
171--- Executing the 'defines' test suite ---
172testFlagsDefine
173testBoolean
174testFloat
175testInteger
176testString
177testShortNameLength
178testFlagNameIsReserved
179
180Ran 7 tests.
181
182OK
183
184--- Executing the 'parsing' test suite ---
185test:WARN Standard version of getopt found. Enhanced tests will be skipped.
186testGetoptStandard
187testGetoptEnhanced
188testValidBoolsShort
189testValidBoolsLong
190testValidFloats
191testInvalidFloats
192testValidIntegers
193testInvalidIntegers
194testValidStrings
195testMultipleFlags
196testSingleNonFlagArg
197testMultipleNonFlagArgs
198testMultipleNonFlagStringArgsWithSpaces
199testFlagsWithEquals
200testComplicatedCommandLineStandard
201testComplicatedCommandLineEnhanced
202
203Ran 16 tests.
204
205OK
206
207--- Executing the 'private' test suite ---
208testColumns
209testExpr
210testGenOptStr
211testGetFlagInfo
212testItemInList
213testValidBool
214testValidFloatBuiltin
215testValidFloatExpr
216testValidIntBuiltin
217testValidIntExpr
218testMathBuiltin
219testMathExpr
220
221Ran 12 tests.
222
223OK
224
225--- Executing the 'public' test suite ---
226test:WARN Standard version of getopt found. Enhanced tests will be skipped.
227testHelp
228testStandardHelpOutput
229testEnhancedHelpOutput
230testNoHelp
231
232Ran 4 tests.
233
234OK (skipped=7)
235
236
237#------------------------------------------------------------------------------
238# Running the test suite with /bin/pdksh
239#
240
241
242#------------------------------------------------------------------------------
243# Running the test suite with /bin/zsh
244#
245shell name: zsh
246shell version: 4.3.11
247
248--- Executing the 'defines' test suite ---
249testFlagsDefine
250testBoolean
251testFloat
252testInteger
253testString
254testShortNameLength
255testFlagNameIsReserved
256
257Ran 7 tests.
258
259OK
260
261--- Executing the 'parsing' test suite ---
262test:WARN Standard version of getopt found. Enhanced tests will be skipped.
263testGetoptStandard
264testGetoptEnhanced
265testValidBoolsShort
266testValidBoolsLong
267testValidFloats
268testInvalidFloats
269testValidIntegers
270testInvalidIntegers
271testValidStrings
272testMultipleFlags
273testSingleNonFlagArg
274testMultipleNonFlagArgs
275testMultipleNonFlagStringArgsWithSpaces
276testFlagsWithEquals
277testComplicatedCommandLineStandard
278testComplicatedCommandLineEnhanced
279
280Ran 16 tests.
281
282OK
283
284--- Executing the 'private' test suite ---
285testColumns
286testExpr
287testGenOptStr
288testGetFlagInfo
289testItemInList
290testValidBool
291testValidFloatBuiltin
292testValidFloatExpr
293testValidIntBuiltin
294testValidIntExpr
295testMathBuiltin
296testMathExpr
297
298Ran 12 tests.
299
300OK
301
302--- Executing the 'public' test suite ---
303test:WARN Standard version of getopt found. Enhanced tests will be skipped.
304testHelp
305testStandardHelpOutput
306testEnhancedHelpOutput
307testNoHelp
308
309Ran 4 tests.
310
311OK (skipped=7)