diff --git a/collects/tests/r6rs/README.txt b/collects/tests/r6rs/README.txt index 47909ad736..66a5fe152c 100644 --- a/collects/tests/r6rs/README.txt +++ b/collects/tests/r6rs/README.txt @@ -65,11 +65,6 @@ or run an individual library's test, such as "run/program.sps" as cd ikarus --r6rs-script tests/r6rs/run/program.sps -As of Ikarus 0.3.0+ (revision 1548), a few libraries fail to load --- -mostly because some syntax (such as complex numbers) isn't supported, -or some unimplemented feature is used in the set-up for a test (so it -isn't protected by an exception handler). - Larceny ------- @@ -81,10 +76,6 @@ or run an individual library's test, such as "run/program.sps" as larceny -path -r6rs -program run/program.sps -As of Larceny 0.962, many test suites (such as "base.sls") take too -long and use too much memory to load on our machine; probably the test -functions are too big. - PLT Scheme ----------