From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: Re: [kvm-unit-tests PATCH 2/5] run_tests: add summary to powerpc and s390 Date: Thu, 29 Jun 2017 07:30:21 +0200 Message-ID: <069297d8-0079-a514-fbbe-1b75bc391fb0@redhat.com> References: <20170628200857.1718-1-rkrcmar@redhat.com> <20170628200857.1718-3-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Paolo Bonzini , Drew Jones , Laurent Vivier , David Hildenbrand To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42472 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751580AbdF2Fa1 (ORCPT ); Thu, 29 Jun 2017 01:30:27 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2848A5D5E9 for ; Thu, 29 Jun 2017 05:30:27 +0000 (UTC) In-Reply-To: <20170628200857.1718-3-rkrcmar@redhat.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 28.06.2017 22:08, Radim Krčmář wrote: > Looking at the last line was not enough as these architectures have > information about the exit on the last two lines. See the last 3 lines. > > Signed-off-by: Radim Krčmář > --- > Sample output on powerpc: > PASS selftest-setup (2 tests) > PASS spapr_hcall (9 tests, 1 expected failures) > PASS rtas-get-time-of-day (10 tests) > PASS rtas-get-time-of-day-base (10 tests) > PASS rtas-set-time-of-day (5 tests) > PASS emulator (4 tests) > SKIP h_cede_tm (test marked as manual run only) > PASS sprs (46 tests) > > and s390x: > FAIL selftest-setup (7 tests) > FAIL intercept (3 tests, 2 unexpected failures) > > s390 selftest-setup is failing even though all tests passed, but there > is also: > ABORT: selftest: Unexpected program interrupt: 5 at 0x12b7c, ilen 4 Please use the latest and greatest QEMU from the master branch for s390x ... there have been quite a lot of fixes since v2.9 and some of them are required to get the kvm-unit-tests running properly. Thomas