From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14370 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] libc-test: PI mutex tests Date: Tue, 9 Jul 2019 23:13:47 +0200 Message-ID: <20190709211346.GH21055@port70.net> References: <20190709183313.GP1506@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="137741"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) To: musl@lists.openwall.com Original-X-From: musl-return-14386-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 09 23:14:02 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hkxR4-000Zil-CW for gllmg-musl@m.gmane.org; Tue, 09 Jul 2019 23:14:02 +0200 Original-Received: (qmail 17997 invoked by uid 550); 9 Jul 2019 21:13:59 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 17977 invoked from network); 9 Jul 2019 21:13:58 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20190709183313.GP1506@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:14370 Archived-At: * Rich Felker [2019-07-09 14:33:13 -0400]: > >From ed2b7eca0016b5a35b5281e950e82fa2bb511099 Mon Sep 17 00:00:00 2001 > From: Rich Felker > Date: Tue, 9 Jul 2019 14:29:20 -0400 > Subject: [PATCH] add PI mutex tests > > for robust mutex tests, the code was already setup to be run more than > once with different attributes (pshared); I've added PI the same way. > > for the main mutex tests, it would take a major refactoring to test > and report errors well for both the normal and PI cases, so I just > duplicated the source file with PI hard-coded on. this could be > improved later if desired. applied.