From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3] powerpc: Add tests for sPAPR h-calls Date: Wed, 2 Mar 2016 11:22:22 +0100 Message-ID: <56D6BEDE.7030403@redhat.com> References: <1456908043-11184-1-git-send-email-thuth@redhat.com> <56D6BB7B.70401@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dgibson@redhat.com To: Laurent Vivier , Thomas Huth , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, drjones@redhat.com Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:35007 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753801AbcCBKW0 (ORCPT ); Wed, 2 Mar 2016 05:22:26 -0500 In-Reply-To: <56D6BB7B.70401@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 02/03/2016 11:07, Laurent Vivier wrote: >> > + report_xfail("h-call available", rc == H_FUNCTION, rc == H_SUCCESS); >> > + if (rc != H_SUCCESS) >> > + return; > I think it can be disturbing to not always have the same number of > tests, so remove the initial checking and use the report_xfail on the > following report. > > It's actually fairly common, see for example x86/apic and x86/xsave tests. Paolo