From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32582 invoked by alias); 17 Apr 2004 15:47:16 -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 32566 invoked from network); 17 Apr 2004 15:47:15 -0000 Received: from unknown (HELO myware.akkadia.org) (24.221.190.179) by sources.redhat.com with SMTP; 17 Apr 2004 15:47:15 -0000 Received: from redhat.com (drepper@myware.akkadia.org [192.168.7.70]) (authenticated bits=0) by myware.akkadia.org (8.12.11/8.12.11) with ESMTP id i3HFkvnG031402; Sat, 17 Apr 2004 08:46:58 -0700 Message-ID: <40815170.4070201@redhat.com> Date: Sat, 17 Apr 2004 15:47:00 -0000 From: Ulrich Drepper Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040416 MIME-Version: 1.0 To: Andreas Jaeger CC: Jakub Jelinek , Glibc hackers Subject: Re: [PATCH] Fix POSIX timers References: <20040415144952.GE514@sunsite.ms.mff.cuni.cz> In-Reply-To: X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-04/txt/msg00042.txt.bz2 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 And what is the exit status of the test program? It's zero, meaning the test does not fail. I've made some changes to disable some tests which are really undefined and marked the real bugs more clearly. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖