From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfpg-0006uO-E2 for qemu-devel@nongnu.org; Tue, 07 May 2013 07:13:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZfpd-000872-Rg for qemu-devel@nongnu.org; Tue, 07 May 2013 07:13:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfpd-00086i-KD for qemu-devel@nongnu.org; Tue, 07 May 2013 07:13:17 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47BDGf2030446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 May 2013 07:13:16 -0400 From: Fam Zheng Date: Tue, 7 May 2013 19:13:02 +0800 Message-Id: <1367925185-12988-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qemu-iotests: fix for vmdk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Fam Zheng , stefanha@redhat.com When testing vmdk, qemu-iotests fails on 017, 018, 042 and 043 for trivial reasons. These patches try to fix those cases to pass tests on all four subformats of vmdk {monolithicSparse monolithicFlat twoGbMaxExtentSparse twoGbMaxExtentFlat}. Fam Zheng (3): qemu-iotests: exclude vmdk for test 042 qemu-iotests: exclude vmdk from 043 qemu-iotests: fix 017 018 for vmdk tests/qemu-iotests/017 | 4 +++- tests/qemu-iotests/017.out | 2 +- tests/qemu-iotests/018 | 4 +++- tests/qemu-iotests/018.out | 2 +- tests/qemu-iotests/042 | 2 +- tests/qemu-iotests/043 | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) -- 1.8.1.4