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 43630
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 08 Oct 2018 14:28:37 +0000
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:subject:date :references; s=fm1; bh=tW+FIAH+KWXNvmANUJlaoaE3ZuEI6E3vVv05CQEHG 2w=; b=cxDjgBOhzoS40yhWBU0bxCN7lSOjVumK/9xSC1jrpIiShSBdoOvq7HYHI 2fd1+kmhQ6tU5YdtF2uZzy4v3BPRHmkW9ecLMwbxin0fkDXy7Y2dPKTtQ0iCpHKp 9wg8xPpkiGPsxNKBs7fuZnaTl06ks5P1xwB/Kj5mVGyYbBbvPVS0EuoljQILYbXB lX63mTpA2eZDAfVW3hknbps8TB1ATa3+E8gn7NI7PaPl91nspw4gomvO1RaU/JXA uHIcOIv6A+nsjuIx7+qim4wc5tUjfyNWMfRhuIJlbtmpJOeFNwx4VVJ4eV5qwn9l VaZjyZs67SPSPoV45gqFszkJO1uCw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=tW+FIAH+KWXNvmANUJlaoaE3ZuEI6E3vVv05CQEHG 2w=; b=TYK2HSzv6gBgUGKmQY0Om+vK9w3zOeGuPvAHcbuRFV7X6KlY8R1b0D/Ug 46H204VgnktdO9QI9fiY+nEdrphuEZrKcSBvN346AkzaR9vMnn74ah5Pf7rdZn2b /ixSWpjjZ4wLLLG7g6WlvJ7cVlMuvQbrKCrzccchMbVly8xkoFXs7CqbS2pxExfR uMMYHrp4gG0UHG95bFKCbhfu8qCcnXq1AddGfXYqyV5Rwi7cnkvkRetuP7VDZOPJ wUcNwq6TX84etTq7Jyya9andqkjqgfTrYUgPGuvzz69MrlMLQEQymrjxBe1tLZaM QbhNX4VbkUwwikvvBhLbL6CNC8ISg==
- In-reply-to: <20181008141056eucas1p2a9a49ec055d2760e87c17832af9f6591~bp33g9vlR0328803288eucas1p2G@eucas1p2.samsung.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>
Peter Stephenson wrote on Mon, 08 Oct 2018 15:10 +0100:
> On Mon, 2018-10-08 at 09:58 -0400, Vin Shelton wrote:
> > I'm now seeing 2 failures on my Sparky (Debian) system. I'm not seeing
> > these failures on my Fedora28 VM.
>
> Hmm, that looks like it's got something to do with your particular set
> up, which isn't to see there's no problem in the build/test system
> either. In one case there's no good reason why you should get the wrong
> status, and I don't think it's down to the basic shell internals (it
> could be a knock-on effect from the test, e.g. what's in the
> environment). In the other it seems to think you're running as
> root. Is this from a clean build?
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.
This is with --enable-zsh-debug and modules compiled statically, if that matters.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author