From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3eaI-0004pW-UL for qemu-devel@nongnu.org; Tue, 03 Jun 2008 18:02:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3eaH-0004oy-G4 for qemu-devel@nongnu.org; Tue, 03 Jun 2008 18:02:26 -0400 Received: from [199.232.76.173] (port=57363 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3eaH-0004oq-9n for qemu-devel@nongnu.org; Tue, 03 Jun 2008 18:02:25 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:34812) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3eaG-0000Ah-2M for qemu-devel@nongnu.org; Tue, 03 Jun 2008 18:02:24 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Suggestion for testing framework Date: Tue, 3 Jun 2008 23:02:09 +0100 References: <767386.58386.qm@web57006.mail.re3.yahoo.com> <20080604075042.aff7c055.mle+tools@mega-nerd.com> In-Reply-To: <20080604075042.aff7c055.mle+tools@mega-nerd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806032302.09778.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Erik de Castro Lopo , "Balazs Attila-Mihaly (Cd-MaN)" On Tuesday 03 June 2008, Erik de Castro Lopo wrote: > Balazs Attila-Mihaly (Cd-MaN) wrote: > > Hello all > > > > It seems that there is agreement that some sort of automated > > testing is "a good thing" ;-). > > I am a huge fan of testing and think that qemu developers and users > would both benefit from more automated testing. IMHO Automated testing by itself is pretty much worthless. The value comes from having someone look at the results, and actively fix problems as they are discovered. Once you've allocated resources to do this bugfixing setting up the testing is fairly trivial. Paul