Skip to content
Snippets Groups Projects
  1. Sep 05, 2017
    • Raymond Toy's avatar
      Fix #9: Expose unexpected failures and successes · b063464b
      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.
      b063464b
  2. Aug 31, 2015
  3. Aug 12, 2009
  4. Dec 18, 2007
  5. Apr 27, 2005
  6. Apr 23, 2005
  7. Nov 01, 2004
  8. May 01, 2004
  9. Apr 14, 2004
  10. Jul 27, 2003
  11. Jul 12, 2003
  12. Jul 01, 2003
  13. Apr 26, 2003
  14. Mar 01, 2003
  15. Feb 23, 2003
    • pfdietz's avatar
      Modified to run under Lispworks, which unfortunately already had a package... · ce325a3d
      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)
      ce325a3d
  16. Feb 19, 2003
    • pfdietz's avatar
      Moved ansi-test/rt/ files to ansi-tests/, since ECL was having trouble with... · 6ec3bf97
      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.
      6ec3bf97
  17. Dec 18, 2002
    • pfdietz's avatar
      Rewrote rt-package.lsp to avoid possible copyright problem. · 66d3fa5a
      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).
      66d3fa5a
  18. Sep 26, 2002
Loading