Skip to content
Snippets Groups Projects
Forked from ansi-test / ansi-test
234 commits behind the upstream repository.
Name Last commit Last update
beyond-ansi
doc
rctest
ISSUES
README
TODO
abort.lsp
abs.lsp
acons.lsp
acos.lsp
acosh.lsp
add-method.lsp
adjoin.lsp
adjust-array.lsp
adjustable-array-p.lsp
allocate-instance.lsp
and.lsp
ansi-aux-macros.lsp
ansi-aux.lsp
append.lsp
apply.lsp
apropos-list.lsp
apropos.lsp
aref.lsp
arithmetic-error.lsp
array-as-class.lsp
array-aux.lsp
array-dimension.lsp
array-dimensions.lsp
array-displacement.lsp
array-element-type.lsp
array-has-fill-pointer-p.lsp
array-in-bounds-p.lsp
array-misc.lsp
array-rank.lsp
array-row-major-index.lsp
array-t.lsp
array-total-size.lsp
array.lsp
arrayp.lsp
ash.lsp
asin.lsp
asinh.lsp
assert.lsp
assoc-if-not.lsp
assoc-if.lsp
assoc.lsp
atan.lsp
atanh.lsp
atom-errors.lsp
atom.lsp
backquote-aux.lsp
base-string.lsp
bit-and.lsp
bit-andc1.lsp
bit-andc2.lsp
bit-aux.lsp
bit-eqv.lsp
bit-ior.lsp
bit-nand.lsp
bit-nor.lsp
bit-not.lsp
bit-orc1.lsp
bit-orc2.lsp
bit-vector-p.lsp
bit-vector.lsp
bit-xor.lsp
bit.lsp
block.lsp
boole.lsp
boundp.lsp
broadcast-stream-streams.lsp
butlast.lsp
byte.lsp
call-arguments-limit.lsp
call-next-method.lsp
case.lsp
catch.lsp
ccase.lsp
ceiling-aux.lsp
ceiling.lsp
cell-error-name.lsp
cerror.lsp
change-class.lsp
char-aux.lsp
char-compare.lsp
char-schar.lsp
character.lsp
check-type.lsp
cis.lsp
cl-symbol-names.lsp
cl-symbols-aux.lsp
cl-symbols.lsp
cl-test-package.lsp
class-name.lsp
class-of.lsp
class-precedence-lists.lsp
clear-input.lsp
clear-output.lsp
clrhash.lsp
This directory contains a partial Common Lisp standards compliance
test suite.

To run the tests, load doit.lsp.  This will load and
run the tests.  To just load the tests, load gclload1.lsp
and gclload2.lsp.

Individual tests may be run by (rt:do-test '<test name>).

Tests can be invoked from the makefile setting the enviroment variable
LISP to the lisp executable to be tested, then invoking

   make test
     Run tests with test bodies EVALed.

   make test-compiled
     Run tests with test bodies compiled before being EVALed.

Please tell me when you find incorrect test cases.

	Paul Dietz
	dietz@dls.net

--------------------------------

(30 Jun 2003) I've decided to add metainformation to the tests,
in the form of :<attribute> <value> pairs after DEFTEST.  Also,
I've added a DEFNOTE form to define note objects whose names
can be attached to properties of tests, to enable selective
disabling of classes of tests.

The file doit.lsp disables some contentious tests under certain
implementations using the note mechanism.  If any implementor
wishes that some of these tests be inhibited in their implementation,
please contact me and I will add code to do so.

--------------------------------

NOTE!!!

This test suite is not intended to rank Common Lisp implementations.
The tests have not be selected to reflect the importance or
relative frequency of different CL features.  Implementations may
even have extended the CL standard (arguably a good thing) in
a way that causes certain tests to fail.