Re: [Qemu-devel] gtester questions/issues

2011-06-10 Thread Michael Roth
On 06/10/2011 09:55 AM, Luiz Capitulino wrote: On Thu, 09 Jun 2011 18:04:44 -0500 Michael Roth wrote: On 06/09/2011 03:02 PM, Luiz Capitulino wrote: On Thu, 09 Jun 2011 14:04:37 -0500 Anthony Liguori wrote: On 06/09/2011 01:47 PM, Luiz Capitulino wrote: I've started writing some tests w

Re: [Qemu-devel] gtester questions/issues

2011-06-10 Thread Luiz Capitulino
On Fri, 10 Jun 2011 10:05:17 -0500 Anthony Liguori wrote: > 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 gte

Re: [Qemu-devel] gtester questions/issues

2011-06-10 Thread Anthony Liguori
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

Re: [Qemu-devel] gtester questions/issues

2011-06-10 Thread Luiz Capitulino
On Thu, 09 Jun 2011 18:04:44 -0500 Michael Roth wrote: > On 06/09/2011 03:02 PM, Luiz Capitulino wrote: > > On Thu, 09 Jun 2011 14:04:37 -0500 > > Anthony Liguori wrote: > > > >> On 06/09/2011 01:47 PM, Luiz Capitulino wrote: > >>> > >>> I've started writing some tests with the glib test framewo

Re: [Qemu-devel] gtester questions/issues

2011-06-09 Thread Michael Roth
On 06/09/2011 06:04 PM, Michael Roth wrote: On 06/09/2011 03:02 PM, Luiz Capitulino wrote: On Thu, 09 Jun 2011 14:04:37 -0500 Anthony Liguori wrote: On 06/09/2011 01:47 PM, Luiz Capitulino wrote: I've started writing some tests with the glib test framework (used by the qapi patches) but am f

Re: [Qemu-devel] gtester questions/issues

2011-06-09 Thread Michael Roth
On 06/09/2011 03:02 PM, Luiz Capitulino wrote: On Thu, 09 Jun 2011 14:04:37 -0500 Anthony Liguori wrote: On 06/09/2011 01:47 PM, Luiz Capitulino wrote: I've started writing some tests with the glib test framework (used by the qapi patches) but am facing some issues that doesn't seem to exist

Re: [Qemu-devel] gtester questions/issues

2011-06-09 Thread Luiz Capitulino
On Thu, 09 Jun 2011 14:04:37 -0500 Anthony Liguori wrote: > On 06/09/2011 01:47 PM, Luiz Capitulino wrote: > > > > I've started writing some tests with the glib test framework (used by the > > qapi > > patches) but am facing some issues that doesn't seem to exist with check > > (our > > current

Re: [Qemu-devel] gtester questions/issues

2011-06-09 Thread Anthony Liguori
On 06/09/2011 01:47 PM, Luiz Capitulino wrote: I've started writing some tests with the glib test framework (used by the qapi patches) but am facing some issues that doesn't seem to exist with check (our current framework). Of course that it's possible that I'm missing something, in this case p

[Qemu-devel] gtester questions/issues

2011-06-09 Thread Luiz Capitulino
I've started writing some tests with the glib test framework (used by the qapi patches) but am facing some issues that doesn't seem to exist with check (our current framework). Of course that it's possible that I'm missing something, in this case pointers are welcome, but I must admit that my fir