From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3700 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: libc-test repo Date: Sat, 20 Jul 2013 18:46:45 +0200 Message-ID: <20130720164644.GH15323@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1374338816 8678 80.91.229.3 (20 Jul 2013 16:46:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Jul 2013 16:46:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3704-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jul 20 18:46:59 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1V0aJ8-0002Vj-DB for gllmg-musl@plane.gmane.org; Sat, 20 Jul 2013 18:46:58 +0200 Original-Received: (qmail 3515 invoked by uid 550); 20 Jul 2013 16:46:57 -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 3507 invoked from network); 20 Jul 2013 16:46:57 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3700 Archived-At: after trying various buildsystem things i decided to put the new libc test system on top of my old libc-test repo (in the end there aren't many new features in it) http://nsz.repo.hu/git/?p=libc-test i need to fix a few things in math and fiddle with the build flags a bit but it should be usable (other missing things: wrapper to run the tests with timeout and report the exit status, 'make run' to rerun the dynamically linked executables without building anything, build into different directories with different build settings) i added a top level copyright notice and authors file most of the test should not be copyrightable but what do i know i added the tests by kirill (tw1gz) after some cleanup so the code has consistent style for now (there are no strict style rules as the test cases are pretty much independent) i ran the tests with 'CC=musl-gcc make' and 'CC=gcc make' (the invalid errors will be eventually fixed) see the readme for further details (as discussed some libc tests will need special environment, that is not yet in scope (containers, uml and seccomp came up as solutions so far), libc source code inspection is not yet in scope either but gcov/lcov coverage report would be nice to set up)