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.014Aug965432127Jul16123130Jun28221918171615141312111065432131May29282725242322212019181715141312111087643230Apr2928262524232221201918159643230Mar2926252423222019151312111098765432127Feb262524232221201918171615141211108654131Jan30292827262524232219181716141311109873231Dec3020181413121110542129Nov28272625212018171512111096543229Oct28272625242322191817151413121110987654Added tests for a tricky case involving searching for NIL in association lists.Tests of FLOOR, and some infrastructure for generating random inputs (not fully used). I haven't fully tested FLOOR since its standardized behavior in the face of float imprecision is not entirely clear.readtablep error tests, and a test for reading negative 0.0Should not expect EQ to work on numbers or characters.Fixed problems exposed by ECL 0.9bAdded tests of comparison of 0.0 with -0.0 (if it exists.)Tests for zerop.Tests for minusp, plusp.Tests for min, max.Added annotation for type-of.1, and added a relaxed version of the test with the other interpretation of the requirement.More tests of numeric comparison functions, and begin testing MAX.More numeric comparison tests.Tests of DOTIMES when the count is negative, and when the index variable has a declared type that does not include the type of the (negative) count form.Added checking of constraints on FBOUNDP and BOUNDP from section 11.1.2.1.1 (as pointed out by MS.)Fixed typoes.Tests updates due to feedback from Martin Simmons.Fixed control of test execution based on notes (thanks GM.)Added conditionalized code to muffle unreachable code warnings in sbcl (thanks CR.)Added more THE tests, including one from a known SBCL bug.Added more load forms for aux files. Tweaks to remove compiler notes in sbcl.Test that invalid method qualifiers in some methods does not break calls for which those methods are not applicable.More annotations for (vector nil) tests.Added :notes for :nil-vectors-are-strings tests.Fixed problem with RT: prefix in lispworks. Fixed bug in method combination error tests (spotted by JJGR): methods with bad method qualifiers produce late errors, not errors at method definition time. Moved some aux functions to their own files. Began adding long form define-method-combination tests (not yet loaded by default, however.)Bug fix in eval-when.1 due to Gerd Moellmann.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.Some tweaks to reduce the number of compiler notes from sbcl.Fixed some eval-when forms.Begin adding notes. Add declarations to method combination tests to avoid sbcl warnings. More last/butlast/nbutlast tests.More fragments.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.Fragments of a system for generating random lisp forms. Not yet ready for use.butlast and nbutlast should take positive bignums on proper lists.LAST should take positive bignums as well as fixnums.Modify RT so that DEFTEST can take <property> <value> pairs after the test name. Also, some changes to reduce warnings in sbcl.Fixed failed test due to special var name conflict.Fixed missing package argument.Fixed innocuous type.Tests for array-nil strings and base strings for INTERN.More test fixups due to (array nil)s are strings.
Loading