From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsDQk-00015I-Di for qemu-devel@nongnu.org; Mon, 07 Jan 2013 09:11:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsDQh-0007gF-OQ for qemu-devel@nongnu.org; Mon, 07 Jan 2013 09:11:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsDQh-0007fv-Fy for qemu-devel@nongnu.org; Mon, 07 Jan 2013 09:11:55 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r07EBs00012512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Jan 2013 09:11:55 -0500 From: Gerd Hoffmann Date: Mon, 7 Jan 2013 15:11:51 +0100 Message-Id: <1357567913-26175-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] fix tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two little test case fixes so "make check" passes. cheers, Gerd Gerd Hoffmann (2): rtc-test: skip year-2038 overflow check in case time_t is 32bit only m48t59-test: don't touch watchdog tests/m48t59-test.c | 5 +++++ tests/rtc-test.c | 4 ++++ 2 files changed, 9 insertions(+), 0 deletions(-)