From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1tF9-000851-3g for qemu-devel@nongnu.org; Thu, 26 Nov 2015 04:53:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1tF5-0004qT-Pp for qemu-devel@nongnu.org; Thu, 26 Nov 2015 04:53:35 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:57479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1tF4-0004oJ-Ob for qemu-devel@nongnu.org; Thu, 26 Nov 2015 04:53:31 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 26 Nov 2015 15:23:25 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 3D563394005E for ; Thu, 26 Nov 2015 15:23:21 +0530 (IST) Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tAQ9rJQr1573258 for ; Thu, 26 Nov 2015 15:23:20 +0530 Received: from d28av05.in.ibm.com (localhost [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tAQ9rIgj007573 for ; Thu, 26 Nov 2015 15:23:18 +0530 From: Bo Tu Date: Thu, 26 Nov 2015 17:53:11 +0800 Message-Id: <1448531594-27192-1-git-send-email-tubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v3 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 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 | 99 +++++---- tests/qemu-iotests/051.out | 422 --------------------------------------- tests/qemu-iotests/051.pc.out | 422 +++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/051.s390.out | 335 +++++++++++++++++++++++++++++++ tests/qemu-iotests/068 | 14 +- tests/qemu-iotests/Makefile | 7 +- tests/qemu-iotests/common.config | 9 +- 7 files changed, 844 insertions(+), 464 deletions(-) delete mode 100644 tests/qemu-iotests/051.out create mode 100644 tests/qemu-iotests/051.pc.out create mode 100644 tests/qemu-iotests/051.s390.out -- 2.4.3