- Jul 28, 2009
-
-
sds authored
-
- Oct 09, 2008
-
-
ehuelsmann authored
-
ehuelsmann authored
-
ehuelsmann authored
-
ehuelsmann authored
Patch by: Ville Voutilainen <ville.voutilainen at gmail dot com>
-
- Apr 29, 2006
-
-
pfdietz authored
-
- Jun 24, 2005
-
-
pfdietz authored
-
- Apr 30, 2005
-
-
pfdietz authored
Add a method object to *universe*. Make rt not muffle style-warnings when a :do-not-muffle note is included.
-
- Apr 27, 2005
-
-
pfdietz authored
Add :catch-errors, :compile keyword args to do-test, do-tests, do-extended-tests. Make out parameter of do-tests be a keyword arg.
-
- Apr 23, 2005
-
-
pfdietz authored
-
- Jan 12, 2005
-
-
pfdietz authored
-
- Jun 19, 2004
- Jun 12, 2004
-
-
pfdietz authored
-
- May 29, 2004
- Jan 30, 2004
-
-
camm authored
-
- Dec 23, 2003
-
-
uid67352 authored
Reinstalled the beginning of the pathname tests. Extend the random test generator to handle various additional forms, including instances of PROGV, DOTIMES, and TAGBODY.
-
- Aug 20, 2003
-
-
pfdietz authored
Tests for ceiling, fceiling, truncate, ftruncate. These tests are incomplete (must test negative floats). Add finish-output call to rt::do-entries*.
-
- Aug 02, 2003
-
-
pfdietz authored
-
- Aug 01, 2003
-
-
pfdietz authored
-
- Jul 27, 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 01, 2003
-
-
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.
-
- Jun 28, 2003
-
-
pfdietz authored
Modify RT so that DEFTEST can take <property> <value> pairs after the test name. Also, some changes to reduce warnings in sbcl.
-
- Jun 06, 2003
-
-
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.
-
- Apr 22, 2003
-
-
pfdietz authored
-
- Mar 06, 2003
-
-
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.
-
- 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)
-
- Feb 21, 2003
-
-
pfdietz authored
-
- Feb 20, 2003
-
-
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.
-
- 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.
-
- Feb 10, 2003
-
-
pfdietz authored
-
- Jan 19, 2003
-
-
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.
-
- Jan 02, 2003
- 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).
-
- Oct 06, 2002
-
-
pfdietz authored
-