abra zsh config 2.0

This commit is contained in:
Andrey Anurin
2018-08-12 15:26:21 +03:00
parent 201abd09c4
commit 6b114440e2
1195 changed files with 68948 additions and 10539 deletions

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Thu Apr 28 00:23:02 GMTDT 2011
$ uname -mprsv
CYGWIN_NT-5.1 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 4.1.10(4)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.11
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Wed Apr 27 23:40:39 UTC 2011
$ uname -mprsv
Linux 2.6.32-31-server #61-Ubuntu SMP Fri Apr 8 19:44:42 UTC 2011 x86_64 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 4.1.5(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.5.1-3ubuntu2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: JM-93t+-2009-05-01-$
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.10
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Wed Apr 27 16:24:19 MDT 2011
$ uname -mprsv
Linux 2.6.15-57-server #1 SMP Mon Feb 28 22:43:23 UTC 2011 i686 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.1.17(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.3-1ubuntu1
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.2.5
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Wed Apr 27 17:24:17 CDT 2011
$ uname -mprsv
Linux 2.6.24-29-server #1 SMP Wed Mar 16 19:04:28 UTC 2011 x86_64 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.39(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.4-8ubuntu1.1
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-1993-12-28
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.4
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,284 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Thu Apr 28 00:42:17 IST 2011
$ uname -mprsv
Darwin 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386 i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.48(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-1993-12-28
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.9
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,227 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Thu Apr 28 01:49:38 IST 2011
$ uname -mprsv
SunOS 5.11 snv_111b i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:expected a non-zero exit value
ASSERT:assert message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.25(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:expected a non-zero exit value
ASSERT:assert message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: 2008-11-04
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:expected a non-zero exit value
ASSERT:assert message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,321 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Wed Apr 27 23:37:38 IST 2011
$ uname -mprsv
SunOS 5.8 Generic_108529-13 i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 2.03.0(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
ASSERT:_ASSERT_EQUALS_ failure
ASSERT:_ASSERT_EQUALS_ w/ msg failure
testAssertNotEquals
ASSERT:_ASSERT_NOT_EQUALS_ failure
ASSERT:_ASSERT_NOT_EQUALS_ w/ msg failure
testSame
ASSERT:_ASSERT_SAME_ failure
ASSERT:_ASSERT_SAME_ w/ msg failure
testNotSame
ASSERT:_ASSERT_NOT_SAME_ failure
ASSERT:_ASSERT_NOT_SAME_ w/ msg failure
testNull
ASSERT:_ASSERT_NULL_ failure
ASSERT:_ASSERT_NULL_ w/ msg failure
testNotNull
ASSERT:_ASSERT_NOT_NULL_ failure
ASSERT:_ASSERT_NOT_NULL_ w/ msg failure
ASSERT:[-875] some msg
testAssertTrue
ASSERT:_ASSERT_TRUE_ failure
ASSERT:_ASSERT_TRUE_ w/ msg failure
testAssertFalse
ASSERT:_ASSERT_FALSE_ failure
ASSERT:_ASSERT_FALSE_ w/ msg failure
testFail
ASSERT:_FAIL_ failure
ASSERT:_FAIL_ w/ msg failure
testFailNotEquals
ASSERT:_FAIL_NOT_EQUALS_ failure
ASSERT:_FAIL_NOT_EQUALS_ w/ msg failure
testFailSame
ASSERT:_FAIL_SAME_ failure
ASSERT:_FAIL_SAME_ w/ msg failure
testFailNotSame
ASSERT:_FAIL_NOT_SAME_ failure
ASSERT:_FAIL_NOT_SAME_ w/ msg failure
Ran 12 tests.
FAILED (failures=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-11/16/88i
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 3.0.6
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,321 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Wed Apr 27 23:17:50 GMT 2011
$ uname -mprsv
SunOS 5.9 Generic_117172-08 i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 2.05.0(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
ASSERT:_ASSERT_EQUALS_ failure
ASSERT:_ASSERT_EQUALS_ w/ msg failure
testAssertNotEquals
ASSERT:_ASSERT_NOT_EQUALS_ failure
ASSERT:_ASSERT_NOT_EQUALS_ w/ msg failure
testSame
ASSERT:_ASSERT_SAME_ failure
ASSERT:_ASSERT_SAME_ w/ msg failure
testNotSame
ASSERT:_ASSERT_NOT_SAME_ failure
ASSERT:_ASSERT_NOT_SAME_ w/ msg failure
testNull
ASSERT:_ASSERT_NULL_ failure
ASSERT:_ASSERT_NULL_ w/ msg failure
testNotNull
ASSERT:_ASSERT_NOT_NULL_ failure
ASSERT:_ASSERT_NOT_NULL_ w/ msg failure
ASSERT:[-875] some msg
testAssertTrue
ASSERT:_ASSERT_TRUE_ failure
ASSERT:_ASSERT_TRUE_ w/ msg failure
testAssertFalse
ASSERT:_ASSERT_FALSE_ failure
ASSERT:_ASSERT_FALSE_ w/ msg failure
testFail
ASSERT:_FAIL_ failure
ASSERT:_FAIL_ w/ msg failure
testFailNotEquals
ASSERT:_FAIL_NOT_EQUALS_ failure
ASSERT:_FAIL_NOT_EQUALS_ w/ msg failure
testFailSame
ASSERT:_FAIL_SAME_ failure
ASSERT:_FAIL_SAME_ w/ msg failure
testFailNotSame
ASSERT:_FAIL_NOT_SAME_ failure
ASSERT:_FAIL_NOT_SAME_ w/ msg failure
Ran 12 tests.
FAILED (failures=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-11/16/88i
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 3.0.8
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,321 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Fri Apr 22 11:25:16 GMT 2011
$ uname -mprsv
SunOS 5.9 Generic_118559-11 i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 2.05.0(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
ASSERT:_ASSERT_EQUALS_ failure
ASSERT:_ASSERT_EQUALS_ w/ msg failure
testAssertNotEquals
ASSERT:_ASSERT_NOT_EQUALS_ failure
ASSERT:_ASSERT_NOT_EQUALS_ w/ msg failure
testSame
ASSERT:_ASSERT_SAME_ failure
ASSERT:_ASSERT_SAME_ w/ msg failure
testNotSame
ASSERT:_ASSERT_NOT_SAME_ failure
ASSERT:_ASSERT_NOT_SAME_ w/ msg failure
testNull
ASSERT:_ASSERT_NULL_ failure
ASSERT:_ASSERT_NULL_ w/ msg failure
testNotNull
ASSERT:_ASSERT_NOT_NULL_ failure
ASSERT:_ASSERT_NOT_NULL_ w/ msg failure
ASSERT:[-875] some msg
testAssertTrue
ASSERT:_ASSERT_TRUE_ failure
ASSERT:_ASSERT_TRUE_ w/ msg failure
testAssertFalse
ASSERT:_ASSERT_FALSE_ failure
ASSERT:_ASSERT_FALSE_ w/ msg failure
testFail
ASSERT:_FAIL_ failure
ASSERT:_FAIL_ w/ msg failure
testFailNotEquals
ASSERT:_FAIL_NOT_EQUALS_ failure
ASSERT:_FAIL_NOT_EQUALS_ w/ msg failure
testFailSame
ASSERT:_FAIL_SAME_ failure
ASSERT:_FAIL_SAME_ w/ msg failure
testFailNotSame
ASSERT:_FAIL_NOT_SAME_ failure
ASSERT:_FAIL_NOT_SAME_ w/ msg failure
Ran 12 tests.
FAILED (failures=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-11/16/88i
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 3.0.8
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK