From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHB4F-0003v3-QN for qemu-devel@nongnu.org; Wed, 04 Sep 2013 07:16:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHB49-0007UP-SK for qemu-devel@nongnu.org; Wed, 04 Sep 2013 07:16:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHB49-0007UI-KJ for qemu-devel@nongnu.org; Wed, 04 Sep 2013 07:16:05 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r84BG4X1005083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 4 Sep 2013 07:16:05 -0400 From: Kevin Wolf Date: Wed, 4 Sep 2013 13:16:03 +0200 Message-Id: <1378293365-16687-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] qemu-iotests: Fixed test case 026 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com Kevin Wolf (2): qemu-iotests: Whitespace cleanup qemu-iotests: Fixed test case 026 tests/qemu-iotests/026.out | 28 +- tests/qemu-iotests/026.out.nocache | 626 +++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/check | 240 +++++++------- tests/qemu-iotests/common | 422 ++++++++++++------------- tests/qemu-iotests/common.config | 6 +- tests/qemu-iotests/common.filter | 42 +-- tests/qemu-iotests/common.pattern | 4 +- tests/qemu-iotests/common.rc | 92 +++--- 8 files changed, 1046 insertions(+), 414 deletions(-) create mode 100644 tests/qemu-iotests/026.out.nocache -- 1.8.1.4