Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libc/sys



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