From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUbyI-0002h2-2G for qemu-devel@nongnu.org; Wed, 16 May 2012 07:00:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUby9-0003xT-44 for qemu-devel@nongnu.org; Wed, 16 May 2012 07:00:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUby8-0003x8-Sn for qemu-devel@nongnu.org; Wed, 16 May 2012 07:00:37 -0400 Message-ID: <4FB388CF.70709@redhat.com> Date: Wed, 16 May 2012 13:00:31 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1337098785-32024-1-git-send-email-sw@weilnetz.de> <4FB327F7.5020302@suse.de> In-Reply-To: <4FB327F7.5020302@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1.1] tests: Add rtc-test (fix test regression) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org, Paolo Bonzini Am 16.05.2012 06:07, schrieb Andreas F=E4rber: > Am 15.05.2012 18:19, schrieb Stefan Weil: >> Commit 93e9eb6808c886f5f1c903b7ced1eed65de2ba39 added fdc-test, >> but accidentally removed rtc-test because check-qtest-i386-y was >> not enhanced but set twice. >> >> This patch adds rtc-test again (and sorts both tests alphabetically). >> >> Signed-off-by: Stefan Weil >=20 > Reviewed-by: Andreas F=E4rber >=20 > I wonder though if it might be better to always just use +=3D because > especially an alphabetical order risks us introducing the same fault ag= ain. Yes, I think that would be better. Kevin