Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.0.8.-test-3
- X-seq: zsh-users 20464
- From: Danek Duvall <duvall@xxxxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: zsh 5.0.8.-test-3
- Date: Tue, 25 Aug 2015 15:22:45 -0700
- Cc: Zsh Users <zsh-users@xxxxxxx>
- In-reply-to: <20150825194807.194b3bed@ntlworld.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxxxxx>,	Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>,	Zsh Users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20150825194807.194b3bed@ntlworld.com>
On Tue, Aug 25, 2015 at 07:48:07PM +0100, Peter Stephenson wrote:
> I've uploaded 5.0.8-test-3 to
> 
> http://www.zsh.org/pub/development/
> 
> The changes from 5.0.8.-test-2 are mostly minor; the most significant
> fixed testing using zpty on OpenBSD, thanks to Jun.
> 
> If you have a not very common operating system, please try this out;
> otherwise, 5.1 should be fit to release.
I'm getting the following failure on Solaris (12):
    *** /tmp/zsh.ztst.out.28050     Tue Aug 25 12:45:19 2015
    --- /tmp/zsh.ztst.tout.28050    Tue Aug 25 12:45:19 2015
    ***************
    *** 1,4 ****
      THURSDAY
    !    JANUARY
      090
      1
    --- 1,4 ----
      THURSDAY
    ! %^_10B
      090
      1
    Test ./V09datetime.ztst failed: output differs from expected as shown above for:
      if [[ $skip_extensions = 1 ]]; then
	ZTST_skip="strftime extensions not supported"
      else
	(
	  strftime '%#A' 0
	  strftime '%^_10B' 0
	  strftime %03Ey 650000000
	  strftime %-Oe 0
	)
      fi
    Was testing: various extensions
    ./V09datetime.ztst: test failed.
Any ideas?  Perhaps this particular set of strftime expandos aren't
supported on Solaris.
Thanks,
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author