]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kqueue tests: Simplify the test runner
authorMark Johnston <markj@FreeBSD.org>
Wed, 25 May 2022 00:17:04 +0000 (20:17 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 8 Jun 2022 00:42:28 +0000 (20:42 -0400)
commit294386e0f7c008a6717801e90488e23e7e85337e
treebe7332b34e61c5e3346668cb72a958e9ed3fc858
parentf2ce33a640fddeb0763d4114bc7f06aa521effd0
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 68fe988a40ca5dedec426735f52471d9af7bddbd)
ObsoleteFiles.inc
tests/sys/kqueue/libkqueue/Makefile
tests/sys/kqueue/libkqueue/kqueue_test.sh [deleted file]