Re: [libvirt] [PATCH 08/18] tests: Known failing tests should never succeed

2015-08-06 Thread Andrea Bolognani
On Thu, 2015-08-06 at 11:23 +0200, Jiri Denemark wrote: > > > @@ -302,6 +297,19 @@ cpuTestGuestData(const void *arg) > > virCPUDefFree(host); > > virCPUDefFree(cpu); > > virCPUDefFree(guest); > > + > > +if (data->result < 0) { > > +virResetLastError(); > > +if (r

Re: [libvirt] [PATCH 08/18] tests: Known failing tests should never succeed

2015-08-06 Thread Jiri Denemark
On Tue, Aug 04, 2015 at 11:37:59 +0200, Andrea Bolognani wrote: > Fix a test case that was wrongly expected to fail as well. > --- > tests/cputest.c | 22 +++--- > 1 file changed, 15 insertions(+), 7 deletions(-) > > diff --git a/tests/cputest.c b/tests/cputest.c > index 06b3f12..

[libvirt] [PATCH 08/18] tests: Known failing tests should never succeed

2015-08-04 Thread Andrea Bolognani
Fix a test case that was wrongly expected to fail as well. --- tests/cputest.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/tests/cputest.c b/tests/cputest.c index 06b3f12..5b7de0f 100644 --- a/tests/cputest.c +++ b/tests/cputest.c @@ -273,13 +273,8 @