- May 23, 2005
-
-
pfdietz authored
-
- Jan 25, 2005
-
-
pfdietz authored
-
- Dec 16, 2004
-
-
pfdietz authored
-
- Jun 06, 2003
-
-
pfdietz authored
Finished adding the class precedence list tests. Added a new test option that tries to do more of the eval manually, to reduce compiler optimizations that something like sbcl's evaluator might perform.
-
- Jun 05, 2003
-
-
pfdietz authored
-
- May 25, 2003
-
-
pfdietz authored
Tests for CPL of standard-generic-function. More tests of defgeneric, and begin testing method combinations other than the standard method combination.
-
- Apr 20, 2003
-
-
pfdietz authored
Added tests to confirm that MACRO-FUNCTIONs have the correct error behavior when called with the wrong number of arguments.
-
- Mar 02, 2003
-
-
pfdietz authored
Added tests for (e,c)typecase where the type specifier is a class object. Tests for handler-bind; stub file for tests for handler-case. More subtypep tests on array types.
-
- Feb 24, 2003
-
-
pfdietz authored
Added another test for SUBTYPEP on cons types, recommended by Christophe Rhodes. Disabled the subtypep cons tests for Lispworks, since they were making it die painfully.
-
- Feb 23, 2003
-
-
pfdietz authored
Moved loading of tests into separate scripts, divided approximately by major section of the ANSI CL spec.
-