From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43485-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 0c48af6c for ; Tue, 18 Sep 2018 15:56:06 +0000 (UTC) Received: (qmail 2140 invoked by alias); 18 Sep 2018 15:55:52 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43485 Received: (qmail 13677 invoked by uid 1010); 18 Sep 2018 15:55:52 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 7.822671 secs); 18 Sep 2018 15:55:52 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=lfq9H0 LaJo1efH249ZizHSFwi5jbuUdksMgQJIlK6F0=; b=UVpu+e395eUF602IZacruc pXtoCB8xxHQLBhiRh1km1lLPNcOM6bY7HwsJ5guH8h2YTL6SWQxERo0CXAbqhANg Ynb6FXDPh9N8HcpoRcXoOxWJWH6zPGZFzE43vgEfbEFKQCxUpGMGKUy8+puDycJQ VVuZm5x9+Cf6DkKJZjNRYMXz0r//TjqnZfOEp/dKQkWJOSEpbbyEckhdId+1bega U1jrLLzQMHX3tbWm9TXlhW8Hy5ljb2VDXG4S4Ujv4KXUvgmHWFUl15U3cfNYG/sZ 2bDXoVrKOLqiJrHUUGEwPInBpeV9haw3pOIKtV/yFszjhjhQDr6bTXvdtAsGA37w == 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=lfq9H0 LaJo1efH249ZizHSFwi5jbuUdksMgQJIlK6F0=; b=IE9q1xuR8WuL5wbabdZxZH NrQqNzYmDKlrcL6Mxk+CCqjAdnAXinT1Yk2Mznat33GMlfYX80kl1CmdhFyx/Blm pd50FpMKGxC/0e3IRAaj9KMckq9hzsV9Eq2Y/1AjgjWOJntZf0Ogj+Wj/zCmp3XI U4Zl9225gYQL8UZU5Tzbypr52Ar8KipG33lhaN4corB1i0iwdPz7HIzZJ37XcNTp bclUjFMTqy/uTrN6IwBv5A1GntdMLfofp6TpJpDrjuRvpkE/fkufyP4vdlSisMVK FrXqAiOiudTIh4HywIVO5mp/lOBdiEUK+h86CG55YWdhkxM1vg7YIFXg9AqZAKrg == X-ME-Proxy: X-ME-Sender: Message-Id: <1537286139.1154549.1512322472.101174D6@webmail.messagingengine.com> From: Daniel Shahaf To: Sebastian Gniazdowski Cc: Zsh hackers list MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e556cd15 References: <1537195773.3258650.1510860136.6AA9F0BA@webmail.messagingengine.com> In-Reply-To: Subject: Re: Valgrind tests (was: Re: Zsh: [7] + 23074 suspended (tty output)) Date: Tue, 18 Sep 2018 15:55:39 +0000 Sebastian Gniazdowski wrote on Tue, 18 Sep 2018 07:21 +0200: > On Mon, 17 Sep 2018 at 16:50, Daniel Shahaf wrote: > > > Can you describe what changes would be involved? Would the test > > suite remain as portable as it should be? > > I was thinking little different back then when creating VATS, it > appeared reasonable to have separate tests aimed at stressing Zsh in > terms of memory usage, etc. I now see that the main Zsh tests are > putting much stress on Zsh, so VATS should just add vtest.conf, custom > runtests.zsh, zsh-valgrind-parse.cmd, custom ztst.zsh (I'm not sure if > the two custom files really have to be different), from here: > https://github.com/zdharma/VATS-zsh/tree/master/VATS. You haven't actually answered my question. Can you, please, explain what changes would need to be made to zsh in order to implement your upthread proposal? It's fine to link to external sources for details but the gist should be self-contained and understandable by readers familiar with zsh and its build system but nothing else. > The readme of this project is unnecessarily very long, the thing is > very simple, I need some time to approach this again with original > Test/ in mind. For avoidance of doubt, I am simply asking for information on the proposal. I am not yet sold on it.