From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=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 fb98d204 for ; Fri, 28 Feb 2020 08:43:02 +0000 (UTC) Received: (qmail 17543 invoked by alias); 28 Feb 2020 08:42:56 -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: 45500 Received: (qmail 3027 invoked by uid 1010); 28 Feb 2020 08:42:56 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-expgw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25731. spamassassin: 3.4.2. Clear:RC:0(133.208.98.1):SA:0(-2.6/5.0):. Processed in 0.954163 secs); 28 Feb 2020 08:42:56 -0000 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.98.1 as permitted sender) X-Biglobe-Sender: From: Jun T Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH] find RLIM_NLIMITS correctly on Cygwin Date: Fri, 28 Feb 2020 17:42:23 +0900 References: <82F8CDE0-C95C-4D31-ABFC-EBB3C97799F3@kba.biglobe.ne.jp> <1B509B1C-A670-482F-9D88-2145E15D03A1@kba.biglobe.ne.jp> <20200109131553.hqetnd45sc43z6xb@tarpaulin.shahaf.local2> <087AE8B9-35B0-4258-9626-AACA85471A07@kba.biglobe.ne.jp> <20200111201549.GA1264@tarpaulin.shahaf.local2> <3340070A-53DD-40F0-8363-A8C7D84702D3@kba.biglobe.ne.jp> <374cecf6-45d5-4688-861f-cc52017dbcea@www.fastmail.com> <321F9465-ABF9-465D-9242-7EF9A0EDDBED@kba.biglobe.ne.jp> <20200227132229.3e290918@tarpaulin.shahaf.local2> To: zsh-workers@zsh.org In-Reply-To: <20200227132229.3e290918@tarpaulin.shahaf.local2> Message-Id: <84E062E9-E44F-4123-AC41-12E12071924E@kba.biglobe.ne.jp> X-Mailer: Apple Mail (2.3445.104.11) X-Biglobe-Spnum: 46190 > 2020/02/27 22:22, Daniel Shahaf wrote: >=20 > Jun T wrote on Tue, 25 Feb 2020 18:38 +0900: >> We may hope that a user who sees >> UNKNOWN in the output of limit/ulimit will report it to us, or >> add a simple test like >>=20 >> limit | grep UNKNOWN || print OK >>=20 >> somewhere in the test (but in which .ztst file?). >=20 > I prefer a new test, but to arrange things in such a way that a = failure > of the new test won't fail the build or prevent other tests from > running. (snip) > We might even add a new flag, e.g., =C2=ABZTST_failure_is_fatal=3Dfalse=C2= =BB Currently each test chunk can have flags 'd' 'D' 'q' and 'f'. We can add a new flag, say 'n', to make the failure not fatal.