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.
Loading
Please register or sign in to comment