- 08 Jan, 2005 1 commit
-
-
pfdietz authored
Free declaration scope tests, and a test for updating :index in with-input-from-string when the form exits abnormally
-
- 29 Aug, 2004 1 commit
-
-
pfdietz authored
character strings.
-
- 29 Jun, 2004 1 commit
-
-
pfdietz authored
-
- 22 Jun, 2004 1 commit
-
-
pfdietz authored
Moved more functions from ansi-aux.lsp off to more specific aux files. Added package-aux.lsp, types-aux.lsp
-
- 22 Feb, 2004 1 commit
-
-
pfdietz authored
Moved package tests to files following the naming conventions used elsewhere. Added some missing tests.
-
- 29 Apr, 2003 1 commit
-
-
pfdietz authored
-
- 20 Apr, 2003 1 commit
-
-
pfdietz authored
Added tests to confirm that MACRO-FUNCTIONs have the correct error behavior when called with the wrong number of arguments.
-
- 01 Mar, 2003 1 commit
-
-
pfdietz authored
Changes to make the test suite be case agnostic, so it can work with the 'modern mode' of Allegro CL. This mode is not standard, but I'd like the suite to be able to test all the other parts of ACL's mlisp for compliance.
-
- 15 Feb, 2003 1 commit
-
-
pfdietz authored
Finished adding the argument evaluation order tests for the functions that have so far been covered in the tests.
-
- 25 Oct, 2002 1 commit
-
-
pfdietz authored
Added test of setf to null VALUES form. Fixed DO-SYMBOLS tests so that duplicates are removed (this fixes a false failure in CMUCL).
-
- 17 Oct, 2002 1 commit
-
-
pfdietz authored
These are the same as the original except they are guaranteed to return T when a true value is to be returned. Added NOTNOT, which coerces true to T. These changes are intended to make the test more fully standard compliant, avoiding the unwarranted assumption that a function that returns true is returning T (even though this is the case in many implementations.) Added tests for NIL, T, NOT, and NULL.
-
- 12 Oct, 2002 1 commit
-
-
pfdietz authored
Fixed some bugs in package tests, and made the results from DEFPACKAGE* tests be more useful when they fail.
-
- 26 Sep, 2002 1 commit
-
-
pfdietz authored
-