aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-15 20:37:15 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-15 20:37:15 +0000
commitefc743d50a89658e6246f7a0f847853a40fa0e7e (patch)
tree9fc8d9deaba0949595e534f8a992f101e3e133d2
parent887442f8f835d079089a616824a6f76c7376bb81 (diff)
downloadshflags-efc743d50a89658e6246f7a0f847853a40fa0e7e.tar.gz
1.0.2.: added Linux Red Hat 9 results
-rw-r--r--website/testresults/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt214
1 files changed, 214 insertions, 0 deletions
diff --git a/website/testresults/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt b/website/testresults/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt
new file mode 100644
index 0000000..2a37140
--- /dev/null
+++ b/website/testresults/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt
@@ -0,0 +1,214 @@
+#------------------------------------------------------------------------------
+# 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
+Sat Nov 15 12:24:30 PST 2008
+$ uname -mprsv
+Linux 2.4.22-gg17smp #17 SMP Thu Oct 4 14:35:48 IST 2007 i686 i686
+
+
+#------------------------------------------------------------------------------
+# 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 Enhanced version of getopt found. Standard tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'public' test suite ---
+test:WARN Enhanced version of getopt found. Standard tests will be skipped.
+testHelp
+testStandardHelpOutput
+testEnhancedHelpOutput
+testNoHelp
+
+Ran 4 tests.
+
+OK (skipped=1)
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/bash
+#
+shell name: bash
+shell version: 2.05b.0(1)-release
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+test:WARN Enhanced version of getopt found. Standard tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'public' test suite ---
+test:WARN Enhanced version of getopt found. Standard tests will be skipped.
+testHelp
+testStandardHelpOutput
+testEnhancedHelpOutput
+testNoHelp
+
+Ran 4 tests.
+
+OK (skipped=1)
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/dash
+#
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/ksh
+#
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/pdksh
+#
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/zsh
+#
+shell name: zsh
+shell version: 4.1.1
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+test:WARN Enhanced version of getopt found. Standard tests will be skipped.
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testColumns
+testValidateBoolean
+testValidateFloat
+testValidateInteger
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'public' test suite ---
+test:WARN Enhanced version of getopt found. Standard tests will be skipped.
+testHelp
+testStandardHelpOutput
+testEnhancedHelpOutput
+testNoHelp
+
+Ran 4 tests.
+
+OK (skipped=1)