Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- X-seq: zsh-workers 43631
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 8 Oct 2018 16:24:04 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20181008152407euoutp0299104e4b66b3bb824a132cdefde584dc~bq3w1DQ8S1218212182euoutp02f
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1539012247; bh=0X39c1t500HNeViDlazbBhJ9E7AMVzw83ZGwazP1/vI=; h=Subject:From:To:Date:In-Reply-To:References:From; b=PYTiL3TNLNAplEVBI4Ho0rAf2SRzG+OnWwVEDv2s5oRjL6P2qt6+VZWWYHF/FPCcc 3pxgUl7tVFAtJdzKG0bUagNq+tdl1znetkg4ULGf63muf5mLBkUXmZ5m2RDyjKQxzc GD+iqDkiBtq7GMqt++/nABa8xmuMjEWwyCQma/SA=
- In-reply-to: <1539008917.1366329.1534632080.5313528C@webmail.messagingengine.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180924210550.carijwjibarjivu4@chaz.gmail.com> <CGME20181007133632epcas5p43a3b4c7f0fe1863478748c5cf46ce8ef@epcas5p4.samsung.com> <20181007133545.zzkrbc3ed6shnk3e@chaz.gmail.com> <20181008090557eucas1p11f18ef9ca4a6e3cc09fd59242f344f96~bltk3bsqO1947719477eucas1p1q@eucas1p1.samsung.com> <CACeGjnUhNqca7jLAR0KKSxobzDd+xXdAe4BeUeRpxu2CTp_zkA@mail.gmail.com> <20181008141056eucas1p2a9a49ec055d2760e87c17832af9f6591~bp33g9vlR0328803288eucas1p2G@eucas1p2.samsung.com> <1539008917.1366329.1534632080.5313528C@webmail.messagingengine.com>
On Mon, 2018-10-08 at 14:28 +0000, Daniel Shahaf wrote:
> Peter Stephenson wrote on Mon, 08 Oct 2018 15:10 +0100:
> I see a failure in a clean build on Debian stretch
>
> [[[
> Test /home/daniel/src/zsh/./Test/V10private.ztst failed: bad status 139,
> expected 0 from:
> if (( UID )); then
> ZTST_verbose=0 $ZTST_exe +Z -f $ZTST_srcdir/ztst.zsh private.TMP/B02
> else
> ZTST_skip="cannot re-run typeset tests when tests run as superuser"
> fi
> Was testing: typeset still works with zsh/param/private module loaded
> ]]]
>
> It then says "2 failures, 2 skipped" even though no other failures are
> listed in the output.
Hmm, I'm guessing all the B02 failures are all down to being re-run from
V10? That should be obvious from the output --- the first run of B02 is
much earlier. Is that failing for anyone? (This needs confirming.)
> This is with --enable-zsh-debug and modules compiled statically, if that
> matters.
Then there's even more you're not telling me --- V10 doesn't get
compiled in and would be skipped by default in this case. However, I
updated the configuration and I'm still not seeing any problems myself.
As I'm not seeing problems, it's over to others --- include very much
fuller information if you want my help. You'll need to narrow down
which tests are failing. I suggest then running the code by hand ---
it's not clear from the above few lines what's failing there, so the key
may lie in private.TMP/B02.
There's a reasonable chance valgrind may help with the 139 status. I
didn't get any hints from adding it to the combined V10 / B02 test,
however.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author