From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Qim-0003Il-5F for qemu-devel@nongnu.org; Thu, 03 Dec 2015 05:02:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4Qig-0007jv-8M for qemu-devel@nongnu.org; Thu, 03 Dec 2015 05:02:40 -0500 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:42942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Qif-0007je-ME for qemu-devel@nongnu.org; Thu, 03 Dec 2015 05:02:34 -0500 Received: from localhost by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Dec 2015 20:02:32 +1000 Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 0BFBC2BB003F for ; Thu, 3 Dec 2015 21:02:29 +1100 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tB3A29QG35717322 for ; Thu, 3 Dec 2015 21:02:21 +1100 Received: from d23av01.au.ibm.com (localhost [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tB3A1qU0008158 for ; Thu, 3 Dec 2015 21:01:52 +1100 From: Bo Tu Date: Thu, 3 Dec 2015 18:01:28 +0800 Message-Id: <1449136891-26850-1-git-send-email-tubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v4 0/3] 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 From: Bo Tu v4: 1. Remove 051.s390.out, and rollback the changes in Makefile to generate 051.s390-ccw-virtio.out 2. Use 051.out as the common output for any non-pc platform 3. Set device_id to "drive0", and replace every "-drive file..." by "-drive file=...,if=none,id=$device_id", then x86 and s390x can get the common output in the test of "Snapshot mode" for test 051 4. Update 051.out and 051.pc.out v3: 1. Remove patch for test 120 because Fam Zheng upstreamed same fix for test 119 and 120 2. Rename 051.out to 051.s390.out, add rule in Makefile to generate 051.s390-ccw-virtio.out 3. Remove superfluous quotation marks in common.config 4. Add "Acked-by: Max Reitz " for test 068, add "Reviewed-by: Max Reitz " for test 051 and common.config 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 (3): qemu-iotests: refine common.config qemu-iotests: s390x: fix test 051 qemu-iotests: s390x: fix test 068 tests/qemu-iotests/051 | 95 +++++---- tests/qemu-iotests/051.out | 163 ++++----------- tests/qemu-iotests/051.pc.out | 422 +++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/068 | 14 +- tests/qemu-iotests/common.config | 9 +- 5 files changed, 537 insertions(+), 166 deletions(-) create mode 100644 tests/qemu-iotests/051.pc.out -- 2.4.3