Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Several tests fail when configured with --disable-multibyte
- X-seq: zsh-workers 42482
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Several tests fail when configured with --disable-multibyte
- Date: Sun, 18 Mar 2018 17:19:31 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:to:subject:mime-version; bh=SIWqUFfvZs+CLiBqk5Osc/oSjzKnQMX1J81KgGmGGzk=; b=eR9tYju+sVzcBbgwn72+VnzpihjkXF70xmx/cHNZJsRrVryuU4Fd7uLnr5XQZCxSNx YPEYN+oFt1+FODvsJHP9G3F4UqCqJy3xHQpqRymXSXRF9ex/IxX6hedvo5EHwpOI6egl bblV82ScOhEKVVhYCctSSQ6Ild18motXwTEhw7GevpPmFOQ2nk2rdcjCwnFXKHb7ZpvA ISOS8v0huke1eVsfdSt1TmgWduDBnh2xdv/Qp5BTCZ/N7bZyvjZvmZxHKl1xY1vnD5SI 6c+x7kVk7+FPqpo4r6i8S5LHd8s5COdsxXd1enrCpgyCdae7Etsiah4/m9FbZ/gwFTZm 5nHQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
(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