Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.2-test-1
- X-seq: zsh-workers 40079
- From: Axel Beckert <abe@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh 5.2-test-1
- Date: Sun, 4 Dec 2016 17:42:19 +0100
- Cc: Debian Zsh Maintainers <pkg-zsh-devel@xxxxxxxxxxxxxxxxxxxxxxx>
- 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: <20161204032558.GL5130@sym.noone.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx, Debian Zsh Maintainers <pkg-zsh-devel@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: DeuxChevaux.org -- The Citroën 2CV Database
- References: <20161202203009.2eee2e4b@ntlworld.com> <20161204032558.GL5130@sym.noone.org>
Hi,
On Sun, Dec 04, 2016 at 04:25:59AM +0100, Axel Beckert wrote:
> On Fri, Dec 02, 2016 at 08:30:09PM +0000, Peter Stephenson wrote:
> > I've uploaded a test version prior to zsh 5.3 to.
> >
> > http://www.zsh.org/pub/development/
> >
> > If you get the opportunity, please try it to see if there is anything
> > that needs fixing immediately.
>
> Builds fine for me. Not yet tested much, though.
No issues within a few hours of normal usage.
But I've got some test failures under specific circumstances:
D04parameter.ztst: test failed.
* Happened twice in a row, hence I do not suspect non-deterministic
failures.
* Only happend on the amd64 (aka x86_64) architecture and passed on
i386 (aka 32-bit x86).
* Only happened on our Jenkins CI, didn't observe it elsewhere:
http://jenkins.grml.org/view/Debian/job/zsh-binaries/architecture=amd64/263/console
Log excerpt:
14:34:53 ../../Test/D04parameter.ztst: starting.
14:34:53 Running test: Basic scalar parameter substitution
14:34:53 Test successful.
14:34:53 Running test: Basic array parameter substitution
14:34:53 Test successful.
14:34:53 Running test: Basic ksharray substitution
14:34:53 Test successful.
14:34:53 Running test: Basic shwordsplit option handling
14:34:53 Test successful.
14:34:53 Running test: $+...
14:34:54 Test successful.
14:34:54 Running test: $+... with arrays
14:34:54 Test successful.
14:34:54 Running test: ${...:-...} and ${...-...}
14:34:54 Test successful.
14:34:54 Running test: ${...:=...}, ${...::=...}, ${...=...}
14:34:54 Test successful.
14:34:54 Running test: ${#${(A)=array=word}} counts array elements
14:34:54 Test successful.
14:34:54 Running test: ${...:?...}, ${...?...}
14:34:54 Test successful.
14:34:54 Running test: interactive shell returns to top level on ${...?...} error
14:34:54 --- /tmp/zsh.ztst.err.25583 2016-12-04 13:34:54.074183275 +0000
14:34:54 +++ /tmp/zsh.ztst.terr.25583 2016-12-04 13:34:54.078183275 +0000
14:34:54 @@ -1 +1 @@
14:34:54 -foo:1: 1: no arguments given
14:34:54 +%
%
foo:1: 1: no arguments given
14:34:54 Test ../../Test/D04parameter.ztst failed: error output differs from expected as shown above for:
14:34:54 PROMPT="" $ZTST_testdir/../Src/zsh -fis <<<'
14:34:54 unsetopt PROMPT_SP
14:34:54 PS2="" PS3="" PS4="" RPS1="" RPS2=""
14:34:54 foo() {
14:34:54 print ${1:?no arguments given}
14:34:54 print not reached
14:34:54 }
14:34:54 foo
14:34:54 print reached
14:34:54 '
14:34:54 Was testing: interactive shell returns to top level on ${...?...} error
14:34:54 ../../Test/D04parameter.ztst: test failed.
Kind regards, Axel
--
/~\ Plain Text Ribbon Campaign | Axel Beckert
\ / Say No to HTML in E-Mail and News | abe@xxxxxxxxxxxxxxx (Mail)
X See http://www.nonhtmlmail.org/campaign.html | abe@xxxxxxxxx (Mail+Jabber)
/ \ I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author