Frank Denis (Jedi/Sector One) wrote:
Hello,
Here's an update of shells/zsh to version 4.2.6 Tested on i386 and
amd64 on 3.9-beta.
The mirrors list has been updated by the way.
Two regression tests failed on sparc64:
...
./D02glob.ztst: starting.
*** /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/tmp.ztst.out.8594 Tue Jan
24 19:01:05 2006
--- /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/tmp.ztst.tout.8594 Tue Jan
24 19:01:06 2006
***************
*** 101,107 ****
1: [[ BAR = (bar|(#i)foo) ]]
0: [[ FOO = (bar|(#i)foo) ]]
0: [[ Modules = (#i)*m* ]]
! 0: [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
1: [[ FOOGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
0: [[ readme = (#i)readme~README|readme ]]
0: [[ readme = (#i)readme~README|readme~README ]]
--- 101,108 ----
1: [[ BAR = (bar|(#i)foo) ]]
0: [[ FOO = (bar|(#i)foo) ]]
0: [[ Modules = (#i)*m* ]]
! 1: [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
! Test failed: [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
1: [[ FOOGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
0: [[ readme = (#i)readme~README|readme ]]
0: [[ readme = (#i)readme~README|readme~README ]]
***************
*** 153,156 ****
1: [[ path/testy/ohyes = *((#s)|/)test((#e)|/)* ]]
1: [[ path/atest/ohyes = *((#s)|/)test((#e)|/)* ]]
0: [[ björn = *[åäöÅÄÖ]* ]]
! 0 tests failed.
--- 154,157 ----
1: [[ path/testy/ohyes = *((#s)|/)test((#e)|/)* ]]
1: [[ path/atest/ohyes = *((#s)|/)test((#e)|/)* ]]
0: [[ björn = *[åäöÅÄÖ]* ]]
! 1 tests failed.
Test ./D02glob.ztst failed: output differs from expected as shown above for:
globtest globtests
Was testing: zsh globbing
./D02glob.ztst: test failed.
....
./E01options.ztst: starting.
*** /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/tmp.ztst.out.1411 Tue Jan
24 19:01:31 2006
--- /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/tmp.ztst.tout.1411 Tue Jan
24 19:01:31 2006
***************
*** 1,3 ****
/usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/options.tmp
/usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/optio
ns.tmp/tmpcd
! ~ /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/options.tmp
/usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/opt
ions.tmp/tmpcd
! /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/options.tmp
--- 1,3 ----
/usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/options.tmp
/usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/optio
ns.tmp/tmpcd
! /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/options.tmp
/usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/optio
ns.tmp/tmpcd
! /usr/ports/shells/zsh/w-zsh-4.2.6/zsh-4.2.6/Test/options.tmp/tmpcd
Test ./E01options.ztst failed: output differs from expected as shown above for:
pushd $mydir/tmpcd
pushd
dirs
setopt pushdtohome
pushd
dirs
unsetopt pushdtohome
popd
pushd
popd
dirs
Error output:
(eval):pushd:5: no such file or directory: /zsh-4.2.6_writes_to_HOME
(eval):pushd:9: no such file or directory: /zsh-4.2.6_writes_to_HOME
(eval):popd:10: directory stack empty
Was testing: PUSHD_TO_HOME option
./E01options.ztst: test failed.