Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
a7f30878
Commit
a7f30878
authored
Dec 13, 2002
by
pfdietz
Browse files
Brought README file up to date.
parent
3c6876cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/README
View file @
a7f30878
This directory contains a partial Common Lisp standards compliance
test suite.
To load, edit load.lsp and load it. To run, do this:
To run the tests, load gclload.lsp. This will load and
run the tests. To just load the tests, load gclload1.lsp
and gclload2.lsp.
(in-package :cl-test)
(do-tests)
From GCL, instead just load gclload.lsp. This will automatically
run the tests.
Individual tests may be run by (do-test '<test name>).
The tests here cover the CONSes, SYMBOLs and PACKAGEs section of the
hyperspec, as well as fragments of other parts (sequences, types,
lists, arrays, structures, the reader). I intend to add tests for the
other parts of the standard. The package tests are currently disabled
in GCL because of a bug in DEFPACKAGE.
When I run this I have a copy of the MK defsystem in the ../defsys30
directory. The .system files use the MK forms (not the defsystem from
ACL). (Note: when gclload.lsp is loaded the defsystem is not used.)
The tar file contains a modified version of the Waters RT regression
test package, which gets installed in subdirectory rt/.
Individual tests may be run by (rt:do-test '<test name>).
Please tell me when you find incorrect test cases.
There are five test cases that cause very long loops on ACL (ELT-*
tests on type-bogus inputs; I think the system is considering the
pointers to be very large unsigned integers.)
Paul Dietz
dietz@dls.net
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment