mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
use *DEFAULT-PATHNAME-DEFAULTS* as current working directory, because it is set to the initial directory and because it can be updated with SI::CHDIR. + Pathname versions are now properly handled and printed. At least for logical pathnames, because physical namestrings cannot have version numbers. + An error is signaled when one tries to print _readably_ a pathname that does not have a namestring such that parsing this namestring produces the same pathname. This happens, for instance, with pathnames that do not have hosts, or that have version numbers and are not logical. + Fixes in the CLOS subsystem: ADD-METHOD and REMOVE-METHOD now update the GENERIC-FUNCTION slot of method objects, and output the right values. It is now possible to use two nested SYMBOL-MACROLET that define the same symbols. |
||
|---|---|---|
| .. | ||
| alltest.tst | ||
| array.tst | ||
| backquot.tst | ||
| ChangeLog | ||
| characters.tst | ||
| clos.tst | ||
| conditions.tst | ||
| ecl_chap11_pack.tst | ||
| ecl_chap12_spec.tst | ||
| ecl_chap14_cons.tst | ||
| ecl_chap14_plist.tst | ||
| eval20.tst | ||
| excepsit.tst | ||
| format.tst | ||
| genstream.tst | ||
| GNU-GPL | ||
| hash.tst | ||
| hashlong.tst | ||
| iofkts.tst | ||
| lambda.tst | ||
| lists151.tst | ||
| lists152.tst | ||
| lists153.tst | ||
| lists154.tst | ||
| lists155.tst | ||
| lists156.tst | ||
| loop.tst | ||
| macro8.tst | ||
| Makefile | ||
| Makefile.in | ||
| map.tst | ||
| mop.tst | ||
| number.tst | ||
| number2.tst | ||
| pack11.tst | ||
| path.tst | ||
| README | ||
| README.ECL | ||
| readtable.tst | ||
| setf.tst | ||
| steele7.tst | ||
| streams.tst | ||
| streamslong.tst | ||
| strings.tst | ||
| symbol10.tst | ||
| symbols.tst | ||
| tests.lsp | ||
| tprint.tst | ||
| tread.tst | ||
| type.tst | ||
This directory contains a test suite for testing Common Lisp (CLtL1)
implementations.
In its original version it was built by
Horst Friedrich, ISST of FhG <horst.friedrich@isst.fhg.de>
Ingo Mohr, ISST of FhG <ingo.mohr@isst.fhg.de>
Ulrich Kriegel, ISST of FhG <ulrich.kriegel@isst.fhg.de>
Windfried Heicking, ISST of FhG <winfried.heicking@isst.fhg.de>
Rainer Rosenmueller, ISST of FhG <rainer.rosenmueller@isst.fhg.de>
at
Institut für Software- und Systemtechnik der Fraunhofer-Gesellschaft
(Fraunhofer Institute for Software Engineering and Systems Engineering)
Kurstraße 33
D-10117 Berlin
Germany
for their Common Lisp implementation named XCL.
What you see here is a version adapted to CLISP and AKCL by
Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>
at
Universität Karlsruhe
Mathematisches Institut II
Kaiserstraße 12
D-76131 Karlsruhe
Germany
Operation:
----------
The files *.tst contain test forms and their corresponding results.
You may feed the test forms one by one to an interpreter and compare the
results you get with the predicted ones.
This tasks is automated by tests.lsp. Run
> (load "tests")
> (run-all-tests)
The differences between the results and the predicted ones are
recorded in *.erg files. Empty *.erg files are removed.
If you can't find any *.erg files after running the tests, then your
implementation has passed the tests!
Notes:
------
* The test suite covers only CLtL1.
* The test suite is not "complete" in any sense. Anyway, it may be useful:
It has uncovered at least five severe bugs in CLISP and nineteen bugs
in AKCL.
* Some results are implementation dependent. When using other implementations
than XCL, CLISP and AKCL, you may wish to insert your "predicted results",
protected by #+ and #-. Think twice before doing so as you may be
deliberately ignoring a bug in your implementation.
* The tests "hash", "readtable", "tread", "tprint" are currently not used
by tests.lsp.
* Additions are welcome.
Copyright:
----------
This test suite is copyrighted by the ISST of FhG and may be distributed
under the terms of the GNU General Public License (see file GNU-GPL).