- 03 Jan, 2021 1 commit
-
-
Karsten Poeck authored
-
- 24 Nov, 2020 1 commit
-
-
Raymond Toy authored
Need to clear `*unexpected-failures*` and `*unexpected-successes* when running the test so that these variables contain the correct values. If we don't, then subsequent calls to run tests may indicate no unexpected results but these contain non-null values because a previous run set them.
-
- 05 Sep, 2017 1 commit
-
-
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.
-
- 31 Aug, 2015 1 commit
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- 28 Jul, 2009 3 commits
- 09 Oct, 2008 4 commits
-
-
ehuelsmann authored
-
ehuelsmann authored
-
ehuelsmann authored
-
ehuelsmann authored
Patch by: Ville Voutilainen <ville.voutilainen at gmail dot com>
-
- 29 Apr, 2006 1 commit
-
-
pfdietz authored
-
- 24 Jun, 2005 1 commit
-
-
pfdietz authored
-
- 30 Apr, 2005 1 commit
-
-
pfdietz authored
Add a method object to *universe*. Make rt not muffle style-warnings when a :do-not-muffle note is included.
-
- 27 Apr, 2005 1 commit
-
-
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.
-
- 23 Apr, 2005 1 commit
-
-
pfdietz authored
-
- 12 Jan, 2005 1 commit
-
-
pfdietz authored
-
- 19 Jun, 2004 2 commits
- 12 Jun, 2004 1 commit
-
-
pfdietz authored
-
- 29 May, 2004 2 commits
- 30 Jan, 2004 1 commit
-
-
camm authored
-
- 23 Dec, 2003 1 commit
-
-
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.
-
- 20 Aug, 2003 1 commit
-
-
pfdietz authored
Tests for ceiling, fceiling, truncate, ftruncate. These tests are incomplete (must test negative floats). Add finish-output call to rt::do-entries*.
-
- 02 Aug, 2003 1 commit
-
-
pfdietz authored
-
- 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.
-