From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxCZP-00013C-4k for qemu-devel@nongnu.org; Wed, 18 Jun 2014 05:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxCZI-0001JQ-Qs for qemu-devel@nongnu.org; Wed, 18 Jun 2014 05:54:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxCZI-0001JD-3o for qemu-devel@nongnu.org; Wed, 18 Jun 2014 05:54:12 -0400 Date: Wed, 18 Jun 2014 11:54:05 +0200 From: Igor Mammedov Message-ID: <20140618115405.2af4a67f@nial.usersys.redhat.com> In-Reply-To: <1403083289-10756-1-git-send-email-mst@redhat.com> References: <1403083289-10756-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tests: disable vhost test temporarily List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Stefan Hajnoczi , Markus Armbruster , Nikolay Nikolaev , qemu-devel@nongnu.org, Anthony Liguori , Antonios Motakis , =?UTF-8?q?Andreas=20F=C3=A4rber?= On Wed, 18 Jun 2014 12:23:36 +0300 "Michael S. Tsirkin" wrote: > This test needs a bit more work: issues have been > found on legacy systems, disable it for now to > avoid false positives for people. > Will re-enable after issues are addressed. > > Reported-by: Igor Mammedov > Signed-off-by: Michael S. Tsirkin Reviewed-by: Igor Mammedov > --- > tests/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/Makefile b/tests/Makefile > index d1c399c..1c40380 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -156,7 +156,7 @@ gcov-files-i386-y += hw/usb/hcd-ehci.c > gcov-files-i386-y += hw/usb/hcd-uhci.c > gcov-files-i386-y += hw/usb/dev-hid.c > gcov-files-i386-y += hw/usb/dev-storage.c > -check-qtest-i386-y += tests/vhost-user-test$(EXESUF) > +#check-qtest-i386-y += tests/vhost-user-test$(EXESUF) > check-qtest-x86_64-y = $(check-qtest-i386-y) > gcov-files-i386-y += i386-softmmu/hw/timer/mc146818rtc.c > gcov-files-x86_64-y = $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y))