From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/116 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: Daily reports: Wednesday Date: Thu, 07 Jul 2011 22:27:46 +0200 Message-ID: <4E1616C2.6070708@gmail.com> References: <4E125DBC.9090809@gmail.com> <4E131E8F.9@gmail.com> <4E14C55E.6030808@gmail.com> <20110707161832.GQ27634@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310070562 20486 80.91.229.12 (7 Jul 2011 20:29:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 20:29:22 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-200-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 07 22:29:19 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QevCF-00021k-Aj for gllmg-musl@lo.gmane.org; Thu, 07 Jul 2011 22:29:15 +0200 Original-Received: (qmail 20258 invoked by uid 550); 7 Jul 2011 20:29:14 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20250 invoked from network); 7 Jul 2011 20:29:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Xfv3qhPacbCwphS45xQtZKmbKeweI5o5+SdsxZW9qns=; b=SFhz00BMe/q9rt6OBYkTHzSbIuoJM9VOLq1t8okM/7PQXlKs7TU1toFw/9zVADOoQj i+YuuwCt1WuvDyvdgVvt8IVcNu9QYQOtrQztC4vuA8/23H97v5P5fGolBMaWCzDise05 sb6Pi0Q5I/9aHl+jKr9vRz4eUT8jleeegE35A= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <20110707161832.GQ27634@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:116 Archived-At: Thanks for your reply, didn't see it till now. Even so, it seems like I followed your advice (with the exception of string.c which doesn't return nr. of failures yet, as it was written to simply write out nasties to stderr). So far though, 'test collections' are files. That is, one collection=one file. What I'm doing now is i'm compiling all collections (ie all .c's) in the tests/ directory, and executing them from one place (cluts.c) ensuring they can crash. For an advanced version, regex is a nice idea. Filenames may eventually be replaced for what processes communicate to cluts - they can give their (full) names via IPC. Anyway, thanks again for your comments. -Luka