NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59300 CVS commit: src/tests/lib/libc/sys
The following reply was made to PR misc/59300; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59300 CVS commit: src/tests/lib/libc/sys
Date: Wed, 16 Apr 2025 01:32:48 +0000
Module Name: src
Committed By: riastradh
Date: Wed Apr 16 01:32:48 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_timer_create.c t_timerfd.c
Log Message:
t_timer_create, t_timerfd: Make the invalidtime tests make sense.
Don't use uninitialized memory. Skip the absolute test when it's
just a time in the past (which should expire immediately), not an
invalid time.
PR misc/59300: timer/timerfd invalidtime tests are failing
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_timer_create.c
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/sys/t_timerfd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index