opnsense-src/tests/sys/kqueue/libkqueue
Mark Johnston 294386e0f7 kqueue tests: Simplify the test runner
Just invoke the test program directly instead of trying to convert its
output to TAP format.  The test suite is all or nothing; there's no way
to enumerate individual test cases, so there's no advantage in trying to
massage its output, and doing so throws away information that's useful
when diagnosing test failures.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 68fe988a40)
2022-06-07 20:42:28 -04:00
..
common.h kqueue tests: Add file and line info to some test failure output 2022-06-07 20:42:18 -04:00
config.h kqueue tests: Add new EVFILT_TIMER regression tests from upstream 2022-06-07 20:42:25 -04:00
main.c kqueue tests: Add file and line info to some test failure output 2022-06-07 20:42:18 -04:00
Makefile kqueue tests: Simplify the test runner 2022-06-07 20:42:28 -04:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
proc.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
read.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
signal.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
timer.c kqueue tests: Add new EVFILT_TIMER regression tests from upstream 2022-06-07 20:42:25 -04:00
user.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
vnode.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00