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.03Mar2127Feb262524232221201918171615141211108654131Jan30292827262524232219181716141311109873231Dec3020181413121110542129Nov28272625212018171512111096543229Oct282726252423221918171514131211109876542130Sep2926Added handler-case tests.Added tests for (e,c)typecase where the type specifier is a class object. Tests for handler-bind; stub file for tests for handler-case. More subtypep tests on array types.Version_2_5_2 V…Version_2_5_2 Version_2_5_3 Version_2_6_2c1 Version_2_5_1 Version_2_5_4More typep, subtypep tests. Added tests of handler-bind, invoke-debugger.More subtypep tests.Added test that all builtin symbol type specifiers that should represent nonempty types are not subtypes of NIL.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.Tests for warnings.Add another eql/member combination test.Added more tests of subtypep on (and ...), (or ...) types.Added tests that types (and) and (or) are equivalent to t and nil, respectively.Added tests for TYPEP on EQL types. These illustrate a bug in gcl.It was pointed out to me that the 'should be prepared' terminology for error checking applied to the case where the first argument of map-into is NIL. In that case, it's an extra step to check whether the other arguments are sequences, so 'lazy' checking can skip it. Modified test map-into.error.2 to accept either outcome.Add tests that (AND x x) and (OR x x) are type equivalent to x.Added check function for simple-warning.Tests of EQL vs. SATISFIES types.gcl no longer needs to include the defpackage package separately.More tests of subtypep on member, satisfies types.Fixed typo.Added another test for SUBTYPEP on cons types, recommended by Christophe Rhodes. Disabled the subtypep cons tests for Lispworks, since they were making it die painfully.Fixed true vs. T error in two tests.Fixed subtypep.rational.5,12Fixed subtypep.real.5 and subtypep.real.12, which were busted.Moved loading of tests into separate scripts, divided approximately by major section of the ANSI CL spec.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)Added tests for allowed behavior of section 11.1.2.1.2.1 of the ANSI CL spec.Toned down the error/cerror tests, losing the assumption that the :format-control or :format-arguments initializers for simple-conditions give the values that actually end up in those slots.Fixed typo.Removed deftype of OTHERWISE, which is not conforming.Added 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.
Loading