From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzzFR-0007Hk-9h for qemu-devel@nongnu.org; Sun, 05 Jan 2014 20:45:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzzFL-0005t5-N1 for qemu-devel@nongnu.org; Sun, 05 Jan 2014 20:44:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzzFL-0005t0-FB for qemu-devel@nongnu.org; Sun, 05 Jan 2014 20:44:51 -0500 Message-ID: <52CA0A7E.2050407@redhat.com> Date: Mon, 06 Jan 2014 09:44:30 +0800 From: Fam Zheng MIME-Version: 1.0 References: <52C8554C.9010900@kamp.de> In-Reply-To: <52C8554C.9010900@kamp.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] qemu-iotests: test 051 fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , Stefan Hajnoczi , Kevin Wolf , "qemu-devel@nongnu.org" , Paolo Bonzini On 2014=E5=B9=B401=E6=9C=8805=E6=97=A5 02:39, Peter Lieven wrote: > ~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51 > QEMU -- ./qemu > QEMU_IMG -- ./qemu-img > QEMU_IO -- ./qemu-io > QEMU_NBD -- /usr/local/bin/qemu-nbd > IMGFMT -- qcow2 (compat=3D1.1) > IMGPROTO -- file > PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic > SOCKET_SCM_HELPER -- > > 051 - output mismatch (see 051.out.bad) > --- 051.out 2014-01-04 19:11:31.557812472 +0100 > +++ 051.out.bad 2014-01-04 19:38:03.185810819 +0100 > @@ -91,7 +91,6 @@ > QEMU X.Y.Z monitor - type 'help' for more information > (qemu) QEMU_PROG: -drive if=3Dvirtio: Device needs media, but drive i= s empty > QEMU_PROG: -drive if=3Dvirtio: Device initialization failed. > -QEMU_PROG: -drive if=3Dvirtio: Device initialization failed. > QEMU_PROG: -drive if=3Dvirtio: Device 'virtio-blk-pci' could not be i= nitialized > > Testing: -drive if=3Dscsi > Failures: 051 > Failed 1 of 1 tests > > Peter > Yes, this is the bad commit: commit 75884afd5c6c42e523b08565e289dbe319e17ad9 Author: Andreas F=C3=A4rber Date: Tue Jul 30 01:35:08 2013 +0200 virtio-blk: Convert to QOM realize Signed-off-by: Andreas F=C3=A4rber Signed-off-by: Paolo Bonzini I guess simply removing the duplicated line in the output file is=20 enough. I'll post a patch for it, thanks for the report! Fam