Skip to content
Snippets Groups Projects
Select Git revision
  • Version_2_5_1
  • Version_2_5_4
  • Version_2_6_1
  • Version_2_6_2pre
  • Version_2_6_3pre
  • Version_2_6_4pre
  • Version_2_6_5pre
  • Version_2_6_6pre
  • Version_2_6_7pre
  • Version_2_6_8pre
  • defsetf.7a
  • fix-garbage
  • jd-branch
  • master default
  • no-underflow-by-default
  • patch-1
  • patch-3
  • print-structure.1
  • readtable-case.case
  • rtoy-cmucl-expected-failures
  • Version_2_7_0t5
  • Version_2_7_0t4
  • Version_2_7_0t3
  • Version_2_7_0t2
  • Version_2_7_0t1
  • Version_2_6_2
  • Version_2_6_2c2
  • Version_2_6_3
  • Version_2_6_4
  • Version_2_6_5
  • Version_2_6_6
  • Version_2_6_7
  • Version_2_5_2
  • Version_2_5_3
  • Version_2_6_2c1
35 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.022Feb21201918171615141211108654131Jan30292827262524232219181716141311109873231Dec3020181413121110542129Nov28272625212018171512111096543229Oct282726252423221918171514131211109876542130Sep2926Added fallback ERROR case to classify-error. Added numerous tests to check that safe calls inside builtin functions that take function parameters are truly safe.Patched problem with definition of OTHERWISE type that was blocking allegro CL from running the tests. This should be further modified to remove the package lock on the COMMON-LISP package.Fixed problem in SATIFIES type specifiers.Added compile option to the classify-error infrastructure. Added more subtypep tests on member types.Fixed problem in equalp-with-case when one element is an array and the other is not.The defun error tests are disputable; remove them.Fixed two tests that have become brokenReplaced subtypep*-or-fail and subtypep*-not-or-fail with theReplaced 'EQ with 'EQL in many tests where numbers or characters may be compared.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.Various changes to get the test suite to run (sort of) under ECL.Add RT::*COMPILE-TESTS*, which (when true) causes test forms to be wrapped in lambdas, compiled, and funcalled instead of just being eval-ed.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.Added another cons subtypep test, this one using OR and INTEGER range types, decomposing a square into five nonoverlapping rectangular pieces.Another cons subtypep test, this one 'three dimensionsal'.Added new subtypep tests for rationals, conses, reals, integers, and various conbinations thereof.Removed four new tests for destructuring-bind.Commented out some disputable tests (macro errors).Retracted builtin macro error tests pending clarification of the ANSI CL spec.Retracted builtin macro error tests pending clarification of the ANSI CL spec.Fixed busted test subtypep.and/or.1Fixed typoIF is a special operator, so removed error tests.Small cleanups.Fixed typo.Added more argument order/reevaluation tests. Added error cases for some builtin macros, and for DESTRUCTURING-BIND.Spruced up order/number of evaluation tests, fixed some test names.Added tests for check-typeAdded tests of check-type. Added more assert tests. Added checks for various functions that the argument is evaluated only once.Changed apply.6 to apply.order.1. Added more error, cerror tests.More subtypep tests. Rationals, and/or combinations, integers.Moved various subtypep tests off into their own files; subtypep.lsp was getting too big.Fixed names of the argument evaluation order tests for map* functions.Added tests for keywords as structure names and structure fields.Fixed busted FTYPE declarations and added tests for keywords as function names.Fixed test broken by editting error.Finished adding the argument evaluation order tests for the functions that have so far been covered in the tests.Order of evaluation test for CONSTANTP. More subtypep tests, on various numeric types.More MEMBER, EQL type relationship tests.More float, member, eql type tests.
Loading