From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 0/6] reduce exit status ambiguity and more Date: Tue, 26 Jan 2016 19:42:05 +0100 Message-ID: <1453833731-23215-1-git-send-email-drjones@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49158 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750897AbcAZSmR (ORCPT ); Tue, 26 Jan 2016 13:42:17 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 3D586A0A48 for ; Tue, 26 Jan 2016 18:42:17 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: The first three patches makes changes to reduce the exit status ambiguity, for which kvm-unit-tests is famous. The next couple are a cleanup and a minor feature enhancement. The last is a feature enhancement bringing timeouts to unittest runs. Andrew Jones (6): x86: clean up exit use, use abort run scripts need consistent exit status arch-run: reduce return code ambiguity cleanup unittests.cfg headers runtime: enable some unittest config overriding run scripts: add timeout support arm/run | 7 ++--- arm/unittests.cfg | 27 ++++++++++++------ lib/x86/desc.c | 4 +-- run_tests.sh | 4 +-- scripts/arch-run.bash | 70 +++++++++++++++++++++++++++++++++++++++++++++++ scripts/functions.bash | 8 ++++-- scripts/mkstandalone.sh | 20 ++++++-------- scripts/runtime.bash | 19 ++++++++----- x86/README | 10 ++++--- x86/hyperv_stimer.c | 9 ++---- x86/pku.c | 4 +-- x86/run | 14 ++++------ x86/smap.c | 4 +-- x86/tscdeadline_latency.c | 4 +-- x86/unittests.cfg | 22 ++++++++++----- x86/vmx.c | 2 +- 16 files changed, 159 insertions(+), 69 deletions(-) create mode 100644 scripts/arch-run.bash -- 2.4.3