#------------------------------------------------------------------------------ # System data # # test run info shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh" tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public.sh" # system info $ date Fri Jan 4 22:54:16 MET 2013 $ uname -mprsv SunOS 5.10 Generic_147441-01 i86pc i386 #------------------------------------------------------------------------------ # Running the test suite with /bin/sh # shell name: sh shell version: unknown --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong --- Executing the 'private' test suite --- testColumns testExpr testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin SKIPPED: this shell does not support the necessary builtins testValidFloatExpr testValidIntBuiltin SKIPPED: this shell does not support the necessary builtins testValidIntExpr Ran 10 tests. OK --- Executing the 'public' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=7) #------------------------------------------------------------------------------ # Running the test suite with /bin/bash # shell name: bash shell version: 3.2.51(1)-release --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong ASSERT:Unknown failure encountered running a test Ran 16 tests. FAILED (failures=1,skipped=4) --- Executing the 'private' test suite --- testColumns testExpr testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr Ran 10 tests. OK --- Executing the 'public' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=7) #------------------------------------------------------------------------------ # Running the test suite with /bin/dash # #------------------------------------------------------------------------------ # Running the test suite with /bin/ksh # shell name: ksh shell version: M-11/16/88i --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong --- Executing the 'private' test suite --- testColumns testExpr testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr Ran 10 tests. OK --- Executing the 'public' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=7) #------------------------------------------------------------------------------ # Running the test suite with /bin/pdksh # #------------------------------------------------------------------------------ # Running the test suite with /bin/zsh # shell name: zsh shell version: 4.2.1 --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong ASSERT:Unknown failure encountered running a test --- Executing the 'private' test suite --- testColumns testExpr testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr Ran 10 tests. OK --- Executing the 'public' test suite --- test:WARN Standard version of getopt found. Enhanced tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=7)