- Sep 05, 2017
-
-
Raymond Toy authored
When `*expected-failures*` is set, RT will print out any unexpected failures or successes. This change adds `*unexpected-failures*` and `*unexpected-successes*` to keep track of this failures or successes in addition to the having them printed out. Users can then inspect these easily to do something based on the results.
-
- Aug 31, 2015
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- Aug 12, 2009
-
-
sds authored
-
- Dec 18, 2007
-
-
camm authored
-
- Apr 27, 2005
-
-
pfdietz authored
-
- Apr 23, 2005
-
-
pfdietz authored
-
- Nov 01, 2004
-
-
pfdietz authored
-
- May 01, 2004
-
-
pfdietz authored
-
- Apr 14, 2004
-
-
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
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.
-
- Apr 26, 2003
-
-
pfdietz authored
-
- Mar 01, 2003
-
-
pfdietz authored
Changes to make the test suite be case agnostic, so it can work with the 'modern mode' of Allegro CL. This mode is not standard, but I'd like the suite to be able to test all the other parts of ACL's mlisp for compliance.
-
- 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 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.
-
- 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).
-
- Sep 26, 2002
-
-
pfdietz authored
-