- Jul 27, 2003
-
-
pfdietz authored
-
pfdietz authored
Fixed problem with RT: prefix in lispworks. Fixed bug in method combination error tests (spotted by JJGR): methods with bad method qualifiers produce late errors, not errors at method definition time. Moved some aux functions to their own files. Began adding long form define-method-combination tests (not yet loaded by default, however.)
-
- Jul 16, 2003
-
-
pfdietz authored
-
- Jul 12, 2003
-
-
pfdietz authored
Added report-and-ignore-errors forms to enable gcl to at least load the tests without aborting (although it currently dies in CLOS for some reason.) Remove reader conditions in eval-when. Reduce number of warnings when loaded with sbcl.
-
- Jul 03, 2003
-
-
pfdietz authored
-
- Jul 01, 2003
-
-
pfdietz authored
-
pfdietz authored
Begin adding notes. Add declarations to method combination tests to avoid sbcl warnings. More last/butlast/nbutlast tests.
-
pfdietz authored
-
pfdietz authored
Added note objects and logic for disabling tests with disabled notes. Still need to add printing of note names when tests fail. Changed eval-when to avoid annoying style warnings.
-
pfdietz authored
-
- Jun 30, 2003
- Jun 28, 2003
- Jun 22, 2003
-
-
pfdietz authored
-
- Jun 19, 2003
- Jun 18, 2003
- Jun 17, 2003
-
-
pfdietz authored
Enhanced the bad method qualifier tests to call the generic function, in case the error is signaled at effective method computation time.
-
pfdietz authored
Add extra class-of tests. Make compile-and-load remember what's been loaded and reload only when necessary (this will let me put a compile-and-load into files that require aux files, so it won't be necessary to compile/load the aux files separately. See search-*.lsp for examples.)
-
pfdietz authored
Fixed up some error tests by removing bogus methods. This enables the defgeneric for dmc-gf-03 to be reevaluated without error. Added some tests of identity on one argument.
-
pfdietz authored
-
- Jun 16, 2003
- Jun 15, 2003
- Jun 14, 2003
-
-
pfdietz authored
Added tests for TREE-EQUAL, and order of arguments tests for :TEST and :TEST-NOT functions in various places.
-
pfdietz authored
Move some symbol tests off to their own files. Added tests for nicknames of standardized packages. Added test/testnot arg ordering tests for POSITION.
-
pfdietz authored
-
- Jun 13, 2003
-
-
pfdietz authored
DR pointed out to me that section 11.1.2.1.2, bullet 19 made some of the methods used in some of the tests nonconforming. I can work around some, but not all, of these problems, but testing make-instance requires user-defined metaclasses, which I don't think are conforming. Those tests should be delayed to a MOP test suite.
-
- Jun 12, 2003
- Jun 11, 2003
-
-
pfdietz authored
Commented out tests allocate-instance.error.[23], after a good argument was received that they are bogus.
-