From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpApC-0006Uz-MO for qemu-devel@nongnu.org; Mon, 13 Aug 2018 07:15:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpApB-0005NW-Oa for qemu-devel@nongnu.org; Mon, 13 Aug 2018 07:15:50 -0400 Date: Mon, 13 Aug 2018 14:15:26 +0300 From: "Michael S. Tsirkin" Message-ID: <20180813141435-mutt-send-email-mst@kernel.org> References: <20180813101453.10200-1-e.emanuelegiuseppe@gmail.com> <20180813101453.10200-34-e.emanuelegiuseppe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180813101453.10200-34-e.emanuelegiuseppe@gmail.com> Subject: Re: [Qemu-devel] [PATCH 33/33] tests/qgraph: temporarly commented vhost-user-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Emanuele Giuseppe Esposito Cc: qemu-devel@nongnu.org, Paolo Bonzini , Alexander Graf , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , qemu-block@nongnu.org, Fam Zheng , Jason Wang , David Gibson , Laurent Vivier , qemu-ppc@nongnu.org, John Snow , Amit Shah , Stefan Hajnoczi , Gerd Hoffmann , Greg Kurz On Mon, Aug 13, 2018 at 12:14:53PM +0200, Emanuele Giuseppe Esposito wrote: > vhost-user-test has not converted to qgraph yet, and since > it uses virtio interface, it won't work, causing make check > to fail. > Commented out until it does not get converted to graph node. > > Signed-off-by: Emanuele Giuseppe Esposito Two problems with that - we lose vhost user coverage - bisecting to before patch 33 will leave us with a failing make check Thoughts? > --- > tests/Makefile.include | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.include > index 15926cc95f..30355058fc 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -287,10 +287,10 @@ check-qtest-i386-y += tests/cpu-plug-test$(EXESUF) > check-qtest-i386-y += tests/q35-test$(EXESUF) > check-qtest-i386-y += tests/vmgenid-test$(EXESUF) > gcov-files-i386-y += hw/pci-host/q35.c > -check-qtest-i386-$(CONFIG_VHOST_USER_NET_TEST_i386) += tests/vhost-user-test$(EXESUF) > -ifeq ($(CONFIG_VHOST_USER_NET_TEST_i386),) > -check-qtest-x86_64-$(CONFIG_VHOST_USER_NET_TEST_x86_64) += tests/vhost-user-test$(EXESUF) > -endif > +# check-qtest-i386-$(CONFIG_VHOST_USER_NET_TEST_i386) += tests/vhost-user-test$(EXESUF) > +# ifeq ($(CONFIG_VHOST_USER_NET_TEST_i386),) > +# check-qtest-x86_64-$(CONFIG_VHOST_USER_NET_TEST_x86_64) += tests/vhost-user-test$(EXESUF) > +# endif > check-qtest-i386-$(CONFIG_TPM) += tests/tpm-crb-swtpm-test$(EXESUF) > check-qtest-i386-$(CONFIG_TPM) += tests/tpm-crb-test$(EXESUF) > check-qtest-i386-$(CONFIG_TPM) += tests/tpm-tis-swtpm-test$(EXESUF) > -- > 2.17.1