aboutsummaryrefslogtreecommitdiff
path: root/test_results/1.0.2
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2016-01-10 16:53:04 +0100
committerKate Ward <kate.ward@forestent.com>2016-01-10 16:53:04 +0100
commit4b66ecdc0d3f6b89d3132b75f5aca1773a29a1a3 (patch)
tree9668b6e23a484f660f25ff34c98876db0276ffe6 /test_results/1.0.2
parentb11509fad7f5e9e66a734116fcec7c418419ee1f (diff)
downloadshflags-4b66ecdc0d3f6b89d3132b75f5aca1773a29a1a3.tar.gz
restructured source for GitHub
Diffstat (limited to 'test_results/1.0.2')
-rw-r--r--test_results/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt214
-rw-r--r--test_results/1.0.2/Linux-Ubuntu-6.06.txt328
-rw-r--r--test_results/1.0.2/Linux-Ubuntu-8.04.txt379
-rw-r--r--test_results/1.0.2/Mac_OS_X-10.5.5.txt291
-rw-r--r--test_results/1.0.2/Solaris-11.txt283
5 files changed, 1495 insertions, 0 deletions
diff --git a/test_results/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt b/test_results/1.0.2/Linux-Red_Hat_Linux_release_9_(Shrike).txt
new file mode 100644
index 0000000..2a37140
--- /dev/null
+++ b/test_results/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)
diff --git a/test_results/1.0.2/Linux-Ubuntu-6.06.txt b/test_results/1.0.2/Linux-Ubuntu-6.06.txt
new file mode 100644
index 0000000..6888a72
--- /dev/null
+++ b/test_results/1.0.2/Linux-Ubuntu-6.06.txt
@@ -0,0 +1,328 @@
+#------------------------------------------------------------------------------
+# 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 20:07:22 GMT 2008
+$ uname -mprsv
+Linux 2.6.18.5-gg38server-xenU-3.1 #1 SMP Fri Jul 18 13:02:34 IST 2008 x86_64 unknown
+
+
+#------------------------------------------------------------------------------
+# 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: 3.1.17(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
+#
+shell name: ksh
+shell version: M-1993-12-28-r--$
+
+--- 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/pdksh
+#
+shell name: pdksh
+shell version: v5.2.14-99/07/13.2
+
+--- 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/zsh
+#
+shell name: zsh
+shell version: 4.2.5
+
+--- 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)
diff --git a/test_results/1.0.2/Linux-Ubuntu-8.04.txt b/test_results/1.0.2/Linux-Ubuntu-8.04.txt
new file mode 100644
index 0000000..4b17c8d
--- /dev/null
+++ b/test_results/1.0.2/Linux-Ubuntu-8.04.txt
@@ -0,0 +1,379 @@
+#------------------------------------------------------------------------------
+# 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 17:17:19 GMT 2008
+$ uname -mprsv
+Linux 2.6.24-21-server #1 SMP Wed Oct 22 00:18:13 UTC 2008 i686 unknown
+
+
+#------------------------------------------------------------------------------
+# 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 ---
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+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: 3.2.39(1)-release
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+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
+#
+shell name: dash
+shell version: 0.5.4-8ubuntu1
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+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/ksh
+#
+shell name: ksh
+shell version: M-1993-12-28
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+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/pdksh
+#
+shell name: pdksh
+shell version: v5.2.14-99/07/13.2
+
+--- Executing the 'defines' test suite ---
+testFlagsDefine
+testBoolean
+testFloat
+testInteger
+testString
+testShortNameLength
+
+Ran 6 tests.
+
+OK
+
+--- Executing the 'parsing' test suite ---
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+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/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 ---
+testStandardGetopt
+testEnhancedGetopt
+testValidBooleanShort
+testValidBooleanLong
+testValidFloats
+testInvalidFloats
+testValidIntegers
+testInvalidIntegers
+testValidStrings
+testMultipleFlags
+testSingleNonFlagArg
+testMultipleNonFlagArgs
+testMultipleNonFlagStringArgsWithSpaces
+
+Ran 13 tests.
+
+OK
+
+--- Executing the 'private' test suite ---
+testGetFlagInfo
+testItemInList
+testScreenColumns
+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)
diff --git a/test_results/1.0.2/Mac_OS_X-10.5.5.txt b/test_results/1.0.2/Mac_OS_X-10.5.5.txt
new file mode 100644
index 0000000..e60f1cc
--- /dev/null
+++ b/test_results/1.0.2/Mac_OS_X-10.5.5.txt
@@ -0,0 +1,291 @@
+#------------------------------------------------------------------------------
+# 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 20:17:09 GMT 2008
+$ uname -mprsv
+Darwin 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386 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. Enhanced 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
+testColumns
+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.17(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. Enhanced 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
+testColumns
+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/dash
+#
+
+
+#------------------------------------------------------------------------------
+# Running the test suite with /bin/ksh
+#
+shell name: ksh
+shell version: M-1993-12-28
+
+--- 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. Enhanced 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
+testColumns
+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/pdksh
+#
+
+
+#------------------------------------------------------------------------------
+# 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. Enhanced 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
+testColumns
+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)
diff --git a/test_results/1.0.2/Solaris-11.txt b/test_results/1.0.2/Solaris-11.txt
new file mode 100644
index 0000000..929021f
--- /dev/null
+++ b/test_results/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
+Sat Nov 15 00:06:53 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)