freebsd-dev/tests/sys/kqueue/libkqueue
Mark Johnston 68fe988a40 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.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
2022-05-24 20:17:41 -04:00
..
common.h kqueue tests: Add file and line info to some test failure output 2022-05-24 20:14:20 -04:00
config.h kqueue tests: Add new EVFILT_TIMER regression tests from upstream 2022-05-24 20:16:32 -04:00
main.c kqueue tests: Add file and line info to some test failure output 2022-05-24 20:14:20 -04:00
Makefile kqueue tests: Simplify the test runner 2022-05-24 20:17:41 -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-05-24 20:16:32 -04:00
user.c kqueue: Add EV_KEEPUDATA flag 2021-09-23 17:31:39 -07:00
vnode.c fifos: delegate unhandled kqueue filters to underlying filesystem 2021-10-12 02:43:07 -05:00