From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/124 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Daily reports: Friday Date: Sun, 10 Jul 2011 00:11:13 +0200 Message-ID: <4E18D201.4000604@gmail.com> References: <4E125DBC.9090809@gmail.com> <4E131E8F.9@gmail.com> <4E14C55E.6030808@gmail.com> <4E16141F.5060303@gmail.com> <4E17877E.30907@gmail.com> <20110709115301.GA6510@openwall.com> <4E187422.6070601@gmail.com> 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 1310249574 14686 80.91.229.12 (9 Jul 2011 22:12:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2011 22:12:54 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-208-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jul 10 00:12:50 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 1QfflY-0002yy-MN for gllmg-musl@lo.gmane.org; Sun, 10 Jul 2011 00:12:48 +0200 Original-Received: (qmail 28643 invoked by uid 550); 9 Jul 2011 22:12:47 -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 28634 invoked from network); 9 Jul 2011 22:12:47 -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=kNG9InR4wWfeqYzDbiApWHquax1iLz3XpiGi3hrgC1c=; b=wmvFtKVSh/D1BRHeCyXGFY6y9bbwiyFSlFKZ/ThkVthrlsw9BWWWas9g7q3FFFwrNw wppP56mO3YK7RGsfnwV/sT9oAqHij7k03VWUaiXXKje/ER1//beHlPD5+dExA+A0hwMe rOameOohNdv4dV2gRuxS2PX6s1sjkwMjngVLM= 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: <4E187422.6070601@gmail.com> Xref: news.gmane.org gmane.linux.lib.musl.general:124 Archived-At: Saturday report: Haven't managed to write much code, I was not home for some time, but also I need to think through how to design the tests, since the functions differ by the number, not just the type of arguments, plus to test each one, additional stuff may be needed to be done first (in each of the 'cases', some string shuffling etc). That's assuming the collection will look anything like numeric.c. For referrence, here are the functions grep returned:http://paste.debian.net/122456/ (I've removed some string.h ones manually). I may just write the tests straight-forward. I expect that list could probably be cut in half or so (however, some functions may need to be added), and i'm not testing various inputs like before, just the behavior for a specific set of. I'll make some commits monday I guess. I'd wish Rich would get back to us, I could probably be able to properly finish that setuid task in a day so I can have more tests collections by mid-week. Talk to you soon, Luka.