- Dec 20, 2002
- Dec 18, 2002
-
-
pfdietz authored
Added *print-circle-on-failure*, which when true causes the failure report of do-test(s) to be printed with *print-circle* bound to true. This is disabled normally, however, since *print-circle* is very slow on gcl (and caused at least one mysterious stack overflow).
-
pfdietz authored
-
- Dec 14, 2002
-
-
pfdietz authored
*disjoint-type-list*. Added tests for COERCE.
-
- Dec 13, 2002
-
-
pfdietz authored
name of the structure, (2) structure classes are instances of structure-class, (3) structure objects are instances of class structure-object. Also, test that TYPEP works when the type specifier is a class (this breaks currently in gcl.)
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
- Dec 12, 2002
-
-
pfdietz authored
Added more structure tests; made the tests check that setf of accessors are not fboundp when the slot is readonly.
-
- Dec 11, 2002
-
-
pfdietz authored
Enhanced the structure test generating macro to check that some default functions are not defined when they shouldn't be. Also, added more defstruct tests.
-
- Dec 10, 2002
- Dec 05, 2002
- Dec 04, 2002
-
-
pfdietz authored
-
- Dec 02, 2002
- Dec 01, 2002
-
-
pfdietz authored
-
- Nov 29, 2002
-
-
pfdietz authored
Tests for binding of CL functions, macros, and global variables. Tests for LAMBDA expressions. Moved some functions to aux files for speed.
-
- Nov 28, 2002
-
-
pfdietz authored
-
- Nov 27, 2002
-
-
pfdietz authored
Moved many functions off into compiled aux files. Added tests for error handling in C*R functions. Added a test of NCONC on dotted lists. Uncommented APPEND-6 and made it run fast enough on CMUCL.
-
- Nov 26, 2002
- Nov 25, 2002
- Nov 21, 2002
-
-
pfdietz authored
Last of the loop tests. Conditional clauses, 'IT', loop keyword tests, initially/finally tests, and miscellaneous.
-
- Nov 20, 2002
-
-
pfdietz authored
Added tests for NAMED loops. Lots of failures here because (1) the BLOCK has to surround the entire loop, not just the loop body, and (2) if a NAMED subclause is present then an implicit (BLOCK NIL ...) is *not* present.
-
- Nov 18, 2002
- Nov 17, 2002
- Nov 15, 2002
- Nov 12, 2002
-
-
pfdietz authored
-
- Nov 11, 2002
-
-
pfdietz authored
Added more FOR-AS-HASH tests. There are bugs in gcl's handing of destructuring, as well as bugs in parse error signaling.
-
pfdietz authored
More LOOP-AS-HASH tests. Two tests demonstrate a bug in destructuring when the destructuring pattern is just NIL.
-
pfdietz authored
-
pfdietz authored
-