aboutsummaryrefslogtreecommitdiff
path: root/website/testresults/1.0.2
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-15 17:20:47 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-15 17:20:47 +0000
commit081076958f7d9c8735d53164ab114874002e6821 (patch)
tree61ceba0adb3dabda69986c7ec3f4f8de3895b7ff /website/testresults/1.0.2
parentb0fc3304bd5784c2abebe745ebdc6d409beff7da (diff)
downloadshflags-081076958f7d9c8735d53164ab114874002e6821.tar.gz
added solaris 11 test result
Diffstat (limited to 'website/testresults/1.0.2')
-rw-r--r--website/testresults/1.0.2/Solaris-11.txt283
1 files changed, 283 insertions, 0 deletions
diff --git a/website/testresults/1.0.2/Solaris-11.txt b/website/testresults/1.0.2/Solaris-11.txt
new file mode 100644
index 0000000..d8d0761
--- /dev/null
+++ b/website/testresults/1.0.2/Solaris-11.txt
@@ -0,0 +1,283 @@
+#------------------------------------------------------------------------------
+# 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 Nov 14 21:13:38 GMT 2008
+$ uname -mprsv
+SunOS 5.11 snv_77 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
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+test:WARN Standard version of getopt found. Some tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
+ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
+>>> STDERR
+flags:FATAL the available getopt does not support spaces in options
+>>> end output
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+FAILED (failures=2,skipped=92)
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 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=6)
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/bash
+#
+shell name: bash
+shell version: 3.2.25(1)-release
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+test:WARN Standard version of getopt found. Some tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
+ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
+>>> STDERR
+flags:FATAL the available getopt does not support spaces in options
+>>> end output
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+FAILED (failures=2,skipped=92)
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 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=6)
+
+
+
+#------------------------------------------------------------------------------
+# 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
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+test:WARN Standard version of getopt found. Some tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
+ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
+>>> STDERR
+flags:FATAL the available getopt does not support spaces in options
+>>> end output
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+FAILED (failures=2,skipped=92)
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 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=6)
+
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/zsh
+#
+shell name: zsh
+shell version: 4.3.4
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+test:WARN Standard version of getopt found. Some tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
+ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
+>>> STDERR
+flags:FATAL the available getopt does not support spaces in options
+>>> end output
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+FAILED (failures=2,skipped=92)
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 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=6)