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,295 @@
#------------------------------------------------------------------------------
# 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"
# system info
$ date
Wed Oct 29 00:37:38 GMTST 2008
$ uname -mprsv
CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34 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
Ran 2 tests.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.39(20)-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
Ran 2 tests.
OK
shunit2_test.sh:WARN unable to run tests with the /bin/dash shell
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version:
--- 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
Ran 2 tests.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version:
--- 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
Ran 2 tests.
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
Ran 2 tests.
OK

View File

@@ -0,0 +1,294 @@
#------------------------------------------------------------------------------
# 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"
# system info
$ date
Tue Oct 28 19:28:31 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 '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
Ran 2 tests.
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
Ran 2 tests.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-1993-12-28-r--$
--- 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
Ran 2 tests.
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
Ran 2 tests.
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
Ran 2 tests.
OK

View File

@@ -0,0 +1,349 @@
#------------------------------------------------------------------------------
# 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"
# system info
$ date
Mon Oct 27 18:34:47 UTC 2008
$ uname -mprsv
Linux 2.6.24-21-generic #1 SMP Mon Aug 25 17:32:09 UTC 2008 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 (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
Ran 2 tests.
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
Ran 2 tests.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.4-8ubuntu1
--- 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
Ran 2 tests.
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
Ran 2 tests.
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
Ran 2 tests.
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
Ran 2 tests.
OK

View File

@@ -0,0 +1,239 @@
#------------------------------------------------------------------------------
# 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"
# system info
$ date
Mon Oct 27 18:32:53 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 '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
Ran 2 tests.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.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
Ran 2 tests.
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
Ran 2 tests.
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
Ran 2 tests.
OK

View File

@@ -0,0 +1,251 @@
#------------------------------------------------------------------------------
# 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"
# system info
$ date
Sat Jul 12 11:43:59 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 '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
Ran 2 tests.
FAILED (failures=3)
#------------------------------------------------------------------------------
# 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:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
Ran 2 tests.
FAILED (failures=3)
#------------------------------------------------------------------------------
# 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
Ran 2 tests.
FAILED (failures=3)
#------------------------------------------------------------------------------
# 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
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
Ran 2 tests.
FAILED (failures=3)

View File

@@ -0,0 +1,276 @@
#------------------------------------------------------------------------------
# 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"
# system info
$ date
Tue Oct 28 23:46:44 GMT 2008
$ 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
Ran 2 tests.
FAILED (failures=3)
#------------------------------------------------------------------------------
# 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:[-1045] 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
Ran 2 tests.
FAILED (failures=3)
#------------------------------------------------------------------------------
# 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
Ran 2 tests.
FAILED (failures=3)
#------------------------------------------------------------------------------
# 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
Ran 2 tests.
FAILED (failures=3)