From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKoZP-0005rB-G6 for qemu-devel@nongnu.org; Wed, 27 Mar 2013 07:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKoZN-0001o5-SR for qemu-devel@nongnu.org; Wed, 27 Mar 2013 07:31:07 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:45303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKoZN-0001nu-Kj for qemu-devel@nongnu.org; Wed, 27 Mar 2013 07:31:05 -0400 Received: by mail-la0-f54.google.com with SMTP id gw10so15127018lab.41 for ; Wed, 27 Mar 2013 04:31:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Wed, 27 Mar 2013 11:30:43 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Testing Linux user-mode with LTP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 14 February 2013 11:22, Peter Maydell wrote: > On 8 February 2013 12:32, Peter Maydell wrote: >> Hi; I spent yesterday working out how to run the Linux Test >> Project's syscall test suite under QEMU's linux-user mode, >> and I wrote up the instructions here for other peoples' >> benefit: >> http://wiki.qemu.org/Testing/LTP > Thanks to Fathi Boudra, Linaro is now running armhf LTP tests > automatically nightly based on qemu upstream master: no pretty > webpages or notification of progression/regression I spent a little time yesterday getting the LTP results into a JUnit xml format that jenkins liked, so now we have graphs of pass/fail over time: https://ci.linaro.org/jenkins/job/qemu-ltp/ -- PMM