This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix POSIX timers


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 â


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]