I was recently looking through the toybox and busybox test suites to understand where the gaps are and I saw that the majority of the skipped tests in the toybox test suite are for utilities that aren't included in coreutils.
There is still a bunch of valuable information in the test suite to uncover edge cases, but when looking at the progress of the test suite as a whole it's not too useful to consider the skipped utilities that are not built in coreutils.
It's definitely possible to change the way the test are run so that the utilities that are not built aren't "skipped" and just not run but was wondering if that would be something the maintainers would be interested in doing?