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
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20220524: libkqueue test updates
|
||||
OLD_FILES+=usr/tests/sys/kqueue/libkqueue/kqtest
|
||||
# 20220514: new clang import which bumps version from 13.0.0 to 14.0.3
|
||||
OLD_FILES+=usr/lib/clang/13.0.0/include/cuda_wrappers/algorithm
|
||||
OLD_FILES+=usr/lib/clang/13.0.0/include/cuda_wrappers/complex
|
||||
|
||||
Reference in New Issue
Block a user