Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 5.2-test-1



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