abra zsh config 2.0
This commit is contained in:
@@ -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
|
||||
Mon May 20 17:55:52 CEST 2013
|
||||
|
||||
$ uname -mprsv
|
||||
Linux 2.6.32-45-server #101-Ubuntu SMP Mon Dec 3 15:54:27 UTC 2012 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
|
@@ -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
|
||||
Mon May 20 16:57:14 CEST 2013
|
||||
|
||||
$ uname -mprsv
|
||||
Linux 3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 x86_64 x86_64
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# 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.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
|
||||
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.7-2ubuntu2
|
||||
|
||||
--- 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-93u-2011-02-08-$
|
||||
|
||||
--- 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.17
|
||||
|
||||
--- 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
|
@@ -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
|
||||
Mon May 20 17:55:54 CEST 2013
|
||||
|
||||
$ uname -mprsv
|
||||
Linux 2.6.24-32-server #1 SMP Mon Dec 3 15:54:12 UTC 2012 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
|
@@ -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
|
||||
Mon May 20 17:55:59 CEST 2013
|
||||
|
||||
$ 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: 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
|
||||
|
||||
|
296
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.7/Solaris-10u10.txt
vendored
Normal file
296
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.7/Solaris-10u10.txt
vendored
Normal file
@@ -0,0 +1,296 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# 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
|
||||
Mon May 20 17:56:24 CEST 2013
|
||||
|
||||
$ uname -mprsv
|
||||
SunOS 5.10 Generic_147441-01 i86pc i386
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/sh
|
||||
#
|
||||
shell name: sh
|
||||
shell version: unknown
|
||||
|
||||
--- Executing the '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: 3.2.51(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: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: 4.2.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
|
||||
|
||||
--- 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
|
Reference in New Issue
Block a user