[ansi-test-devel] Some questions on ansi tests

Raymond Toy toy.raymond at gmail.com
Fri Oct 16 22:32:44 UTC 2009


The test base-string.6 tests (subtypep 'string 'base-string), expecting
NIL, T.

Isn't that incorrect?  Nothing says that string and base-string must be
different types.  They are the same in cmucl.  (And cmucl doesn't have
the weird nil string stuff.)

Also loop.10.106 in loop10.lsp is defined twice, but the tests are
different.

In set-syntax-from-char.lsp, there's a loop that creates some tests
using Newline and Linefeed.  On cmucl, #\newline and #\linefeed are the
same character.  Not a big deal since the test will be the same.

Ray





More information about the ansi-test-devel mailing list