opnsense-src/tests/sys/kqueue/libkqueue
Kyle Evans c17dd0e88b tests: kqueue: use a more precise timer for the NOTE_ABSTIME test
Originally noticed while attempting to run the kqueue tests under
qemu-user-static, this apparently just happens sometimes when running in a
jail in general -- the timer will fire off "too early," but it's really just
the result of imprecise measurements (noted by cem).

Kicking this over to NOTE_USECONDS still tests the correct thing while
allowing it to work more consistently; a basic sanity test reveals that we
often end up coming in just less than 200 microseconds after the timer
fired off.

MFC after:	3 days
2020-04-17 02:22:15 +00:00
..
common.h kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00
config.h Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/... 2016-09-06 08:45:29 +00:00
kqueue_test.sh Temporarily skip flakey test cases 2018-12-06 09:22:35 +00:00
main.c Make whitespace more consistent in libkqueue tests. 2018-11-27 15:12:34 +00:00
Makefile Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/... 2016-09-06 08:45:29 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
proc.c kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00
read.c kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00
signal.c kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00
timer.c tests: kqueue: use a more precise timer for the NOTE_ABSTIME test 2020-04-17 02:22:15 +00:00
user.c kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00
vnode.c kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00