- Feb 23, 2003
-
-
pfdietz authored
Modified to run under Lispworks, which unfortunately already had a package (nick)named RT. Changed the regression test package to be REGRESSION-TEST, and make the RT nickname be available only with #-lispworks. Removed a bunch of gratuitous use-package forms. Added lispworks binary filenames to .cvsignore and make clean. Added a test to MAKE-SYMBOL that illustrates a place where Lispworks is noncomplant (this is related to the failure on MAKE-SYMBOL.ERROR.8)
-
pfdietz authored
-
- Feb 22, 2003
-
-
pfdietz authored
Toned down the error/cerror tests, losing the assumption that the :format-control or :format-arguments initializers for simple-conditions give the values that actually end up in those slots.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Added fallback ERROR case to classify-error. Added numerous tests to check that safe calls inside builtin functions that take function parameters are truly safe.
-
- Feb 21, 2003
-
-
pfdietz authored
Patched problem with definition of OTHERWISE type that was blocking allegro CL from running the tests. This should be further modified to remove the package lock on the COMMON-LISP package.
-
pfdietz authored
-
pfdietz authored
Added compile option to the classify-error infrastructure. Added more subtypep tests on member types.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
more powerful tests check-all-subtypep and check-all-not-subtypep, which test a number of relations that can be derived from the subtype (or, not-subtype) relation of the two types. Also, fix a place where test names weren't changed during cut/paste.
-
- Feb 20, 2003
-
-
pfdietz authored
-
pfdietz authored
Added rt::*expected-failures*, which should contain a list of the names of tests that are expected to fail. If this variable is not nil, the report after (rt:do-tests) will also print how many unexpected failures occured and their names.
-
pfdietz authored
-
pfdietz authored
Add RT::*COMPILE-TESTS*, which (when true) causes test forms to be wrapped in lambdas, compiled, and funcalled instead of just being eval-ed.
-
- Feb 19, 2003
-
-
pfdietz authored
Moved ansi-test/rt/ files to ansi-tests/, since ECL was having trouble with compiling in the subdirectory. Fixed missing end-of-file newline problem that caused ECL to barf. Added new tests for subtypep on cons with rational, real intervals. Added tests for an SBCL problem in subtypep on negated rational, integer types.
-
pfdietz authored
Added another cons subtypep test, this one using OR and INTEGER range types, decomposing a square into five nonoverlapping rectangular pieces.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
- Feb 18, 2003
-
-
pfdietz authored
-
- Feb 17, 2003
- Feb 16, 2003
- Feb 15, 2003