On Sun, Dec 18, 2005 at 11:50:39PM +0300, Mike Belopuhov wrote: > Update zsh to recently released 4.2.6 version.
2 tests failing on sparc64 (output below). the last one also fails on i386. fyi here are the compiler warnings: mem.c:1219: warning: comparison between pointer and integer rlimits.c:104: warning: long unsigned int format, rlim_t arg (arg 2) rlimits.c:361: warning: long unsigned int format, rlim_t arg (arg 2) langinfo.c:454: warning: assignment from incompatible pointer type zftp.c:2522: warning: long int format, off_t arg (arg 2) [...] *** 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. [...] *** 1,3 **** /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp/tmpcd ! ~ /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp/tmpcd ! /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp --- 1,3 ---- /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp/tmpcd ! /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp /usr/obj/ports/zsh-4.2.6/zsh-4.2.6/Test/options.tmp/tmpcd ! /usr/obj/ports/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. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
