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

Several tests fail when configured with --disable-multibyte



(Sorry about the blank message, my mouse needs to be replaced; it sometimes
registers clicks when drag-selecting, and that time happened to switch to
another window and hit the Send button.)

These tests fail when --disable-multibyte on my CentOS desktop:

../../zsh-5.0/Test/A03quoting.ztst: starting.
--- /tmp/zsh.ztst.6567/ztst.out 2018-03-18 17:09:54.000000000 -0700
+++ /tmp/zsh.ztst.6567/ztst.tout        2018-03-18 17:09:54.000000000 -0700
@@ -1 +1,3 @@
-$'one\\two\n\'buckle\'\tmy\\shoe\n'
+'one\two
+'\''buckle'\'' my\shoe
+'
Test ../../zsh-5.0/Test/A03quoting.ztst failed: output differs from expected as 
shown above for:
 foo=$'one\\two\n\'buckle\'\tmy\\shoe\n'
 print -r ${(q+)foo}
Was testing: Extended minimal quoting of quotes and backslashes
../../zsh-5.0/Test/A03quoting.ztst: test failed.

../../zsh-5.0/Test/B03print.ztst: starting.
--- /tmp/zsh.ztst.14267/ztst.out        2018-03-18 17:10:08.000000000 -0700
+++ /tmp/zsh.ztst.14267/ztst.tout       2018-03-18 17:10:08.000000000 -0700
@@ -1,2 +1,2 @@
 typeset -g foo='once more'
-typeset -g foo=$'into\C-@the-breach\C-@-'
+typeset -g foo=intothe-breach-
Test ../../zsh-5.0/Test/B03print.ztst failed: output differs from expected as sh
own above for:
 unset foo
 print -v foo once more
 typeset -p foo
 printf -v foo "%s\0%s-" into the breach
 typeset -p foo
Was testing: print and printf into a variable
../../zsh-5.0/Test/B03print.ztst: test failed.

../../zsh-5.0/Test/D01prompt.ztst: starting.
--- /tmp/zsh.ztst.16005/ztst.out        2018-03-18 17:10:25.000000000 -0700
+++ /tmp/zsh.ztst.16005/ztst.tout       2018-03-18 17:10:25.000000000 -0700
@@ -1 +1 @@
-
+V
Test ../../zsh-5.0/Test/D01prompt.ztst failed: output differs from expected as s
hown above for:
  print ${(%U)Y-%(v}
Was testing: Regression test for test on empty psvar
../../zsh-5.0/Test/D01prompt.ztst: test failed.

../../zsh-5.0/Test/D04parameter.ztst: starting.
--- /tmp/zsh.ztst.16435/ztst.out        2018-03-18 17:10:28.000000000 -0700     
+++ /tmp/zsh.ztst.16435/ztst.tout       2018-03-18 17:10:28.000000000 -0700
@@ -1 +1 @@
-^?^@
+\C-?\C-@
Test ../../zsh-5.0/Test/D04parameter.ztst failed: output differs from expected a
s shown above for:
  foo=$'\x7f\x00'
  print -r -- ${(V)foo}
Was testing: ${(V)...}
../../zsh-5.0/Test/D04parameter.ztst: test failed.

../../zsh-5.0/Test/V09datetime.ztst: starting.
--- /tmp/zsh.ztst.18401/ztst.out        2018-03-18 17:10:37.000000000 -0700
+++ /tmp/zsh.ztst.18401/ztst.tout       2018-03-18 17:10:37.000000000 -0700
@@ -1 +1 @@
-1973^@03^@03
+1973\C-@03\C-@03
Test ../../zsh-5.0/Test/V09datetime.ztst failed: output differs from expected as
 shown above for:
  print -r -- ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
Was testing: Embedded nulls
../../zsh-5.0/Test/V09datetime.ztst: test failed.

../../zsh-5.0/Test/Y01completion.ztst: starting.
--- /tmp/zsh.ztst.19813/ztst.out        2018-03-18 17:11:12.000000000 -0700
+++ /tmp/zsh.ztst.19813/ztst.tout       2018-03-18 17:11:12.000000000 -0700
@@ -1,7 +1,5 @@
-line: {: ~user}{}
-line: {: ~user}{}
-NO:{user1}
-NO:{user2}
-line: {: ~user1}{}
-line: {: ~user2}{}
-line: {: ~user1}{}
+line: {: ~}{}
+line: {: ~}{}
+line: {: ~}{}
+line: {: ~}{}
+line: {: ~}{}
Test ../../zsh-5.0/Test/Y01completion.ztst failed: output differs from expected 
as shown above for:
  comptesteval '_users () { compadd user1 user2 }'
  comptest $': ~\t\t\t\t\t'
Was testing: tilde
../../zsh-5.0/Test/Y01completion.ztst: test failed.

-- 
Barton E. Schaefer



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