From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtJZa-0005ON-Ex for qemu-devel@nongnu.org; Thu, 10 Jan 2013 09:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtJZX-0008S6-Ug for qemu-devel@nongnu.org; Thu, 10 Jan 2013 09:57:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtJZX-0008Rr-N9 for qemu-devel@nongnu.org; Thu, 10 Jan 2013 09:57:35 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0AEvZF0014913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Jan 2013 09:57:35 -0500 From: Gerd Hoffmann Date: Thu, 10 Jan 2013 15:49:38 +0100 Message-Id: <1357829380-17599-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] two little testcase fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two test case fixes so "make check" works. please pull, Gerd The following changes since commit 7cd5da7eef152a533c5774effd2e7bbfa5976c86: Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into staging (2013-01-09 09:55:51 -0600) are available in the git repository at: git://git.kraxel.org/qemu build.1 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(-)