Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: make kill ring work in vi mode



Oliver -

I see a test failure from the latest sources; it looks related to your
recent yank/pop changes:

ZTST_VERBOSE=3 make TESTNUM=X02 check
cd Test ; make check
make[1]: Entering directory `/raid-3tb/opt/build/zsh-2014-10-31/Test'
if test -n "gcc"; then \
 cd .. && DESTDIR= \
 make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
if ZTST_testlist="`for f in /opt/src/zsh-2014-10-31/Test/X02*.ztst; \
           do echo $f; done`" \
ZTST_srcdir="/opt/src/zsh-2014-10-31/Test" \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f /opt/src/zsh-2014-10-31/Test/runtests.zsh; then \
stat=0; \
else \
stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
/opt/src/zsh-2014-10-31/Test/X02zlevi.ztst: starting.
*** /tmp/zsh.ztst.out.10011 Fri Oct 31 07:31:52 2014
--- /tmp/zsh.ztst.tout.10011 Fri Oct 31 07:31:52 2014
***************
*** 1,2 ****
  BUFFER: SwordE
! CURSOR: 5
--- 1,2 ----
  BUFFER: SwordE
! CURSOR: 4
Test /opt/src/zsh-2014-10-31/Test/X02zlevi.ztst failed: output differs
from expected as shown above for:
  zletest $'word\C-wline\eddiSE\ehp\C-P'
Was testing: line based put after followed by character based yank-pop
/opt/src/zsh-2014-10-31/Test/X02zlevi.ztst: test failed.
**************************************
0 successful test scripts, 1 failure, 0 skipped
**************************************
make[1]: *** [check] Error 1
make[1]: Leaving directory `/raid-3tb/opt/build/zsh-2014-10-31/Test'
make: *** [check] Error 2

This is on linux mint 17, in case that matters.

Regards,
  Vin



Messages sorted by: Reverse Date, Date, Thread, Author