From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOqWE-0003Uf-OQ for qemu-devel@nongnu.org; Thu, 09 Jul 2009 06:06:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOqWA-0003QI-1b for qemu-devel@nongnu.org; Thu, 09 Jul 2009 06:06:22 -0400 Received: from [199.232.76.173] (port=44402 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOqW9-0003Q2-Ph for qemu-devel@nongnu.org; Thu, 09 Jul 2009 06:06:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:37434) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOqW8-0003pi-Tc for qemu-devel@nongnu.org; Thu, 09 Jul 2009 06:06:17 -0400 Message-ID: <4A55BF62.9070702@redhat.com> Date: Thu, 09 Jul 2009 11:58:58 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: make a few more tests generic References: <20090708194143.GA14640@lst.de> In-Reply-To: <20090708194143.GA14640@lst.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org 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. Kevin