From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV3H0-0000kU-Mz for qemu-devel@nongnu.org; Fri, 10 Jun 2011 11:05:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QV3Gz-0006sl-24 for qemu-devel@nongnu.org; Fri, 10 Jun 2011 11:05:22 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:40234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV3Gy-0006sf-PP for qemu-devel@nongnu.org; Fri, 10 Jun 2011 11:05:20 -0400 Received: by gxk26 with SMTP id 26so2347942gxk.4 for ; Fri, 10 Jun 2011 08:05:19 -0700 (PDT) Message-ID: <4DF232AD.1010603@codemonkey.ws> Date: Fri, 10 Jun 2011 10:05:17 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110609154704.71665a02@doriath> <4DF11945.7000108@us.ibm.com> <20110609170241.1ba7fde6@doriath> <4DF1518C.5030101@linux.vnet.ibm.com> <20110610115508.05b65b4e@doriath> In-Reply-To: <20110610115508.05b65b4e@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] gtester questions/issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel , Stefan Hajnoczi , Michael Roth , Markus Armbruster On 06/10/2011 09:55 AM, Luiz Capitulino wrote: > On Thu, 09 Jun 2011 18:04:44 -0500 >> You kind of get the desired behavior if you run the test via something like: >> >> gtester -k -o test.xml test-visiter >> >> The gtester utility will log the return code after a test bombs, then >> restart and skip to the test following the one that bombed. And I'm sure >> gtester-report can process the resulting test.xml in manner similar to >> check... > > Ok, that makes the problem less worse and I agree it's possible to cook > a workaround for it. But IMO, glib's test framework is flawed. You just > can't require developers to run two additional utilities and dump xml so > that they can know a particular test exploded. It all happens automagically during make check. I don't understand what the problem here is. Regards, Anthony Liguori