- 07 Jan, 2003 1 commit
-
-
pfdietz authored
Removed the 'works-with-classes' hack now that gcl's bug has been fixed. Added tests for doc strings (which may be nil).
-
- 31 Dec, 2002 1 commit
-
-
pfdietz authored
Modified the structure tests so that if TYPEP or SUBTYPEP don't take class arguments then subsequent tests that depend on that just fail. This prevents gcl from segfaulting when too many errors are caught.
-
- 30 Dec, 2002 1 commit
-
-
pfdietz authored
are not specified by the standard; they need not be nil.) Added additional tests to the defstruct-with-tests macros (check that FUNCALLing various defstruct-defined functions works.) Started on structures-03.lsp, which will test BOA constructor functions.
-
- 20 Dec, 2002 1 commit
-
-
pfdietz authored
Modified structure tests to use interned temporary names. Added beginning of :include option handling.
-
- 14 Dec, 2002 1 commit
-
-
pfdietz authored
*disjoint-type-list*. Added tests for COERCE.
-
- 13 Dec, 2002 2 commits
- 12 Dec, 2002 1 commit
-
-
pfdietz authored
Added more structure tests; made the tests check that setf of accessors are not fboundp when the slot is readonly.
-
- 11 Dec, 2002 1 commit
-
-
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.
-
- 10 Dec, 2002 1 commit
-
-
pfdietz authored
Began adding structure tests using DEFSTRUCT-WITH-TESTS macro, which builds 9 tests for each structure definition.
-
- 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.
-
- 26 Sep, 2002 1 commit
-
-
pfdietz authored
-