- 01 Aug, 2003 1 commit
-
-
pfdietz authored
-
- 27 Jul, 2003 1 commit
-
-
pfdietz authored
-
- 12 Jul, 2003 1 commit
-
-
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.
-
- 01 Jul, 2003 2 commits
-
-
pfdietz authored
Begin adding notes. Add declarations to method combination tests to avoid sbcl warnings. More last/butlast/nbutlast tests.
-
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.
-
- 28 Jun, 2003 1 commit
-
-
pfdietz authored
Modify RT so that DEFTEST can take <property> <value> pairs after the test name. Also, some changes to reduce warnings in sbcl.
-
- 06 Jun, 2003 1 commit
-
-
pfdietz authored
Finished adding the class precedence list tests. Added a new test option that tries to do more of the eval manually, to reduce compiler optimizations that something like sbcl's evaluator might perform.
-
- 22 Apr, 2003 1 commit
-
-
pfdietz authored
-
- 06 Mar, 2003 1 commit
-
-
pfdietz authored
Modified some tests so they don't make ecl crash (instead they just fail). Also, modified the RT test harness to work around other obnoxious bugs in ecl.
-
- 23 Feb, 2003 1 commit
-
-
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)
-
- 21 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 20 Feb, 2003 2 commits
-
-
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
Add RT::*COMPILE-TESTS*, which (when true) causes test forms to be wrapped in lambdas, compiled, and funcalled instead of just being eval-ed.
-
- 19 Feb, 2003 1 commit
-
-
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.
-
- 10 Feb, 2003 1 commit
-
-
pfdietz authored
-
- 19 Jan, 2003 1 commit
-
-
pfdietz authored
More make-array tests (displaced arrays, fill pointers, keyword and error tests.) Changes to .system and .cvsignore files suggested by Sam Steingold. Added warning comment to cltest.system. Made deftest work with multidimensional arrays now that ROW-MAJOR-AREF is working in gcl.
-
- 02 Jan, 2003 2 commits
- 18 Dec, 2002 1 commit
-
-
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).
-
- 06 Oct, 2002 1 commit
-
-
pfdietz authored
-
- 01 Oct, 2002 1 commit
-
-
pfdietz authored
Modified so that instead of using EQUALP, uses EQUALP-WITH-CASE (which is kind of like EQUALP but preserves case in comparison of characters.)
-
- 26 Sep, 2002 1 commit
-
-
pfdietz authored
-