Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Lots of test failures when --disable-multibyte
- X-seq: zsh-workers 49993
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Lots of test failures when --disable-multibyte
- Date: Mon, 4 Apr 2022 15:00:21 -0700
- Archived-at: <https://zsh.org/workers/49993>
- In-reply-to: <CAH+w=7bWU2MNHN2cv6P3gj+T-o1E6hX7TeB272-4cuqsmnVyKw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7Y5-0DFcJUL2c9uvtC3Q4cKFiMaXKTewFzt6yvTEYKSvQ@mail.gmail.com> <1174195730.504727.1649083398497@mail2.virginmedia.com> <CAH+w=7Ycqt+3L=FaoRX2Q7_OuWtfN--od6upENnOL=NAhVmYHQ@mail.gmail.com> <CAH+w=7Z2VaxNct0y2acbvSv=D5rbnQYpOYwgiBoTc-UpnCxOWw@mail.gmail.com> <CAH+w=7bWU2MNHN2cv6P3gj+T-o1E6hX7TeB272-4cuqsmnVyKw@mail.gmail.com>
After applying 49989 through 49992, the only remaining** test failure
in single-byte compilation is:
./D04parameter.ztst: starting.
--- /tmp/zsh.ztst.280446/ztst.out 2022-04-04 14:36:24.025587676 -0700
+++ /tmp/zsh.ztst.280446/ztst.tout 2022-04-04 14:36:24.025587676 -0700
@@ -1,4 +1,4 @@
x
+
x
-x
-y
+
Test ./D04parameter.ztst failed: output differs from expected as shown
above for:
a=(1 "" 3)
print -rl -- "${(@)a//*/x}"
a=""
print -rl -- "${(@)a//*/y}"
Was testing: Zero-length string match in parameter substitution
Plus the one immediately after it (Zero-length string match at end).
I'm going to have to leave those one to someone else.
** We might want to consider a ZTST_ mode where we attempt all tests
in a file even if one fails. I confirmed these by marking them "0f"
one by one, but that could become tedious.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author