Skip to content
Snippets Groups Projects
Commit 800faabc authored by Robert Goldman's avatar Robert Goldman
Browse files

Fix tests for copy-hash-table and test=.

A current Allegro beta gives different values for these tests that
seem acceptable according to the CL ANSI Spec.

Specifically:

- the `hash-table-size` of a hash-table copy is not always equal to
the size of the original hash-table, but this seems to be permitted by
the spec. Gitlab issue #30.

- Allegro gives a `program-error` in one case where the tests expect a
`type-error`. GitLab issue #31.

- Allegro is more sure about a `subtypep` query than some other lisps
in a way that seems permissible.  GitLab issue #32.
parent 23d439a7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment