Re: Gathering comprehensive SRFI test suites in one place
Per Bothner 26 Jan 2020 20:02 UTC
On 1/26/20 11:49 AM, Lassi Kortela wrote:
> Thanks for chiming in and explaining your SRFI, Per. Do you have many existing tests for SRFIs in Kawa using the 64 framework? If so, those could be a useful starting point for a portable collection.
>
>> Typical output on Kawa:
>>
>> $ ../bin/kawa "./lib-test.scm"
>> %%%% Starting test libs (Writing full log to "libs.log")
>> # of expected passes 269
>> # of expected failures 9
>
> This matches the output I get on various Schemes.
> I guess Peter and I expected the output to explicitly say that all tests have produced the expected result and that's what confused us.
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)
--
--Per Bothner
xxxxxx@bothner.com http://per.bothner.com/