Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Speaking of 5.8.1.3-test ...
- X-seq: zsh-workers 50191
- From: Axel Beckert <abe@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Speaking of 5.8.1.3-test ...
- Date: Mon, 9 May 2022 11:58:31 +0200
- Archived-at: <https://zsh.org/workers/50191>
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAAAAAC3mUtaAAAABGdBTUEAALGPC/xhBQAAADh0RVh0U29mdHdhcmUAWFYgVmVyc2lvbiAzLjEwYSAgUmV2OiAxMi8yOS85NCAoUE5HIHBhdGNoIDEuMindFS5JAAACGElEQVQ4jXXQMU8UYRDG8f8shNjdDH4AbpfGDjAWlKiJiZ0ajL1aGCvsNCbGaCGG1koLaztaTYz6ATy+gOyehYmF3MxVxgg3FnDsHcTpJr/M+8w7Rf6nCsaVTTDqxbg9hoOXmw83H71+Eyfg4E1d7/Z2fG9rGkZbTQiu+K+3U/C+76lmkvAhJuDndnoAiftou4V84okAGclop4U/jYACZDTxrYWP0gkxVfAm/W//GLZpxIzwIN0Hn8dw0B+IWkZmQmRsj2HfhwokEklHfNCCiQCRgAR7YyhQVRVTCKCzP4Y5zBBE0t0zY3Q8oQaBqqAMlVEcgVQd9706zGirAFium8HXumlMIeMwqQCInju+2+uB6MRENupdpMt8pRlHZyuAW0F+Mb6XSIVqtxjD+iVmVqqystLEzFTGT92YqRaXpNT5eTVjeJhbALPnrTxLUZUKZsgxcNm64hAOYisT/xhF+oKTGU5RegtC3Rt6eEDi/QnIevdTx9Md2EMmYBRmCQR1026FCGQQJJExsRUqgkMGaWSbwYLnoO4T6VgpbQbdELPMBAHWWrhYrcxXnYgAsatPWygkFCBD4K62MAsOTqA6szYRPpsu6e6Y8mPiVrBMNuGIMrgwBUu4p2DgG1Ownu6hpuTv7hScefHAzAC/yRRw5U5pALMbJ4AUALvHSZhxgHPXTsHcdWD1GadAHr9avP+c0wCr7263Df8ASLwXWHWs+KIAAAAHdElNRQfYBQEBODPr
- In-reply-to: <20220508142619.gjwtqcrpfe754vx5@sym.noone.org>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Organization: DeuxChevaux.org -- The Citroën 2CV Database
- References: <CAH+w=7Z+EmB0Bg2rUdOtktkx-rQHFSu-+2CbeYdC20rYZ-Xq8Q@mail.gmail.com> <927aab43-f4a7-4c37-a033-892a8fb6933a@www.fastmail.com> <20220508142619.gjwtqcrpfe754vx5@sym.noone.org>
Hi again,
On Sun, May 08, 2022 at 04:26:21PM +0200, Axel Beckert wrote:
> On Sat, May 07, 2022 at 04:06:34AM +0000, Daniel Shahaf wrote:
> > Bart Schaefer wrote on Sat, 07 May 2022 02:59 +00:00:
> > > Has anyone tried this at all? No reports +/- so far.
> >
> > I'm running 5.8.1.2-test. Haven't gotten around to
> > testing/installing .3.
>
> Same here for the Debian package. Hope to get it done this evening.
Looks good so far: All release architectures build successfully again
thanks to Jun T's patches against 5.8.1.3-test:
https://buildd.debian.org/status/package.php?p=zsh&suite=experimental
Four (rather exotic or vintage) non-release architectures still
haven't been built yet, but all which have been built, are fine.
One of those who haven't built 5.8.1.3-test is alpha. And alpha had
two test suite failures with 5.8.1.2-test (.2-test, not .3-test). Back
then it was only build quite some days after the upload, so I didn't
notice the test suite failures until I looked on that page when
waiting for the current upload being picked up by the build daemons.
So here are the test suite failures of 5.8.1.2-test on the alpha
architecture:
Running test: delete all word on other characters
--- /tmp/zsh.ztst.19000/ztst.out 2022-04-19 05:05:01.494426862 +0000
+++ /tmp/zsh.ztst.19000/ztst.tout 2022-04-19 05:05:01.547161643 +0000
@@ -1,2 +1,2 @@
BUFFER: wordword
-CURSOR: 4
+URSOR: 4
Test ../../Test/X02zlevi.ztst failed: output differs from expected as shown above for:
zletest $' ----word---- ----word---- ---- \e38|daw30|daw22|daw14|daw6|daw'
Was testing: delete all word on other characters
../../Test/X02zlevi.ztst: test failed.
[…]
Running test: menu select=long-list starts menu selection for list widgets
--- /tmp/zsh.ztst.19709/ztst.out 2022-04-19 05:05:20.416447321 +0000
+++ /tmp/zsh.ztst.19709/ztst.tout 2022-04-19 05:05:21.132273136 +0000
@@ -17,7 +17,6 @@
NO:{p}
NO:{q}
NO:{r}
-NO:{s}
NO:{t}
NO:{u}
NO:{v}
Test ../../Test/Y01completion.ztst failed: output differs from expected as shown above for:
comptesteval '_tst() { local disp=( {a..z} ); compadd -ld disp $disp[@]; comppostfuncs=( _pst ) }'
comptesteval '_pst() { local disp=( "<INSERT>$compstate[insert]</INSERT>" ); compadd -Qld disp $disp }'
comptesteval "zstyle ':completion:*' menu select=long-list"
# This test is sensitive to sorting differences across platforms
comptesteval 'export LC_ALL=C'
comptest $'tst \C-d'
comptesteval "export LC_ALL=${(q)ZSH_TEST_LANG}"
Was testing: menu select=long-list starts menu selection for list widgets
../../Test/Y01completion.ztst: test failed.
[…]
../../Test/Z03run-help.ztst: all tests successful.
**************************************
60 successful test scripts, 2 failures, 2 skipped
**************************************
Kind regards, Axel
--
PGP: 2FF9CD59612616B5 /~\ Plain Text Ribbon Campaign, http://arc.pasp.de/
Mail: abe@xxxxxxxxxxxxxxx \ / Say No to HTML in E-Mail and Usenet
Mail+Jabber: abe@xxxxxxxxx X
https://axel.beckert.ch/ / \ I love long mails: https://email.is-not-s.ms/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author