From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtnnA-0004fl-4N for qemu-devel@nongnu.org; Tue, 03 Nov 2015 21:27:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ztnn6-0001hI-S4 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 21:27:16 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:40681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztnn6-0001gJ-5U for qemu-devel@nongnu.org; Tue, 03 Nov 2015 21:27:12 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 4 Nov 2015 07:57:09 +0530 Received: from d28relay04.in.ibm.com (d28relay04.in.ibm.com [9.184.220.61]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 4F0FE125801E for ; Wed, 4 Nov 2015 07:57:05 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay04.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tA42R4cg2490724 for ; Wed, 4 Nov 2015 07:57:04 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tA42R4dG021273 for ; Wed, 4 Nov 2015 07:57:04 +0530 From: Bo Tu Date: Wed, 4 Nov 2015 10:26:54 +0800 Message-Id: <1446604018-14025-1-git-send-email-tubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/4] Update tests/qemu-iotests failing cases for the s390 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, silbe@linux.vnet.ibm.com, mreitz@redhat.com, armbru@redhat.com, mimu@linux.vnet.ibm.com v2: 1. Refine common.config via changing the definition of default_alias_machine and default_machine 2. Add Reviewed-by of Eric Blake for common.config v1: 1. Refine common.config 2. Update the output file for test 051 based on its current output for s390 platform, add a pc specific output file for test 051 3. checkpatch.pl reports invaid UTF-8 error for 051 patch, because its output files contain some non-text data 4. Add the parameter of "-no-shutdown -machine accel=kvm" for s390-ccw-virtio for test 068 5. Disable VNC server for test 120 Bo Tu (4): qemu-iotests: refine common.config qemu-iotests: s390x: fix test 051 qemu-iotests: s390x: fix test 068 qemu-iotests: disable VNC server for test 120 tests/qemu-iotests/051 | 99 +++++---- tests/qemu-iotests/051.out | 143 +++---------- tests/qemu-iotests/051.pc.out | 422 +++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/068 | 14 +- tests/qemu-iotests/120 | 2 +- tests/qemu-iotests/common.config | 9 +- 6 files changed, 532 insertions(+), 157 deletions(-) create mode 100644 tests/qemu-iotests/051.pc.out -- 2.3.0