Re: Gathering comprehensive SRFI test suites in one place
Lassi Kortela 26 Jan 2020 20:11 UTC
>>> # of expected passes 269
>>> # of expected failures 9
>
> There are no (unexpected) failures reported (individually or in the
> summary), so it is implied.
>
> The output can be trivially changed (in %test-final-report-simple
> if modifying the sample implementation).
>
> Perhaps something like the following (when all is as expected):
>
> Testsuite libs success (269 tests pass, 9 tests fail as expected)
Personally I'm used to seeing something like this:
"All tests passed"
or:
"123/123 tests passed"
The terminology I'm used to is that a test either passed or fails - I
haven't encountered a test framework before that talks about expected
failure. The concept makes sense but I guess it can confuse the uninitiated.
Maybe something like the following would be a decent compromise:
"123/123 tests ran as expected"