CVS log for src/tests/kernel/kqueue/t_timer.c
Up to [cvs.NetBSD.org] / src / tests / kernel / kqueue
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 21 09:35:39 2021 UTC (3 years ago) by hannken
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +39 -37
lines
Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units
often fail when run on QEMU because QEMU misses clock interrupts.
Always check timespec against expected "tv_sec" and use an "4 * tv_sec"
upper bound when run under QEMU.
Now becomes part of PR kern/43997 "Kernel timer discrepancies".
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 22 13:53:20 2021 UTC (3 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -2
lines
In the "modify" test case, immediately after modifying the timer, validate
that its associated knote in the kernel has actually been deactivated.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 22 04:49:24 2021 UTC (3 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +79 -2
lines
Support modifying an existing timer without having to delete it first.
Semantics match FreeBSD.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 13 04:57:19 2021 UTC (3 years, 1 month ago) by thorpej
Branches: MAIN
Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,
NOTE_NSECONDS, and NOTE_ABSTIME filter flags to EVFILT_TIMER,
API-compatible with the same in FreeBSD.
CVSweb <webmaster@jp.NetBSD.org>