From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOtcs-0000wG-C2 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:25:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOtcm-0000ud-1O for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:25:24 -0400 Received: from [199.232.76.173] (port=36948 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOtcj-0000uN-LQ for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:25:18 -0400 Received: from verein.lst.de ([213.95.11.210]:37131) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MOtcj-0005mp-8O for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:25:17 -0400 Date: Thu, 9 Jul 2009 15:25:13 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: make a few more tests generic Message-ID: <20090709132513.GA13722@lst.de> References: <20090708194143.GA14640@lst.de> <4A55BF62.9070702@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A55BF62.9070702@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Christoph Hellwig , qemu-devel@nongnu.org On Thu, Jul 09, 2009 at 11:58:58AM +0200, Kevin Wolf wrote: > Christoph Hellwig schrieb: > > Pretend that a non-implemented check is always successful and thus allow > > various tests that were qcow2-specific before to be generic. > > Looks good in general. However, vmdk and vpc fail test case 011 for me. > Not sure yet where the problem actually is, there seems to be no qemu-io > output at all for these. They pass for me. So I guess we have a problem somewhere that we'll eventually need to investigate.