From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUS3-0006rJ-Nt for qemu-devel@nongnu.org; Tue, 26 Nov 2013 21:02:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlURy-000814-W6 for qemu-devel@nongnu.org; Tue, 26 Nov 2013 21:02:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlURy-000810-Ma for qemu-devel@nongnu.org; Tue, 26 Nov 2013 21:01:58 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAR21v0Q002417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 Nov 2013 21:01:57 -0500 Message-ID: <5295528F.3080804@redhat.com> Date: Wed, 27 Nov 2013 10:01:51 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1384914356-14231-1-git-send-email-famz@redhat.com> In-Reply-To: <1384914356-14231-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/2] qemu-iotests: Filter out "qemu-io> " in all tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com On 2013=E5=B9=B411=E6=9C=8820=E6=97=A5 10:25, Fam Zheng wrote: > The second patch is too large as a mail, you can pull from: > > https://github.com/famz/qemu.git 035-filter-qemu-io > > v2: Rebase to current master. > [01] Add Reviewed-by for Eric. > [02] Update comment to describe the command for mechanical substit= ution. (Eric) > > Fam Zheng (2): > qemu-iotests: Filter qemu-io output in 025 > qemu-iotests: Filter out 'qemu-io> ' prompt > > tests/qemu-iotests/013.out | 44080 ++++++++++++------------- > tests/qemu-iotests/014.out | 64204 ++++++++++++++++++----------= --------- > tests/qemu-iotests/017.out | 1080 +- > tests/qemu-iotests/018.out | 1080 +- > tests/qemu-iotests/019.out | 1636 +- > tests/qemu-iotests/020.out | 1080 +- > tests/qemu-iotests/022.out | 8816 ++--- > tests/qemu-iotests/023.out | 26800 ++++++++-------- > tests/qemu-iotests/024.out | 164 +- > tests/qemu-iotests/025 | 2 +- > tests/qemu-iotests/025.out | 18 +- > tests/qemu-iotests/028.out | 458 +- > tests/qemu-iotests/032.out | 68 +- > tests/qemu-iotests/035.out | 2 +- > tests/qemu-iotests/037.out | 616 +- > tests/qemu-iotests/038.out | 714 +- > tests/qemu-iotests/046.out | 232 +- > tests/qemu-iotests/047.out | 20 +- > tests/qemu-iotests/048.out | 34 +- > tests/qemu-iotests/common.filter | 3 +- > 20 files changed, 75554 insertions(+), 75553 deletions(-) > Kevin, would you like to take this one? Fam