For Kawa I'm working my way through r7rs-test.scm
from chibi-scheme-0.6.1. Is this the best/recommended
"standard" R7RS test suite?
Some expressions return inexact real results, and
these are being compared with equals, which is non-portable.
I suggest using something like SRFI-64's test-approximate.
Some places expect an exact result, when that is not required
by the standard. For example:
(test 30 ((compose sqrt *) 12 75))
Having test-numeric-syntaxes take a long list of tests makes it
more difficult to deal with individual tests, in terms of
debugging or marking them as expected failures.
_______________________________________________ Scheme-reports mailing list Scheme-reports@x http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports