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,180 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
tests="testAsserts testFailures"
# system info
$ date
Sun May 11 00:16:31 GMTDT 2008
$ uname -mprsv
CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-03-05 19:27 i686 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
GNU bash, version 3.2.33(18)-release (i686-pc-cygwin)
Copyright (C) 2007 Free Software Foundation, Inc.
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
#
# Performing tests
#
testAssertEquals
testAssertSame
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
#
# Performing tests
#
testAssertEquals
testAssertSame
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%

View File

@@ -0,0 +1,278 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
tests="testAsserts testFailures"
# system info
$ date
Sat May 10 22:07:59 UTC 2008
$ uname -mprsv
Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
GNU bash, version 3.2.33(1)-release (i486-pc-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
version sh (AT&T Research) 1993-12-28 s+
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
ASSERT:null values; failure
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
ASSERT:expected no output to STDERR
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
ASSERT:null values; failure
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
ASSERT:expected no output to STDERR
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
zsh 4.3.4 (i686-pc-linux-gnu)
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%

View File

@@ -0,0 +1,164 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
tests="testAsserts testFailures"
# system info
$ date
Sat May 10 23:03:34 IST 2008
$ uname -mprsv
Darwin 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar 4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386 i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
GNU bash, version 3.2.17(1)-release (i386-apple-darwin9.0)
Copyright (C) 2005 Free Software Foundation, Inc.
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
run-test-suite:WARN unable to run tests with the /bin/dash shell
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
version sh (AT&T Research) 1993-12-28 s+
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
ASSERT:null values; failure
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
ASSERT:expected no output to STDERR
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
run-test-suite:WARN unable to run tests with the /bin/pdksh shell
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
zsh 4.3.4 (i386-apple-darwin9.0)
--- Executing the 'Asserts' test suite ---
shunit2:FATAL zsh does not pass $0 through properly. please declare' "SHUNIT_PARENT=$0" before calling shUnit2
--- Executing the 'Failures' test suite ---
shunit2:FATAL zsh does not pass $0 through properly. please declare' "SHUNIT_PARENT=$0" before calling shUnit2

View File

@@ -0,0 +1,196 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
tests="testAsserts testFailures"
# system info
$ date
Mon Apr 21 12:01:47 GMT 2008
$ uname -mprsv
SunOS 5.11 snv_77 i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
ASSERT:null values; failure
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
ASSERT:expected no output to STDERR
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
GNU bash, version 3.2.25(1)-release (i386-pc-solaris2.11)
Copyright (C) 2005 Free Software Foundation, Inc.
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
run-test-suite:WARN unable to run tests with the /bin/dash shell
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
ASSERT:null values; failure
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
ASSERT:expected no output to STDERR
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 76 97%
tests failed: 2 3%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%
run-test-suite:WARN unable to run tests with the /bin/pdksh shell
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
zsh 4.3.4 (i386-pc-solaris2.11)
--- Executing the 'Asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
#
# Test report
#
tests passed: 78 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 78 100%
--- Executing the 'Failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame
testFailNotSame
#
# Test report
#
tests passed: 17 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 17 100%