zsh-workers
 help / color / mirror / code / Atom feed
* Several tests fail when configured with --disable-multibyte
@ 2018-03-19  0:19 Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2018-03-19  0:19 UTC (permalink / raw)
  To: zsh-workers

(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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Several tests fail when configured with --disable-multibyte
@ 2018-03-19  0:11 Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2018-03-19  0:11 UTC (permalink / raw)
  To: zsh-workers


-- 
Barton E. Schaefer


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-19  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19  0:19 Several tests fail when configured with --disable-multibyte Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2018-03-19  0:11 Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).