From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5228 invoked by alias); 18 Apr 2004 02:02:54 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 5203 invoked from network); 18 Apr 2004 02:02:53 -0000 Received: from unknown (HELO sunsite.ms.mff.cuni.cz) (195.113.15.26) by sources.redhat.com with SMTP; 18 Apr 2004 02:02:53 -0000 Received: from sunsite.ms.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8) with ESMTP id i3HNpIHe006136; Sun, 18 Apr 2004 01:51:23 +0200 Received: (from jakub@localhost) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8/Submit) id i3H8fsna028678; Sat, 17 Apr 2004 10:41:54 +0200 Date: Sun, 18 Apr 2004 02:02:00 -0000 From: Jakub Jelinek To: Andreas Jaeger Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix POSIX timers Message-ID: <20040417084154.GI514@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <20040415144952.GE514@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2004-04/txt/msg00048.txt.bz2 On Sat, Apr 17, 2004 at 10:56:49AM +0200, Andreas Jaeger wrote: > > tst-timer4.out fails for me now on Linux/x86-64 running a 2.6.4 kernel > with (using nptl): > > clock_gettime returned timespec = { 1082189786, 576892000 } > clock_getres returned timespec = { 0, 999848 } > timer_settime with it_value 0 it_interval invalid failed: Invalid argument > timer_settime with it_value 0 it_interval invalid failed: Invalid argument These two are guarded with FIXME and don't set result = 1, i.e. don't make the test fail. I guess that the test failed for you because of timeout, as Ulrich apparently has not commited the NPTL part of the patch (the actual fix for timer_routines.c). Jakub