2017-03-14  Sam Steingold  <sds@gnu.org>

	* streams.tst: bind *reopen-open-file* to nil when copying stdout
	- it could be a file

2017-03-08  Sam Steingold  <sds@gnu.org>

	* streams.tst, path.tst: Add tests for bug#679.

2016-11-10  Bruno Haible  <bruno@clisp.org>

	Update expected test results for memory model GENERIC64_HEAPCODES.
	* alltest.tst: Update tests of most-positive-fixnum and
	most-negative-fixnum.

2016-08-29  Sam Steingold  <sds@gnu.org>

	* path.tst: test (compile-file-pathname LOGICAL PHYSICAL) (bug#677)

2016-08-29  Sam Steingold  <sds@gnu.org>

	* socket.tst: adapted for MacOSX idiosyncrasies

2016-08-11  Sam Steingold  <sds@gnu.org>

	* pack11.tst: cerror_package_locked can trigger GC

2012-04-23  Sam Steingold  <sds@gnu.org>

	* format.tst: add tests for binding of *FORMAT-CS* [bug#631]

2012-04-23  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: add tests for APPLY on dotted lists [bug#636]

2012-04-23  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: check that LOGICAL-PATHNAME-TRANSLATIONS signals
	a TYPE-ERROR on a STRING too [bug#638]

2012-02-14  Vladimir Tzankov  <vtzankov@gmail.com>

	* array.tst: ARRAY-DIMENSION-LIMIT & ARRAY-TOTAL-SIZE-LIMIT tests
	specialization for 64 bit MACOSX

2012-02-14  Sam Steingold  <sds@gnu.org>

	* clos.tst (foo148): add a test for [bug#628]

2011-09-16  Sam Steingold  <sds@gnu.org>

	* path.tst: make sure that truenames have version :newest [bug#606]

2011-08-25  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst (*current-language*): split the test and handle
	possible errors in init_language()

2011-08-23  Sam Steingold  <sds@gnu.org>

	* tests.lisp (check-os-error): add
	* socket.tst: use it

2011-08-23  Sam Steingold  <sds@gnu.org>

	* alltest.tst (lambda-parameters-limit): limit to 512 on mingw

2011-08-19  Sam Steingold  <sds@gnu.org>

	* socket.tst: check os-error-code

2011-08-05  Sam Steingold  <sds@gnu.org>

	* loop.tst: fix the 2011-03-31 patch

2011-08-03  Sam Steingold  <sds@gnu.org>

	* loop.tst: warn on REPEAT before FOR (bug#604)

2011-08-02  Sam Steingold  <sds@gnu.org>

	* conditions.tst: better argument checking of FUNCALL on
	LAMBDA (bug#603)

2011-08-02  Sam Steingold  <sds@gnu.org>

	* conditions.tst: do not ignore user-supplied print methods for
	user-defined SIMPLE-CONDITIONs (bug#605)

2011-08-01  Sam Steingold  <sds@gnu.org>

	* pack11.tst (*modules*) [clisp]: boot linking set contains only
	"clisp" module and *modules* is NIL; base and full have more
	Reported by Barry Fishman <barry_fishman@acm.org>

2011-05-20  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: guard the *current-language* test with #+:gettext

2011-05-16  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: check that setting *current-language* actually works

2011-04-22  Sam Steingold  <sds@gnu.org>

	* setf.tst: bug#597 (setf (values (values) ...) ...)

2011-04-15  Sam Steingold  <sds@gnu.org>

	* macro8.tst: more checks for compiler warnings

2011-04-12  Sam Steingold  <sds@gnu.org>

	* path.tst (test-weird-pathnames): *PATHNAME-ENCODING* is a
	constant on Mac OS X

2011-04-10  Sam Steingold  <sds@gnu.org>

	* socket.tst (ECONNRESET/EPIPE): on some machines SOCKET-STATUS
	after ECONNRESET returns :EOF and on others it returns :APPEND

2011-04-06  Sam Steingold  <sds@gnu.org>

	* socket.tst: add an IPC test which triggers ECONNRESET and EPIPE
	* econnreset.lisp: remove (never used)

2011-03-31  Sam Steingold  <sds@gnu.org>

	* tests.lisp (handler-return): add
	* bind.tst, conditions.tst, path.tst, streamslong.tst: use it

2011-03-30  Sam Steingold  <sds@gnu.org>

	* restarts.tst (handler-use-value): add and use throughout

2011-03-29  Sam Steingold  <sds@gnu.org>

	* conditions.tst: fix bug#594:
	HANDLER-BIND cannot handle handlers defined using CONSTANTLY

2011-03-29  Sam Steingold  <sds@gnu.org>

	* conditions.tst: fix bug#582: too much consing in IGNORE-ERRORS

2011-03-29  Sam Steingold  <sds@gnu.org>

	* restarts.tst: add tests for HANDLER-BIND inside
	MACROLET & SYMBOL-MACROLET

2011-03-28  Sam Steingold  <sds@gnu.org>

	* socket.tst: fix bug#587: socket-connect with non-0 timeout

2011-03-28  Sam Steingold  <sds@gnu.org>

	* loop.tst: fix bug#585: loop mixing WITH & FOR

2011-03-24  Sam Steingold  <sds@gnu.org>

	* macro8.tst: fix bug#588: arg warnings despite :ALLOW-OTHER-KEYS T

2011-03-23  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: add (SETF STREAM-ELEMENT-TYPE),
	WRITE-BYTE-SEQUENCE, & WRITE-CHAR-SEQUENCE tests

2011-03-23  Sam Steingold  <sds@gnu.org>

	* tests.lisp (cmd-args): fix bug#589:
	do not merge lispinit with *LIB-DIRECTORY*

2010-12-10  Sam Steingold  <sds@gnu.org>

	* path.tst: add a test for bug#579:
	setting *DEFAULT-PATHNAME-DEFAULTS* breaks REQUIRE

2010-11-29  Sam Steingold  <sds@gnu.org>

	* streams.tst: add a test for bug#578: LOAD bad FAS

2010-10-31  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: add tests for :TEST and :TIMEOUT arguments of EXEMPTION-WAIT

2010-10-18  Sam Steingold  <sds@gnu.org>

	* loop.tst: add a test for bug#572: (loop for x do (print x))

2010-10-15  Sam Steingold  <sds@gnu.org>

	* path.tst: more PROBE-PATHNAME tests

2010-09-21  Sam Steingold  <sds@gnu.org>

	* screen.tst: add demo for the SCREEN package

2010-09-20  Sam Steingold  <sds@gnu.org>

	* streams.tst: test (LOAD #<INPUT STRING-INPUT-STREAM>)

2010-09-14  Sam Steingold  <sds@gnu.org>

	* path.tst: LOAD now returns the truename

2010-08-31  Sam Steingold  <sds@gnu.org>

	* path.tst: test that LOAD works even when there are files under
	*LOAD-PATHS* which cannot be parsed by *PATHNAME-ENCODING*

2010-08-13  Sam Steingold  <sds@gnu.org>

	* path.tst: test what happens when the :output-file argument to
	compile-file is an open stream (append vs. overwrite)

2010-08-06  Sam Steingold  <sds@gnu.org>

	* setf.tst (documented-struct): bug#561:
	documentation strings broken for structs

2010-07-12  Sam Steingold  <sds@gnu.org>

	* tests.lisp (*eval-times*): add defvar
	(my-eval): call TIMES if *EVAL-TIMES* is non-NIL
	(run-test): accept :TIMES

2010-07-04  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: bug#556: make-pipe-output-stream segfaults
	when sending data

2010-06-24  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: bug#555: (SETF STREAM-EXTERNAL-FORMAT)
	fails on TWO-WAY-STREAM

2010-06-15  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: test EXT:MAKE-BUFFERED-OUTPUT-STREAM,
	including (close :abort)

2010-06-13  Sam Steingold  <sds@gnu.org>

	* streams.tst: bug#552: (stream-element-type
	  (make-concatenated-stream)) ==> NIL

2010-06-07  Sam Steingold  <sds@gnu.org>

	* ffi.tst (machine-instance): MACHINE-INSTANCE return value
	can be shorter (e.g., "sage [127.0.0.1]") than
	gethostname's ("sage.math.washington.edu")

2010-06-01  Sam Steingold  <sds@gnu.org>

	* path.tst: fix bug#548: Problems with wild-inferiors in
	DIRECTORY :FULL T

2010-05-18  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: test *PRINT-CLOSURE* (RFE#42)

2010-04-20  Sam Steingold  <sds@gnu.org>

	* Makefile (LISP): use "LC_MESSAGES=en_US" & "-L english" to
	ensure that all messages are in English

2010-04-20  Sam Steingold  <sds@gnu.org>

	* list-set.tst: add tests for INTERSECTION, UNION,
	SET-EXCLUSIVE-OR, SUBSETP

2010-04-20  Sam Steingold  <sds@gnu.org>

	* macro8.tst: COMPILER-DIAGNOSTICS:USE-HANDLER:
	COMPILE-FILE must notice the warnings signaled by EVAL-WHEN

2010-02-11  Sam Steingold  <sds@gnu.org>

	* conditions.tst: test "~" in function names

2010-01-28  Sam Steingold  <sds@gnu.org>

	* restarts.tst: fix bug#539: segfault after giving
	invalid replacement value

2009-11-25  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: fix bug#536: CLEAR-INPUT should clear
	the EOF condition

2009-11-19  Sam Steingold  <sds@gnu.org>

	* path.tst: test RENAME-FILE :IF-EXISTS

2009-10-29  Sam Steingold  <sds@gnu.org>

	* streams.tst: test FRESH-LINE on broadcast streams

2009-10-19  Sam Steingold  <sds@gnu.org>

	* excepsit.tst, ffi.tst, path.tst: fix #-UNICODE

2009-10-14  Sam Steingold  <sds@gnu.org>

	* ffi.tst: revert last patch: do not conditionalize int64 tests:
	most (all?) 32-bit platforms, including win32 and cygwin,
	define HAVE_LONG_LONG_INT and thus support these tests

2009-10-08  Sam Steingold  <sds@gnu.org>

	* ffi.tst: fix bug#535: conditionalize 64-bit int use on
	WORD-SIZE=64 (== WIDE_HARD): actually this is a _stronger_
	condition than HAVE_LONG_LONG_INT which is required for 64-bit
	integers to work, but this should be good enough for testing

2009-09-27  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test bug#534: Do not eliminate function calls
	which are advertised to have exceptional situation in unsafe code.

2009-09-27  Sam Steingold  <sds@gnu.org>

	* eval20.tst: test bug#532: declaim signals an error on
	an invalid declaration

2009-08-26  Sam Steingold  <sds@gnu.org>

	* pack11.tst: also test combinations of packages using
	with-package-iterator-*

2009-08-12  Sam Steingold  <sds@gnu.org>

	* tests.lisp (report-results): accept :HERE
	(run-some-tests): accept :SRCDIR and :OUTDIR

2009-07-28  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: do not "reuse" *TH1* in some tests; use *TH3*

2009-07-13  Sam Steingold  <sds@gnu.org>

	* mt.tst: text thread-name, mutex-name, exemptions-name

2009-07-13  Sam Steingold  <sds@gnu.org>

	* mt.tst: test printing of threads, mutexes, and exemptions

2009-07-06  Sam Steingold  <sds@gnu.org>

	* number2.tst: check ARITHMETIC-ERROR slots

2009-06-27  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: add EXEMPTION-BROADCAST and another WITH-DEFERRED-INTERRUPTS,
	WITH-LOCK tests

2009-06-27  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: add EXEMPTION-SIGNAL, EXEMPTION-WAIT and WITH-LOCK test

2009-06-26  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: INTERN/UNINTERN use internally the package lock. No need for
	another synchronization

2009-06-26  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: fix tests that spawn more than 128 threads (MAXNTHREADS from
	spvw.d)

2009-06-25  Sam Steingold  <sds@gnu.org>

	* mt.tst: test interaction of threads with hash-tables and packages

2009-06-22  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: add a test for bug#525: (expt 10 10000000) segfaults

2009-06-19  Sam Steingold  <sds@gnu.org>

	* mt.tst: check that THREAD, MUTEX & EXEMPTION are valid types

2009-06-19  Sam Steingold  <sds@gnu.org>

	* ffi.tst: test size_t

2009-06-14  Sam Steingold  <sds@gnu.org>

	* number2.tst (test-float-io-consistency): add

2009-06-12  Sam Steingold  <sds@gnu.org>

	* number2.tst: yet another test of printing of round numbers

2009-06-07  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: reduce the timeout for WITH-TIMEOUT test. Currently on WIN32
	it will fail anyway - 100 seconds are too much to wait for it

2009-06-05  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: add tests for timed mutex wait. fix mutex tests that
	were using MUTEX-LOCK/MUTEX-UNLOCK return value

2009-05-17  Sam Steingold  <sds@gnu.org>

	* strings.tst: add a test for trim-if

2009-05-13  Sam Steingold  <sds@gnu.org>

	* format.tst: add a test for (format "~G" 10^N)

2009-02-27  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: fix thread-interrupt test (upon return from it - it is no
	guaranteed that the function has finished it's execution in the
	interrupted thread)

2009-02-20  Vladimir Tzankov  <vtzankov@gmail.com>

	* mt.tst: add tests for mutexes, per thread bindings of special
	variables, thread interruption

2009-01-18  Sam Steingold  <sds@gnu.org>

	* number2.tst: test (log VERY-BIG-NUM)

2009-01-07  Sam Steingold  <sds@gnu.org>

	* number2.tst: move the ~E + float limits tests to format.tst

2009-01-06  Sam Steingold  <sds@gnu.org>

	* number2.tst: test ~E printing of float limits

2008-12-31  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: test (declare (compile [name]))

2008-12-29  Sam Steingold  <sds@gnu.org>

	* econnreset.lisp: new file for testing the ECONNRESET problem in
	socket-status, as reported by Don Cohen

2008-12-28  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: add a test for c-CONCATENATE

2008-12-21  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: add tests for MAKE-PIPE-INPUT-STREAM,
	MAKE-PIPE-OUTPUT-STREAM, LAUNCH

2008-12-18  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-test): remove the spurious (break), mistakenly
	committed on 2008-11-26

2008-12-16  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: test (SETF STREAM-ELEMENT-TYPE) and (SETF
	STREAM-EXTERNAL-FORMAT) on CONCATENATED and BROADCAST streams

2008-02-05  Jörg Höhle  <hoehle@users.sourceforge.net>

	* unportable.tst, exceptsit.tst: more examples of unportable or
	border-case ANSI-CL code.
	* ext-clisp.tst: test VALUES places with EXT:LETF/LETF* as well as
	PUSH, POP and PUSHNEW.

2008-12-01  Sam Steingold  <sds@gnu.org>

	* tests.lisp (diff-seq): export for new-clx
	(type-error-handler): export for rawsock

2008-11-28  Sam Steingold  <sds@gnu.org>

        * modules/berkeley-db/bdb.c, modules/dirkey/dirkey.c,
	* modules/gdbm/gdbm.c, modules/i18n/gettext.c,
	* modules/rawsock/rawsock.c, modules/syscalls/calls.c:
	use begin/end_blocking_system_call instead of begin/end_system_call
	for all file and network operations

2008-11-28  Sam Steingold  <sds@gnu.org>

	* gllib/stdint.in.h, gllib/sys_time.in.h, glm4/include_next.m4:
	update from gnulib to fix the rpl_gettimeofday problem

2008-11-27  Sam Steingold  <sds@gnu.org>

	* number2.tst: check (log 0) in all incarnations (bug#509)

2008-11-27  Vladimir Tzankov  <vtzankov@gmail.com>

	* tests.lisp (run-test): use log file name as package name

2008-11-26  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-test): accept :OWN-PACKAGE (defaults to T) to
	run tests in an ad hoc package to avoid symbol value conflicts
	in run-all-tests-parallel
	* ffi.tst: do not create FTEST package
	* iofkts.tst, streams.tst, symbol10.tst: remove IN-PACKAGE forms
	* pack11.tst: prefix all package names with PACK11

2008-11-25  Sam Steingold  <sds@gnu.org>

	* mt.tst: check that DESCRIBE and TIMES work on
	THREAD/MUTEX/EXEMPTION objects

2008-11-25  Sam Steingold  <sds@gnu.org>

	* bin-io.tst, clos.tst, encoding.tst, eval20.tst, excepsit.tst,
	* ext-clisp.tst, lambda.tst, macro8.tst, mop.tst, pack11.tst,
	* path.tst, socket.tst, streams.tst, streamslong.tst:
	prefix all open file names with the test file name to avoid
	conflicts when run in parallel

2008-11-22  Vladimir Tzankov  <vtzankov@gmail.com>

	* tests.lisp (run-all-tests-parallel): do not share args between threads

2008-11-21  Vladimir Tzankov  <vtzankov@gmail.com>

	* tests.lisp (run-all-tests-parallel): allow "approximately"
	:concurrency threads to run simultaneously (default 5) and initialize
	the C stack size to 16 MB

2008-11-21  Vladimir Tzankov  <vtzankov@gmail.com>

	* tests.lisp (run-all-tests-parallel): use keyword argument for mutex
	name and WITH-LOCK for locking.

2008-11-20  Sam Steingold  <sds@gnu.org>

	* tests.lisp (*all-tests*, test-weakptr): extracted from run-all-tests
	(run-all-tests): use them
	(run-all-tests-parallel) [(and CLISP MT)]: add
	* Makefile (parallel): new target (calls run-all-tests-parallel)

2008-11-06  Sam Steingold  <sds@gnu.org>

	* macro8.tst: check unused function warnings

2008-10-28  Sam Steingold  <sds@gnu.org>

	* path.tst: add 2 tests for bug#504:
	LOAD-LOGICAL-PATHNAME-TRANSLATIONS confuses "many" and "one"
	when *LOAD-PATHS* is wild

2008-10-16  Sam Steingold  <sds@gnu.org>

	* symbol10.tst: check keyword reading

2008-09-17  Sam Steingold  <sds@gnu.org>

	* tests.lisp (cmd-args): new function
	* ext-clisp.tst (ext:run-program): use it;
	avoid the potential of a dotted result list which breaks PRETTY-COMPARE
	* modules/syscalls/test.tst: use CMD-ARGS and starting *PROC1* & *PROC2*

2008-09-11  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: test ARGV, RUN-PROGRAM, and EXIT

2008-08-12  Sam Steingold  <sds@gnu.org>

	* alltest.tst: add tests for LISP-IMPLEMENTATION-TYPE,
	LISP-IMPLEMENTATION-VERSION, MACHINE-INSTANCE, MACHINE-TYPE,
	MACHINE-VERSION

2008-08-11  Sam Steingold  <sds@gnu.org>

	* ffi.tst: fix the gethostname=machine-instance case for systems
	where gethostbyname(gethostname) /= gethostname (NetBSD 4.99.72 i386)
	Reported by Aleksej Saushev <asau@inbox.ru>

2008-08-10  Sam Steingold  <sds@gnu.org>

	* path.tst (test-weird-pathnames): work around systems which only
	accept ASCII pathnames (e.g., OSX PPC 10.4.11 (Darwin 8.11.0))

2008-08-09  Sam Steingold  <sds@gnu.org>

	* streams.tst: fix tests for the 2008-08-06 FILL-STREAM change;
	use symbol-cleanup

2008-08-05  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: many *REOPEN-OPEN-FILE* tests

2008-07-30  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst (check-load): test wildcards in *load-paths*

2008-07-30  Sam Steingold  <sds@gnu.org>

	* tests.lisp (kill-down): kill files at all levels down
	(rmrf): kill directories at all levels down

2008-07-27  Sam Steingold  <sds@gnu.org>

	* hashtable.tst: test support for circular keys

2008-07-24  Sam Steingold  <sds@gnu.org>

	* eval20.tst: add tests based on ansi-tests eval-when.15 & eval-when.17

2008-07-23  Sam Steingold  <sds@gnu.org>

	* bind.tst: test that flet/labels/macrolet respect SPECIAL declarations

2008-07-23  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-test): return logname instead of testname to
	clarify the output when the same test (e.g., bind) is run in both
	compiled and interpreted variants

2008-07-23  Sam Steingold  <sds@gnu.org>

	* eval20.tst: add examples from
	http://www.lisp.org/HyperSpec/Body/speope_fletcm_scm_macrolet.html

2008-07-21  Sam Steingold  <sds@gnu.org>

	* type.tst: check that the sets of declaration and type names are
	disjoint (see http://www.lisp.org/HyperSpec/Body/dec_type.html)

2008-07-21  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: add a test for bug#490: after a ((setf
	stream-element-type) '(unsigned-byte 8)) after read-line on a :dos
	stream an NL byte (10) is read from the stream

2008-07-20  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: (copy-pprint-dispatch) returns a fresh object

2008-07-18  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: enable the formerly risky test

2008-07-17  Sam Steingold  <sds@gnu.org>

	* number2.tst (float-rational-cmp): also compare x with ~10x to
	check the overflow handling

2008-07-17  Sam Steingold  <sds@gnu.org>

	* ext-clisp.tst: test canonicalize

2008-07-16  Sam Steingold  <sds@gnu.org>

	* path.tst: namespace cleanup (string -> my-string &c)

2008-07-16  Sam Steingold  <sds@gnu.org>

	* path.tst: test DIRECTORY on poorly encoded names

2008-07-15  Bruno Haible  <bruno@clisp.org>

	* excepsit.tst: Change expected condition type in last commit.

2008-07-15  Sam Steingold  <sds@gnu.org>

	* alltest.tst: lambda-parameters-limit is exclusive;
	instead of disabling the test on win32/g++,
	reduce the g++ limit to 256 on all platforms
	Reported by Vladimir Tzankov <vtzankov@gmail.com>

2008-07-15  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: (convert-string-from-bytes #(1) charset:ucs-4)

2008-07-12  Sam Steingold  <sds@gnu.org>

	* path.tst: test PROBE-PATHNAME

2008-07-10  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: add tests for bug#486: huge shifts cause
	arithmetic-error instead of a stack overflow

2008-07-09  Sam Steingold  <sds@gnu.org>

	* number2.tst (float-rational-cmp): check float/rational comparison

2008-07-09  Sam Steingold  <sds@gnu.org>

	* tests.lisp (symbol-cleanup): new helper
	* bind.tst, clos.tst, eval20.tst, format.tst, iofkts.tst:
	* macro8.tst, number2.tst, setf.tst, weakptr.tst: use it

2008-07-01  Reini Urban  <rurban@x-ray.at>

	* tests.lisp (kill-down, rmrf): ext:delete-dir is deprecated

2008-06-30  Sam Steingold  <sds@gnu.org>

	* socket.tst: check socket-connect with timeout to a dead port

2008-06-27  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): run "bind" both :EVAL and :COMPILE
	regardless of disable-risky

2008-06-24  Sam Steingold  <sds@gnu.org>

	* eval20.tst: add some let/eval/symbol-value tests

2008-06-24  Sam Steingold  <sds@gnu.org>

	* tests.lisp (kill-down, rmrf, prepare-dir): #+CLISP-specific

2008-06-21  Sam Steingold  <sds@gnu.org>

	* macro8.tst (test-pr-kw): check that we can write a literal
	structure in the FAS file compiled in a modern package

2008-06-14  Sam Steingold  <sds@gnu.org>

	* ffi.tst: import princ-error into ftest

2008-06-13  Sam Steingold  <sds@gnu.org>

	* macro8.tst (test-macro-dotted-args): check dotted macro forms

2008-06-03  Sam Steingold  <sds@gnu.org>

	* ffi.tst: do not require errno and strerror

2008-05-30  Sam Steingold  <sds@gnu.org>

	* ffi.tst (gethostname): test 2 approaches

2008-05-28  Sam Steingold  <sds@gnu.org>

	* format.tst: use defparameter instead of setq; do a full cleanup

2008-05-28  Sam Steingold  <sds@gnu.org>

	* streamslong.tst (gray-out): test stream-write-sequence et al

2008-05-12  Sam Steingold  <sds@gnu.org>

	* tests.lisp (kill-down, rmrf, prepare-dir, show-file, finish-file):
	move here from modules/berkeley-db/test.tst

2008-05-06  Sam Steingold  <sds@gnu.org>

	* tests.lisp (report-results): since we now have more than 10,000
	tests, we need more space for numbers...

2008-05-06  Sam Steingold  <sds@gnu.org>

	* weak.tst: test DESCRIBE on weak objects

2008-05-01  Sam Steingold  <sds@gnu.org>

	* format.tst: move numeric formatting tests here from number2.tst

2008-04-30  Sam Steingold  <sds@gnu.org>

	* number2.tst: add tests for bug#456:
	(format nil "~8e" .999999d0) => " 10.0d-1"

2008-04-14  Sam Steingold  <sds@gnu.org>

	* number2.tst: add tests for bug#467:
	(coerce 1 '(double-float 0d0)) fails

2008-04-07  Sam Steingold  <sds@gnu.org>

	* number2.tst: updated for improved accuracy of log(complex)

2008-04-06  Sam Steingold  <sds@gnu.org>

	* setf.tst: check that macro doc strings are preserved by compile

2008-04-06  Sam Steingold  <sds@gnu.org>

	* ffi.tst: test DESCRIBE and DOCUMENTATION of foreign functions and
	variables

2008-04-03  Sam Steingold  <sds@gnu.org>

	* format.tst: add tests for bug#419:
	float format directive ~ve prints spurious digits

2008-03-27  Sam Steingold  <sds@gnu.org>

	* number2.tst: add tests for bug#407:
	TANH floating point overflow for large floats

2008-03-18  Sam Steingold  <sds@gnu.org>

	* ffi.tst: update tests for versioned symbols

2008-03-02  Sam Steingold  <sds@gnu.org>

	* macro8.tst (check-const-fold): check constant folding

2008-02-19  Sam Steingold  <sds@gnu.org>

	* ffi.tst: foreign-library --> open-foreign-library;
	lookup-foreign-variable --> find-foreign-variable

2008-02-19  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test new macro COMPILE-TIME-VALUE

2008-02-11  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: test for bug#445:
	read-preserving-whitespace eats whitespace after quoted obj

2008-02-06  Sam Steingold  <sds@gnu.org>

	* macro8.tst ("test-crlf-print-read.lisp"): use
	sys::set-output-stream-fasl to ensure faithful i/o

2008-01-30  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: check that (copy-pprint-dispatch)
	returns *print-pprint-dispatch-table*;
	in all tests, bind *print-pprint-dispatch-table*
	to (copy-pprint-dispatch nil), not (copy-pprint-dispatch)

2008-01-25  Sam Steingold  <sds@gnu.org>

	* path.tst: use EXT:DELETE-DIRECTORY, EXT:MAKE-DIRECTORY, and
	EXT:RENAME-DIRECTORY instead of the deprecated EXT:DELETE-DIR,
	EXT:MAKE-DIR, and EXT:RENAME-DIR
	test (directory "foo/" :full t)

2008-01-22  Sam Steingold  <sds@gnu.org>

	* ffi.tst (toupper, pcre_version): add tests

2008-01-17  Sam Steingold  <sds@gnu.org>

	* path.tst: test (open "..." :direction :output :if-exists
	:rename-and-delete)

2008-01-13  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests) [mt]: also run mt.tst
	* mt.tst: new file

2007-12-12  Sam Steingold  <sds@gnu.org>

	* type.tst: test all atomic types in table 4-2
	http://www.lisp.org/HyperSpec/Body/sec_4-2-3.html

2007-12-20  Sam Steingold  <sds@gnu.org>

	* type.tst: add tests for bug#433:
	BYTE is a type, but is unacceptable input to TYPEP

2007-11-25  Sam Steingold  <sds@gnu.org>

	* mop.tst: add a test for
	http://clisp.cons.org/impnotes/mop-clisp.html#mop-clisp-warn

2007-11-21  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: add a test for bug#427:
	PPRINT-LOGICAL-BLOCK ignores *PRINT-PPRINT-DISPATCH-TABLE*

2007-11-19  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: add a test for bug#426:
	fresh-line at the end of a line containing only tabs

2007-10-02  Sam Steingold  <sds@gnu.org>

	* streams.tst: test file-length and file-position on unbuffered streams

2007-09-25  Sam Steingold  <sds@gnu.org>

	* tests.lisp (diff-seq): add

2007-09-20  Sam Steingold  <sds@gnu.org>

	* tests.lisp (do-test, do-errcheck): do (force-output log) so that
	we have a non-empty log file in case of a hard crash

2007-08-24  Sam Steingold  <sds@gnu.org>

	* path.tst: test rename-dir

2007-08-23  Sam Steingold  <sds@gnu.org>

	* ffi.tst (ffi_uintp, my-uintp): add one argument def-c-type test

2007-06-09  Jörg Höhle  <hoehle@users.sourceforge.net>

	* clos.tst [CLISP]: Added (declare (ext:unspecial a b c))
	Better yet portably rename (defparameter a) to *a*
	* setf.tst: Added rotatef example from CLHS

2007-06-05  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ext-clisp.tst: new file
	check clisp specific extensions not tested in alltest or other files.

2007-05-06  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: (defun if) signals a PROGRAM-ERROR

2007-05-06  Sam Steingold  <sds@gnu.org>

	* symbols.tst: test for bug#410: some CL symbols are not locked

2007-04-27  Jörg Höhle  <hoehle@users.sourceforge.net>

	* unportable.tst: new file
	check behaviour ANSI CL says implementation-defined or -dependent

2007-01-10  Sam Steingold  <sds@podval.org>

	* encoding.tst: test for bug#400: CONVERT-STRING-FROM-BYTES
	does not check incomplete byte sequence

2007-01-08  Sam Steingold  <sds@podval.org>

	* encoding.tst: test for
	bug#366: CRLF handling does not work for UNICODE-16
	bug#399: unicode-16 cannot be used with unbuffered streams

2007-01-04  Sam Steingold  <sds@podval.org>

	* streams.tst: must compare encoding with EQUALP, not EQ

2006-12-29  Sam Steingold  <sds@podval.org>

	* macro8.tst: check ARGLIST interaction with (OPTIMIZE SPACE)

2006-12-29  Sam Steingold  <sds@podval.org>

	* macro8.tst: check that we always pass a second argument to MAKE-MACRO

2006-12-28  Sam Steingold  <sds@podval.org>

	* hashlong.tst: tests for bug#208: hashcode[34]_cons weakness

2006-12-28  Sam Steingold  <sds@podval.org>

	* number2.tst: test for bug#255: hashcode_bignum weakness

2006-12-27  Sam Steingold  <sds@podval.org>

	* streams.tst: test for
	bug#338: socket's stream-external-format always :default
	bug#397: broken (setf (stream-external-format stream direction) enc)

2006-12-27  Sam Steingold  <sds@podval.org>

	* iofkts.tst: test for bug#314: format/*print-pretty*
	interaction: extra newlines

2006-12-27  Sam Steingold  <sds@podval.org>

	* streams.tst: tests for bug#336: confusing format error
	report, cause fill-stream

2006-12-26  Sam Steingold  <sds@podval.org>

	* macro8.tst: test for bug#373: Compile-file: non-similarity
	of strings with cr/lf

2006-12-26  Sam Steingold  <sds@podval.org>

	* streams.tst: test for bug#396: DESCRIBE: confusing spacing

2006-12-19  Sam Steingold  <sds@podval.org>

	* macro8.tst: test for bug#318: compiler-macro:
	FBOUNDP: (LAMBDA (X) #) not a function name

2006-12-19  Sam Steingold  <sds@podval.org>

	* macro8.tst: bug#394: broken compiler warning for
	invalid optimize quality

2006-12-18  Sam Steingold  <sds@podval.org>

	* pack11.tst: bug#389: DEFPACKAGE code executed
	during non top-level compilation

2006-12-12  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: bug#352: fix for #-unicode,
	#+unicode: insist on UTF-8 file encoding for the tests to succeed

2006-12-11  Sam Steingold  <sds@podval.org>

	* iofkts.tst: bug#392: extra space in unreadable output

2006-12-10  Sam Steingold  <sds@gnu.org>

	* macro8.tst, excepsit.tst: bug#391: import into
	KEYWORD should not change symbol-value

2006-11-28  Sam Steingold  <sds@gnu.org>

	* setf.tst: bug#384: (SETF DOCUMENTATION) and COMPILE

2006-11-28  Sam Steingold  <sds@gnu.org>

	* number2.tst: added a test for IMAGPART ATANH sign on reals

2006-11-27  Sam Steingold  <sds@gnu.org>

	* tests.lisp (post-compile-file-cleanup): added

2006-11-27  Sam Steingold  <sds@podval.org>

	* lambda.tst: bug#383: Loading a compiled definition
	of functions does not reset the FUNCTION-LAMBDA-EXPRESSION

2006-11-20  Sam Steingold  <sds@podval.org>

	* number2.tst: bug#324: ATANH branch cut continuity

2006-11-17  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: test for bug#339, bug#382: repect PPRINT
	dispatch for nested objects, not just the top-level

2006-11-10  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add test for TYPEP and SUBTYPEP on incomplete and undefined
	classes.

2006-11-08  Sam Steingold  <sds@podval.org>

	* number2.tst: bug#376: ROUND is broken for long floats

2006-10-12  Sam Steingold  <sds@podval.org>

	* macro8.tst: bug#372: broken COMPILE of APPLY in LABELS

2006-10-01  Sam Steingold  <sds@gnu.org>

	* setf.tst: test DOCUMENTATION on special operators

2006-09-28  Sam Steingold  <sds@podval.org>

	* list-set.tst: new file

2006-09-27  Sam Steingold  <sds@podval.org>

	* conditions.tst: bug#367: assoc error when combining
	compiled and interpreted code

2006-09-10  Sam Steingold  <sds@podval.org>

	* path.tst: bug#364: cannot create pathnames with
	:wild-inferiors

2006-09-09  Sam Steingold  <sds@podval.org>

	* excepsit.tst: check that top-level READ with recursive-p=T
	signals an error

2006-09-07  Sam Steingold  <sds@podval.org>

	* ffi.tst: test FUNCTION-LAMBDA-EXPRESSION on a foreign function

2006-09-04  Sam Steingold  <sds@podval.org>

	* restarts.tst: do not use DOCUMENTATION 'FUNCTION on an
	un-fboundp symbol

2006-09-03  Sam Steingold  <sds@podval.org>

	* path.tst: check that make-pathname does not ignore explicit
	:DIRECTORY NIL (bug#363)

2006-08-10  Sam Steingold  <sds@podval.org>

	* excepsit.tst: test ADJUST-ARRAY on non-adjustable vectors
	without a fill pointer

2006-07-27  Sam Steingold  <sds@podval.org>

	* iofkts.tst: check pprint-dispatch on built-in objects

2006-07-25  Sam Steingold  <sds@podval.org>

	* mop.tst: check that REINITIALIZE-INSTANCE calls
	FINALIZE-INHERITANCE bug#353

2006-07-25  Sam Steingold  <sds@podval.org>

	* clos.tst: bug#354: (make-instance 'standard-class :name 3)

2006-07-20  Sam Steingold  <sds@podval.org>

	* loop.tst: added tests for initially/across interaction

2006-07-19  Sam Steingold  <sds@podval.org>

	* streams.tst: avoid a race condition in a file-write-date test

2006-07-19  Sam Steingold  <sds@podval.org>

	* ffi.tst, type.tst: fixed tests for #-unicode

2006-04-21  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add test against bug with make-instance cache after class
	redefinition.

2006-04-10  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Check ability to specify a default method-combination on the
	generic-function class.

2006-03-22  Jörg Höhle  <hoehle@users.sourceforge.net>

	* strings.tst: Fix bug#326,
	ADJUST-ARRAY on 0-length adjustable string
	Reported by David Tolpin <dtolpin@users.sourceforge.net>

2006-03-06  Bruno Haible  <bruno@clisp.org>

	* backquot.tst: Add test for bug#272.
	Proposed by Matthew Cross <mcross@irobot.com>.

2006-03-01  Jörg Höhle  <hoehle@users.sourceforge.net>

	* macro8.tst [CLISP|CMUCL|SBCL]: destructuring-bind (() a b)
	matches (NIL 2 3)

2006-02-23  Sam Steingold  <sds@gnu.org>

	* socket.tst: test that socket-server-host recovers the :interface
	argument to socket-server

2006-02-23  Jörg Höhle  <hoehle@users.sourceforge.net>

	* socket.tst: tests with '(unsigned-byte 8) element-type

2006-02-03  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: foreign-address<->unsigned were broken on [WIDE]

2006-01-25  Sam Steingold  <sds@gnu.org>

	* streams.tst: avoid a race condition by calling file-write-date
	on a closed stream
	Reported by Lennart Staflin <lenst@lysator.liu.se>

2006-01-22  Sam Steingold  <sds@gnu.org>

	* streams.tst: test opening files with too long names

2006-01-18  Sam Steingold  <sds@gnu.org>

	* socket.tst (*server*): socket-server-close

2006-01-08  Sam Steingold  <sds@gnu.org>

	* streams.tst: test open :direction :output :if-exists :append

2006-01-07  Sam Steingold  <sds@gnu.org>

	* time.tst: check that early 1900-01-01 GMT (which is 1899-12-31
	EST) is correctly handled by ENCODE-UNIVERSAL-TIME

2006-01-03  Sam Steingold  <sds@gnu.org>

	* tests.lisp (pretty-compare@sequence): handle the case when the
	only difference between sequences is type (content is identical)

2006-01-03  Sam Steingold  <sds@gnu.org>

	* path.tst: test GETENV

2006-01-01  Sam Steingold  <sds@gnu.org>

	* number2.tst: test 1d23 output

2006-01-01  Sam Steingold  <sds@gnu.org>

	* time.tst: added a test for a crash on woe32 in localtime

2005-12-25  Sam Steingold  <sds@gnu.org>

	* alltest.tst: disabled the lambda-parameters-limit test on win32/g++
	as a work-around for bug#301

2005-12-22  Sam Steingold  <sds@gnu.org>

	* number2.tst: test EXT:!

2005-12-22  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: sint64+uint64 testcases. Let's hear about the bugs

2005-12-16  Sam Steingold  <sds@gnu.org>

	* mop.tst (constructor): check that funcallable instances can be
	described

2005-12-15  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: check opening the same file twice

2005-12-14  Sam Steingold  <sds@gnu.org>

	* socket.tst: test socket-stream-local & socket-stream-peer

2005-12-13  Sam Steingold  <sds@gnu.org>

	* socket.tst: make some interactive tests work in batch

2005-12-11  Sam Steingold  <sds@gnu.org>

	* mop.tst: added a test example from mop.xml#mop-sa-funcallable

2005-12-06  Sam Steingold  <sds@gnu.org>

	* type.tst: test SUBTYPEP on ENCODINGs
	* encoding.tst: check charset:iso-8859-1 == code-char/char-code
	test from "Treatment of Newline during Input and Output"

2005-12-03  Sam Steingold  <sds@gnu.org>

	* encoding.tst (sys::charset-range): test charset:base64

2005-12-02  Sam Steingold  <sds@gnu.org>

	* time.tst (check-universal-time): simplified
	(time-loop): more informative log

2005-11-30  Sam Steingold  <sds@gnu.org>

	* time.tst: enabled check-universal-time checks for default TZ

2005-11-30  Sam Steingold  <sds@gnu.org>

	* mop.tst: test that invalid slot :ALLOCATION does not cause segfault

2005-11-29  Sam Steingold  <sds@gnu.org>

	* path.tst: test LOAD-LOGICAL-PATHNAME-TRANSLATIONS

2005-11-26  Sam Steingold  <sds@gnu.org>

	* socket.tst: check that EOF is detected when the other end is shutdown

2005-11-26  Sam Steingold  <sds@gnu.org>

	* encoding.tst: test CHARSET:BASE64

2005-11-21  Sam Steingold  <sds@gnu.org>

	* mop.tst: test user-defined :allocation :hash
	* hash-classes.lisp: new file

2005-11-19  Sam Steingold  <sds@gnu.org>

	* ffi.tst: test macroexpansion of def-c-var and def-c-const

2005-11-18  Sam Steingold  <sds@gnu.org>

	* number2.tst (boole-n-vector): added a test from
	http://www.lisp.org/HyperSpec/Body/fun_boole.html#boole

2005-11-18  Sam Steingold  <sds@gnu.org>

	* conditions.tst: test non-class-naming TYPE arguments to MAKE-CONDITION

2005-11-17  Sam Steingold  <sds@gnu.org>

	* symbol10.tst (clrvar) [CLISP]: use (proclaim `(ext:notspecial var))

2005-11-17  Sam Steingold  <sds@gnu.org>

	* streams.tst (clhs-root): redefine to return NIL to make sure
	that DESCRIBE does not try to look up CLHS documentation

2005-11-15  Sam Steingold  <sds@gnu.org>

	* tests.lisp (*run-test-truename*): new variable
	(run-test): bind it to the test file's truename
	(macro8, mop, clos): use it to make tests directory-independent

2005-11-14  Sam Steingold  <sds@gnu.org>

	* type.tst: check (subtypep '(or/and ...) ...) for standard-classes

2005-11-14  Sam Steingold  <sds@gnu.org>

	* array.tst: check adjust-array+initial-element on strings

2005-11-14  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: check reference disentangling in array input

2005-11-07  Sam Steingold  <sds@gnu.org>

	* Makefile (tests.fas): new target
	(tests, complete): depend on it

2005-11-07  Sam Steingold  <sds@gnu.org>

	* tests.lisp (*test-result-in-file*): new variable
	(do-test): respect it
	(*run-test-type*, *run-test-erg*): new variables
	(run-test): use them instead of literals; return (name tot# err#)
	(with-accumulating-errors, run-files): removed
	(report-results): new function
	(run-some-tests): use it instead of RUN-FILES
	(run-all-tests): use REPORT-RESULTS

2005-11-07  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): also report the number of test files

2005-11-07  Sam Steingold  <sds@gnu.org>

	* socket.tst: added some batch tests
	* tests.lisp (run-all-tests) [CLISP & SOCKETS]: run "socket"

2005-10-29  Sam Steingold  <sds@gnu.org>

	* pack11.tst: test CONTINUEability of bad *PACKAGE* error

2005-10-21  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): enable defhash tests unconditionally

2005-10-20  Sam Steingold  <sds@gnu.org>

	* defhash.tst: STRING-EQUAL is incompatible with SXHASH

2005-10-20  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): use disable-risky instead of
	comments to disable bind/eval

2005-10-14  Sam Steingold  <sds@gnu.org>

	* listeners.lisp: do something extra while the system waits for input
	* clos.tst: load it

2005-10-06  Sam Steingold  <sds@gnu.org>

	* alltest.tst [CLISP]: test module-info

2005-10-06  Sam Steingold  <sds@gnu.org>

	* streams.tst: test FILE-WRITE-DATE and FILE-LENGTH
	vs (DIRECTORY ... :FULL T)

2005-09-30  Sam Steingold  <sds@gnu.org>

	* ffi.tst (libc): removed variable, (:library :default) is always OK

2005-09-23  Sam Steingold  <sds@gnu.org>

	* hashtable.tst: added read/write consistency tests

2005-09-21  Sam Steingold  <sds@gnu.org>

	* lambda.tst: test (FUNCTION-LAMBDA-EXPRESSION #'(SETF FOO))

2005-09-21  Sam Steingold  <sds@gnu.org>

	* tests.lisp (do-test, do-errcheck): fixed format string

2005-09-21  Sam Steingold  <sds@gnu.org>

	* tests.lisp (type-error-handler): new function

2005-09-06  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: check that WRITE-TO-STRING binds variables for
	supplied keyword arguments
	remove global definitions at the end of file

2005-08-15  Sam Steingold  <sds@gnu.org>

	* path.tst: more feedback on failure

2005-08-15  Sam Steingold  <sds@gnu.org>

	* streams.tst: test (DESCRIBE NIL)

2005-08-10  Sam Steingold  <sds@gnu.org>

	* strings.tst: test EXT:STRING-INVERTCASE

2005-08-05  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test EXT:COMPILED-FILE-P

2005-08-03  Sam Steingold  <sds@gnu.org>

	* time.tst: check docstring preservation under compilation; add cleanup

2005-08-02  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): run "time"
	* time.tst: new file

2005-08-02  Sam Steingold  <sds@gnu.org>

	* restarts.tst: test CHECK-FUNCTION-NAME in DOCUMENTATION
	* setf.tst, alltest.tst: DOCUMENTATION is now in SYMBOL-PLIST

2005-08-02  Sam Steingold  <sds@gnu.org>

	* mop.tst: unlock "CLOS" when defining a
	CLOS:FINALIZE-INHERITANCE method

2005-08-02  Sam Steingold  <sds@gnu.org>

	* tests.lisp (show): moved here from the individual test files

2005-07-25  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): disable bind-eval because of amd64 issues

2005-07-22  Sam Steingold  <sds@gnu.org>

	* path.tst: when "foo" is a file, (directory "foo/") must return NIL

2005-07-21  Sam Steingold  <sds@gnu.org>

	* encoding.tst: test SYS::GET-CHARSET-RANGE (was in src/subtypep.lisp)

2005-07-07  Sam Steingold  <sds@gnu.org>

	* setf.tst: check that GET-SETF-EXPANSION accepts NIL environment arg

2005-07-06  Sam Steingold  <sds@gnu.org>

	* bind.tst: use -X- and -F- instead of *X* and *F* to avoid
	conflict with globally special variables defined elsewhere

2005-06-28  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test circular lists in code

2005-06-26  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test (cond (t)) compilation

2005-06-22  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-test): print logfile's truename when there are errors

2005-06-22  Sam Steingold  <sds@gnu.org>

	* bind.tst: 6 more MACROLET tests inspired by ansi-tests

2005-06-22  Sam Steingold  <sds@gnu.org>

	* path.tst: check that the "SYS" logical host works

2005-06-09  Bruno Haible  <bruno@clisp.org>

	* conditions.tst: Mark a test as clisp-only.

2005-06-09  Bruno Haible  <bruno@clisp.org>

	* bin-io.tst: Update for cmucl-19b-pre1.
	* clos.tst: Likewise.
	* encoding.tst: Likewise.
	* eval20.tst: Likewise.
	* excepsit.tst: Likewise.
	* iofkts.tst: Likewise.
	* macro8.tst: Likewise.
	* path.tst: Likewise.
	* streams.tst: Likewise.
	* streamslong.tst: Likewise.
	* type.tst: Likewise.
	* weakptr.tst: Likewise.
	* tests.lisp (run-test, run-all-tests): Likewise.

2005-06-09  Bruno Haible  <bruno@clisp.org>

	Move lots of CLISP-only tests to a separate file.
	* conditions.tst: Move restart tests out to restarts.tst.
	* lists152.tst: Likewise.
	* restarts.tst: New file.
	* tests.lisp (run-all-tests): Run it after conditions.tst.

2005-06-08  Sam Steingold  <sds@gnu.org>

	* bind.tst: 5 more tests

2005-06-04  Bruno Haible  <bruno@clisp.org>

	* path.tst: Use UNKNOWN, not FIXME, for not-yet-determined values in
	other implementations.

2005-05-29  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Adjust numbering of last patch. Add a little sharper test.

2005-05-29  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Add tests for DOCUMENTATION and (SETF DOCUMENTATION) on
	interpreted functions and macros.

2005-05-29  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Fix placement and comments of last patch.

2005-05-29  Bruno Haible  <bruno@clisp.org>

	* mop.tst: On LISPWORKS, use the (gc) substitute.

2005-05-25  Sam Steingold  <sds@gnu.org>

	* excepsit.tst (PROCLAIM): forbid dotted declaration-specifier lists

2005-05-25  Sam Steingold  <sds@gnu.org>

	* setf.tst: check that (DOCUMENTATION (COMPILE NIL (LAMBDA () ...)))
	does not persist from one LAMBDA to another

2005-05-20  Sam Steingold  <sds@gnu.org>

	* path.tst: check that *COMPILE-FILE-PATHNAME* is what it should be

2005-05-16  Sam Steingold  <sds@gnu.org>

	* path.tst: check that LOAD can handle invalid streams

2005-05-16  Sam Steingold  <sds@gnu.org>

	* path.tst: check COMPILE-FILE-PATHNAME
	with :OUTPUT-FILE LOGICAL-PATHNAME

2005-05-16  Sam Steingold  <sds@gnu.org>

	* setf.tst: check that (DOCUMENTATION (LAMBDA () ...)) does not
	persist from one LAMBDA to another

2005-05-16  Sam Steingold  <sds@gnu.org>

	* path.tst: check that COMPILE-FILE returns the truename

2005-05-15  Sam Steingold  <sds@gnu.org>

	* clos.tst: added a test from
	<http://article.gmane.org/gmane.lisp.clisp.general:9582>
	<https://sourceforge.net/p/clisp/mailman/message/12275493/>

2005-05-11  Bruno Haible  <bruno@clisp.org>

	* alltest.tst: Update for very large fixnum sizes.
	* array.tst: Likewise.

2005-05-13  Sam Steingold  <sds@gnu.org>

	* streams.tst: more meaningful diagnostics for FILE-WRITE-DATE

2005-05-12  Sam Steingold  <sds@gnu.org>

	* tests.lisp (check-ignore-errors): new macro (checks condition slots)
	(do-errcheck): use it instead of IGNORE-ERRORS

2005-05-11  Bruno Haible  <bruno@clisp.org>

	* strings.tst: Add tests for reallocated simple-strings in make-array.

2005-05-12  Sam Steingold  <sds@gnu.org>

	* macro8.tst: check that COMPILE-FILE
	can accept a closed file as :OUTPUT-FILE

2005-05-11  Sam Steingold  <sds@gnu.org>

	* path.tst: check that we can compile files in ansi mode

2005-05-11  Sam Steingold  <sds@gnu.org>

	* conditions.tst: check that READER-ERROR has slot :STREAM

2005-05-10  Sam Steingold  <sds@gnu.org>

	* alltest.tst: added a FLET LAMBDA-PARAMETERS-LIMIT test from the
	ANSI suite that crashes on GCTRIGGER_IF/handler_args under
	mingw/g++ but not linux/g++

2005-05-10  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: 4 *READ-SUPPRESS* tests from ANSI suite

2005-05-10  Sam Steingold  <sds@gnu.org>

	* type.tst (check-type-error): new macro;
	use it to check type errors

2005-05-09  Sam Steingold  <sds@gnu.org>

	* path.tst (path=): new function; test ENOUGH-NAMESTRING

2005-05-09  Sam Steingold  <sds@gnu.org>

	* path.tst: test merging with NIL defaults

2005-05-08  Bruno Haible  <bruno@clisp.org>

	* tests.lisp: Update for LispWorks 4.4.5.
	* alltest.tst: Update for LispWorks. Mark sys::coerced-subseq tests as
	clisp-only.
	* array.tst: Update for LispWorks. Add test for array-total-size-limit's
	value.
	* backquot.tst: Mark a test as clisp-only.
	* characters.tst: Update for LispWorks. Mark sys::char-invertcase test
	as clisp-only.
	* clos.tst: Update for LispWorks.
	* conditions.tst: Update for LispWorks.
	* format.tst: Update for LispWorks. Mark elastic-newline tests as
	clisp-only.
	* hashlong.tst: Update for LispWorks.
	* iofkts.tst: Update for LispWorks. Move a misplaced test.
	* lambda.tst: Update for LispWorks.
	* lists152.tst: Update for LispWorks.
	* lists153.tst: Update for LispWorks.
	* lists154.tst: Update for LispWorks.
	* lists155.tst: Update for LispWorks.
	* lists156.tst: Update for LispWorks.
	* macro8.tst: Update for LispWorks. Use defparameter instead of defvar.
	Mark specialized-lambda-list test as clisp-only. Change
	constant-folding test to use double-floats instead of single-floats.
	* map.tst: Update for LispWorks.
	* mop.tst: Update for LispWorks.
	* pack11.tst: Update for LispWorks. Mark package-case tests as
	clisp-only.
	* setf.tst: Update for LispWorks.
	* steele7.tst: Update for LispWorks.
	* streams.tst: Update for LispWorks.
	* streamslong.tst: Update for LispWorks.
	* strings.tst: Update for LispWorks.
	* symbol10.tst: Update for LispWorks.
	* symbols.tst: Update for LispWorks.
	* type.tst: Update for LispWorks. Unintern symbol BAR before defining
	it as a class name.

2005-05-06  Sam Steingold  <sds@gnu.org>

	* mop.tst: test STRUCTURE-DIRECT-SLOTS
	and absence of slot accessor redefinition warnings

2005-05-06  Sam Steingold  <sds@gnu.org>

	* path.tst: #p"" ==> :DIRECTORY NIL

2005-05-03  Sam Steingold  <sds@gnu.org>

	* tests.lisp (pretty-compare): new generic function
	the SEQUENCE method extracted from DO-TEST
	the new PATHNAME method implemented
	(do-test): use it

2005-05-02  Sam Steingold  <sds@gnu.org>

	* pack11.tst: check that REQUIRE accepts a CHARACTER
	check that PROVIDE does not case-convert symbols

2005-05-02  Sam Steingold  <sds@gnu.org>

	* type.tst: PLISTs must be properly checked for being proper

2005-05-02  Sam Steingold  <sds@gnu.org>

	* path.tst: check that we can pass logical pathnames to LOAD

2005-05-02  Sam Steingold  <sds@gnu.org>

	* mop.tst: test SLOT-DEFINITION-READERS for DEFSTRUCT

2005-04-28  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add a test for update of specializers -> methods lists.

2005-04-22  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: check that one cannot redefine EXT:!

2005-04-24  Sam Steingold  <sds@gnu.org>

	* conditions.tst: check some TYPE-ERRORs with COERCE

2005-04-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test that defmethod calls remove-method.

2005-04-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test that defmethod calls add-method.
	Reported by Pascal Costanza <pc@p-cos.net>.

2005-04-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Fix an add-method method.

2005-04-18  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-files): fixed output indentation

2005-04-12  Bruno Haible  <bruno@clisp.org>

	* weak.tst: Update for change :either -> :key-and-value,
	:both -> :key-or-value.
	* weakhash.tst: Likewise.
	* weakhash2.tst: Likewise.

2005-04-10  Bruno Haible  <bruno@clisp.org>

	* weakhash.tst: Test long chains of weak hash tables.

2005-04-02  Bruno Haible  <bruno@clisp.org>

	* weakhash.tst: New file.
	* weakhash2.tst: Renamed from hashweak.tst.
	* tests.lisp (run-all-tests): Update.

2005-03-31  Bruno Haible  <bruno@clisp.org>

	* weakptr.tst: Portability to ACL 6.2 and LispWorks 4.3.
	* hashweak.tst: Portability to LispWorks 4.3.
	* tests.lisp (run-all-tests): Run weakptr.tst also on ACL, CMUCL, SBCL,
	LispWorks. Run hashweak.tst also on LispWorks.

2005-03-28  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-self): test the :DOCUMENTATION option to DEF-CALL-OUT

2005-03-26  Sam Steingold  <sds@gnu.org>

	* excepsit.tst ("sys:foo.bar."): fixed the test (parse-namestring
	-> parse-error, logical-pathname -> type-error)

2005-03-22  Sam Steingold  <sds@gnu.org>

	* macro8.tst: bug#250 (SP-DEPTH <0)

2005-03-08  Sam Steingold  <sds@gnu.org>

	* excepsit.tst: check that RANDOM does not accept RATIOs

2005-03-06  Sam Steingold  <sds@gnu.org>

	* conditions.tst: added (DEBUG 1) to OPTIMIZE

2005-02-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add a test for method-function.

2005-02-20  Bruno Haible  <bruno@clisp.org>

	* number2.tst: Add tests for exactness of some realparts and
	imagpart of transcendental functions. Add test for accuracy of CIS.

2005-02-14  Sam Steingold  <sds@gnu.org>

	* path.tst: check that we can load "foo.lisp"
	when "foo/" is also present

2005-02-14  Sam Steingold  <sds@gnu.org>

	* macro8.tst: check that declaration processing does not modify code

2005-02-14  Bruno Haible  <bruno@clisp.org>

	* streams.tst: Test FINISH-OUTPUT and FORCE-OUTPUT as well.

2005-02-13  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (do-test): Print a blank line after the "Differ"
	paragraph, not before.

2005-02-13  Bruno Haible  <bruno@clisp.org>

	* tests.lisp: Updates for GCL.
	* clos.tst: Likewise.
	* format.tst: Likewise.
	* iofkts.tst: Likewise.
	* mop.tst: Likewise.
	* setf.tst: Likewise.
	* streamslong.tst: Likewise.
	* type.tst: Likewise.

2005-02-13  Sam Steingold  <sds@gnu.org>

	* streams.tst: test CLEAR-INPUT and CLEAR-OUTPUT

2005-02-10  Sam Steingold  <sds@gnu.org>

	* conditions.tst: check that SAFETY declarations are respected

2005-02-10  Sam Steingold  <sds@gnu.org>

	* conditions.tst: call PRINC-ERROR instead of ignoring conditions

2005-02-08  Bruno Haible  <bruno@clisp.org>

	* type.tst: Add some tests for SUBTYPEP and FUNCTION types.

2005-02-05  Sam Steingold  <sds@gnu.org>

	* bind.tst: always activate all SPECIAL declarations

2005-01-27  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test for class-prototype result on built-in classes.

2005-02-02  Sam Steingold  <sds@gnu.org>

	* path.tst: check that DIRECTORY returns TRUENAMEs

2005-01-22  Bruno Haible  <bruno@clisp.org>

	* bind.tst: Add tests for MACROLET expander environments.

2005-01-27  Bruno Haible  <bruno@clisp.org>

	* path.tst: Add test for (logical-pathname ":").

2005-01-26  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Add a test for SETF VALUES-LIST.

2005-01-21  Bruno Haible  <bruno@clisp.org>

	* alltest.tst: At the end, clean up symbols affected by side-effects.
	* backquot.tst: Likewise.
	* eval20.tst: Likewise.
	* format.tst: Likewise.
	* lists152.tst: Likewise.
	* macro8.tst: Likewise.
	* map.tst: Likewise.
	* pack11.tst: Likewise.
	* setf.tst: Likewise.

2005-01-23  Bruno Haible  <bruno@clisp.org>

	* type.tst: Rename some classes to avoid collisions with other tests.

2005-01-20  Sam Steingold  <sds@gnu.org>

	* bind.tst: added LOCALLY tests

2005-01-19  Bruno Haible  <bruno@clisp.org>

	* bind.tst: Add more tests with global variables.

2005-01-19  Sam Steingold  <sds@gnu.org>

	* bind.tst: added tests of interaction with global specials

2005-01-19  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (my-eval): Compare the two results with EQUALP, not EQUAL,
	for consistency with do-test.
	(run-test): Accept :logname argument.
	(run-all-tests): Add bind.tst.

2005-01-19  Bruno Haible  <bruno@clisp.org>

	* strings.tst: Clean up after test added on 2001-12-04.

2005-01-18  Bruno Haible  <bruno@clisp.org>

	* bind.tst: Fix a test and add some more tests.

2005-01-13  Sam Steingold  <sds@gnu.org>

	* tests.lisp (with-ignored-errors): use princ-error
	use newline convention B consistently

2005-01-13  Sam Steingold  <sds@gnu.org>

	* tests.lisp (princ-error): moved here from...
	* conditions.tst: here
	* bind.tst: use it instead of print-cond

2005-01-13  Sam Steingold  <sds@gnu.org>

	allow compilation instead/in addition to evaluation of test forms
	* tests.lisp (*eval-method*, *test-ignore-errors*): new variables
	(my-eval): new function
	(do-test, do-errcheck): not accept accept optional parameters, use
	*TEST-IGNORE-ERRORS* instead; use MY-EVAL instead of EVAL
	(*run-test-ignore-errors*) : removed
	(run-test, run-some-tests, run-all-tests): accept keyword instead
	of optional parameters

2005-01-13  Sam Steingold  <sds@gnu.org>

	* bind.tst: new file: test non-global special bindings

2005-01-05  Bruno Haible  <bruno@clisp.org>

	* macro8.tst: Add tests for global symbol-macros.

2004-12-24  Bruno Haible  <bruno@clisp.org>

	* streams.tst: Adjust a test, taking into account that WARN now
	prints an elastic newline after and none before the warning.

2004-12-24  Bruno Haible  <bruno@clisp.org>

	* format.tst: Add some tests for elastic-newline.

2005-01-04  Sam Steingold  <sds@gnu.org>

	* type.tst: check that there are no unnecessary warnings on
	predicate-accessor conflict

2004-12-24  Bruno Haible  <bruno@clisp.org>

	* ffi.tst: Add a few tests for conversion of strings and arrays with
	element-type CHARACTER.

2004-12-19  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Add test against broken PUSH implementation.

2004-12-19  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Add some tests for the quality of some macroexpansions.

2004-12-19  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Check that dotted lists give an error.

2004-12-19  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a test for call-next-method.

2004-12-19  Sam Steingold  <sds@gnu.org>

	* path.tst: test USER-HOMEDIR-PATHNAME

2004-12-18  Sam Steingold  <sds@gnu.org>

	* conditions.tst: test (setf readtable-case)

2004-12-18  Sam Steingold  <sds@gnu.org>

	* pack11.tst: tests for setfable package case properties

2004-12-12  Bruno Haible  <bruno@clisp.org>

	* characters.tst: Add test of sys::char-invertcase.

2004-12-08  Bruno Haible  <bruno@clisp.org>

	* eval20.tst: Add more constantp tests.

2004-12-11  Bruno Haible  <bruno@clisp.org>

	* streams.tst: Make a that looks at the textual output of WARN work
	in non-English environments.

2004-12-08  Bruno Haible  <bruno@clisp.org>

	* array.tst: Test error behaviour of (SETF ROW-MAJOR-AREF).

2004-12-07  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test that COMPILE always returns 3 values

2004-12-06  Sam Steingold  <sds@gnu.org>

	* conditions.tst (princ-error): new function
	added a test to check that PROGV does not modify the source code

2004-12-05  Bruno Haible  <bruno@clisp.org>

	* alltest.tst: Add tests for sequence constructing functions with types
	like (or (vector t 5) (vector t 10)).

2004-12-05  Bruno Haible  <bruno@clisp.org>

	* number2.tst: Add a comparison which used to trigger overflow or a
	GC-safety bug.

2004-11-26  Sam Steingold  <sds@gnu.org>

	* macro8.tst: check that run-time errors are not turned into
	compile-time errors

2004-11-20  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add a test for finalize-inheritance invocations.

2004-11-22  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add support for Allegro CL 6.2. Make some tests more
	portable.
	* mop.tst: Likewise.
	* mop-aux.lisp: Add support for Allegro CL.

2004-11-21  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add support for Lispworks 4.3. Use class name
	'abstract-position' instead of 'position'.
	* mop.tst: Add support for Lispworks 4.3.

2004-11-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Update for CMUCL.

2004-11-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Restrict the tests that require
	compute-effective-slot-definition-initargs to CLISP, CMUCL, SBCL.

2004-11-21  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add support for OpenMCL 0.14.2.
	* mop-aux.lisp: Likewise.

2004-11-21  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a method-combination test that fails in SBCL 0.8.16.

2004-11-20  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (lisp-implementation): Renamed from
	lisp-implementation-type. Needed because of SBCL's package locks.
	* clos.tst: Move tests which use MOP symbols to mop.tst. Fix syntax
	of foo129, foo130 tests.
	* mop.tst: New tests from clos.tst. Add clos: package prefix in some
	places. Improve portability.

2004-11-19  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Test the forward-referenced-class behaviour with both
	settings of *forward-referenced-class-misdesign*.
	* mop.tst: Likewise.

2004-11-23  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test COMPILE+LOAD-TIME-VALUE inside COMPILE-FILE

2004-11-17  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add some tests for symbols naming forward-referenced
	classes.
	* mop.tst: Add some tests for forward-referenced classes.

2004-11-22  Sam Steingold  <sds@gnu.org>

	* setf.tst (foo22): quote (values)

2004-11-22  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Don't use the symbol 'foo' in too many contexts.

2004-11-21  Sam Steingold  <sds@gnu.org>

	* setf.tst: check that long DEFSETF permit missing store variables

2004-11-13  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Test for the generic-function-class' default-initargs use in
	defgeneric.

2004-11-13  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Test for the metaclass' default-initargs use in defclass.

2004-11-08  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Remove special caution in initialize-instance method for
	virtual-generic-function.

2004-11-17  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add clos: package prefixes.

2004-11-09  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add more tests for notification of generic functions from
	defclass.

2004-11-15  Bruno Haible  <bruno@clisp.org>

	* mop-aux.lisp: New file.
	* mop.tst: Load it. Rely on it to define
	clos::compute-effective-method-as-function.

2004-11-07  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add tests for notification of generic functions from
	defclass.

2004-11-07  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a test for notification of generic functions from
	change-class.

2004-11-07  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test for notification upon change-class of a
	generic-function.

2004-11-07  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test for notification upon change-class of a method.

2004-11-10  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Comment out the print-object method return value test.

2004-10-27  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test for compute-direct-slot-definition-initargs.

2004-10-31  Bruno Haible  <bruno@clisp.org>

	* socket.tst: New file.

2004-10-24  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Update for changed compute-effective-method-as-function
	calling conventions.

2004-10-23  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add virtual-dispatch generic functions example.

2004-10-23  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test of compute-effective-slot-definition-initargs.
	Add test for slots with one value per subclass.

2004-11-07  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (do-test): Fix another out-of-bounds array access
	introduced on 2004-10-20.

2004-10-31  Bruno Haible  <bruno@clisp.org>

	* lambda.tst: On BeOS, disable tests that fail on BeOS.
	* excepsit.tst: Likewise.
	* ffi.tst: Likewise.

2004-10-29  Bruno Haible  <bruno@clisp.org>

	* conditions.tst: Override outermost handlers.

2004-10-17  Bruno Haible  <bruno@clisp.org>

	* type.tst: Add a defstruct test.
	* mop.tst: Add tests for interoperability of defstruct with defclass.

2004-10-29  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (do-test): Fix out-of-bounds array access introduced on
	2004-10-20.

2004-10-29  Sam Steingold  <sds@gnu.org>

	* loop.tst: test accumulation clause compatibility check

2004-10-27  Bruno Haible  <bruno@clisp.org>

	* conditions.tst: Check that after a Ctrl-D (EOF), assert without
	places is not retried.

2004-10-26  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add test against multiple execution of initialize-instance.

2004-10-22  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Make the auto-accessors test portable.

2004-10-20  Sam Steingold  <sds@gnu.org>

	* tests.lisp (do-test): when both the expected and actual results
	are sequences, print the position at which they differ

2004-10-20  Sam Steingold  <sds@gnu.org>

	* streams.tst: more fill-stream tests

2004-10-10  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add test for custom method classes.

2004-10-10  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add tests regarding extending methods.

2004-10-09  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add test for invalid print-object methods warning.

2004-10-09  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add tests for print-object on uninitialized metaobjects.

2004-10-07  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Test behaviour of class redefinition w.r.t. direct slots.

2004-10-07  Bruno Haible  <bruno@clisp.org>

	* conditions.tst: Add a few tests for use-value in array functions.

2004-10-07  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: test some restarts

2004-10-06  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Fix unintended side effects caused by the typechecked-
	reader/writer tests.

2004-10-06  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: do not optimize (parse-c-type `(c-array ,foo ,len))

2004-10-05  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: Test FOREIGN-VARIABLE and FOREIGN-FUNCTION constructors.

2004-10-05  Sam Steingold  <sds@gnu.org>

	* path.tst [win32]: check that ABSOLUTE-PATHNAME does not crash on
	wild device

2004-09-20  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add many new protocol tests.

2004-09-28  Sam Steingold  <sds@gnu.org>

	* pack11.tst: package locking should not interfere with SETQ
	return value

2004-09-28  Sam Steingold  <sds@gnu.org>

	* streams.tst: bind *PRINT-PRETTY* in the FILL-STREAM test so that
	S-expression output respects *PRINT-RIGHT-MARGIN*

2004-09-28  Sam Steingold  <sds@gnu.org>

	* excepsit.tst (loop): check that (loop 42) is parsed as extended loop

2004-09-28  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a couple of defgeneric tests.

2004-09-23  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a few more defclass tests.

2004-09-20  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Update for changed syntax of :fixed-slot-locations option.

2004-09-22  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a few more defclass tests.

2004-09-18  Bruno Haible  <bruno@clisp.org>

	* number2.tst: Add two floating-point tests.
	* alltest.tst: Update expected values of most/least-*tive-short-float.

2004-09-20  Sam Steingold  <sds@gnu.org>

	* path.tst (parse-namestring): check second return value for
	displaced arguments

2004-09-21  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: Test c-type '(c-pointer <c-type>)

2004-08-05  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Disable two tests on LispWorks.

2004-09-08  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): bind CUSTOM:*LOAD-PATHS* to NIL to
	avoid SEARCH-FILE overhead and potential errors stemming from it
	Suggested by Jörg Höhle

2004-09-08  Jörg Höhle  <hoehle@users.sourceforge.net>

	* Makefile: %.erg shall not depend on ../lisp.run&../lispinit.mem

2004-09-07  Jörg Höhle  <hoehle@users.sourceforge.net>

	* Makefile: target tests now works with MS-VC's nmake
	nmake BD="..\\" LEXE=.exe RM=del tests
	It's more portable to use $(dir)file than $(dir)/file

2004-09-03  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-malloc, c-free): :LIBRARY argument is now evaluated

2004-09-02  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst (parse-c-type compiler-macro): optimize
	`(c-array[-max]	type ,foo) and primitive types.

2004-08-31  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-malloc, c-free) [win32]: use :DEFAULT

2004-06-24  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a test for ensure-generic-function.

2004-08-30  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-malloc, c-free) [unix & !cygwin]: use RTLD_DEFAULT

2004-08-28  Bruno Haible  <bruno@clisp.org>

	* tests.lisp, alltest.tst, array.tst, characters.tst, clos.tst:
	* excepsit.tst, ffi.tst, format.tst, iofkts.tst, lambda.tst:
	* lists152.tst, lists153.tst, lists154.tst, lists155.tst, lists156.tst:
	* macro8.tst, map.tst, mop.tst, setf.tst, streams.tst, streamslong.tst:
	* strings.tst, symbol10.tst, symbols.tst, type.tst: Update for OpenMCL
	0.14.2.

2004-08-29  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-malloc, c-free) [cygwin]: use cygwin1.dll

2004-08-27  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-files): more thorough error reporting

2004-08-27  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-malloc, c-free): use a full path to /lib/libc.so,
	it appears that "c" is a cygwin-ism

2004-06-23  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add 2 tests for ensure-generic-function.

2004-06-20  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Check that GC reclaims forward pointers of reallocated
	generic functions.

2004-06-20  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add tests for custom generic-function-class.

2004-08-20  Sam Steingold  <sds@gnu.org>

	* conditions.tst (use-value-read): renamed from
	use-value-string->symbol, use READ instead of INTERN,
	handle SOURCE-PROGRAM-ERROR; added 2 tests that use it

2004-08-11  Sam Steingold  <sds@gnu.org>

	* conditions.tst: disable tests that rely on lambda list errors
	being TYPE-ERRORS (they are program errors now)
	* excepsit.tst: updated the lambda list tests
	* macro8.tst: new test for *DEFUN-ACCEPT-SPECIALIZED-LAMBDA-LIST*

2004-08-11  Sam Steingold  <sds@gnu.org>

	* ffi.tst (c-malloc, c-free): added a couple of poor-style tests

2004-08-04  Bruno Haible  <bruno@clisp.org>

	* alltest.tst, clos.tst, format.tst, hashlong.tst, symbol10.tst,
	type.tst: Update for CMUCL 19a.
	* macro8.tst: Fix CMUCL specific typo.
	* mop.tst: Make some tests work on CMUCL and SBCL.

2004-08-04  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Mark the :fixed-slot-locations tests as clisp-specific.
	* streamslong.tst: Mark a test as clisp-specific.

2004-08-07  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add one more test.

2004-06-13  Bruno Haible  <bruno@clisp.org>

	* type.tst: Update SUBTYPEP test to match the fact that the user can
	create subclasses of both STREAM and STANDARD-GENERIC-FUNCTION.

2004-06-12  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add tests of set-funcallable-instance-function.

2004-06-10  Bruno Haible  <bruno@clisp.org>

	* clos.tst: 12 new tests about user-defined methods.

2004-07-28  Sam Steingold  <sds@gnu.org>

	* streams.tst: composite streams operate on their
	constituent streams, not themselves

2004-07-22  Sam Steingold  <sds@gnu.org>

	* bin-io.tst (clisp-test-bin-i/o): check output of negative
	integers too

2004-07-20  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Update a few tests after the CLOS internal API changed.

2004-05-31  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Add a test for structure-class.

2004-06-10  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Change expected result of positive-integer qualifiers test.

2004-05-29  Bruno Haible  <bruno@clisp.org>

	* mop.tst: Update: #+CLISP (:metaclass structure-class) no longer
	needed.

2004-05-21  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (run-all-tests): Reduce the number of weakptr runs to 20.

2004-06-13  Bruno Haible  <bruno@clisp.org>

	* setf.tst: 3 new tests for DEFSETF.

2004-06-06  Bruno Haible  <bruno@clisp.org>

	* clos.tst: 206 new method-combination tests.

2004-06-04  Bruno Haible  <bruno@clisp.org>

	* macro8.tst: Add 3 LOAD-TIME-VALUE tests.

2004-05-15  Bruno Haible  <bruno@clisp.org>

	* hashtable.tst: New file.
	* tests.lisp (run-all-tests): Run also hashtable.tst.

2004-06-09  Sam Steingold  <sds@gnu.org>

	* tests.lisp (with-ignored-errors): return the error message on
	error as the second argument in the new definition too

2004-05-25  Bruno Haible  <bruno@clisp.org>

	* hashweak.tst: Add a test.

2004-06-03  Sam Steingold  <sds@gnu.org>

	* backquot.tst: CLISP now produces a much better result on one test

2004-06-03  Sam Steingold  <sds@gnu.org>

	* number2.tst: test all transcendental functions at #C(1 2)
	* lists152.tst (last): check the list argument for circularity,
	do not accept ATOMs

2004-05-23  Bruno Haible  <bruno@clisp.org>

	* backquot.tst: Add many tests.

2004-06-02  Sam Steingold  <sds@gnu.org>

	* conditions.tst: test restartable i/o errors

2004-06-01  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-test): bind *PRINT-CIRCLE* to T
	* iofkts.tst (*PRINT-CIRCLE*): updated

2004-06-01  Sam Steingold  <sds@gnu.org>

	* lists152.tst (butlast): check for circular lists

2004-05-23  Bruno Haible  <bruno@clisp.org>

	* backquot.tst: Add test for vector element type.

2004-05-20  Bruno Haible  <bruno@clisp.org>

	Increase memory sizes for builds with fixed memory size.
	* Makefile (LISP): Grant 30000 KW, since lists153 needs more than
	25000 KW.

2004-05-08  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Update a test.

2004-05-25  Sam Steingold  <sds@gnu.org>

	* number2.tst: ATANH blows up at -1 and 1

2004-05-08  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (run-all-tests): Enable the hashweak test.

2004-05-22  Sam Steingold  <sds@gnu.org>

	* number2.tst: COS and COSH can return purely imaginary numbers

2004-05-08  Bruno Haible  <bruno@clisp.org>

	* weak.tst: New file.
	* tests.lisp (run-all-tests): Also run weak.tst.

2004-04-25  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Test documentation string on a class without proper name.

2004-05-15  Bruno Haible  <bruno@clisp.org>

	* setf.tst: Add test for inlinability.

2004-05-05  Bruno Haible  <bruno@clisp.org>

	* type.tst: Change expected result of tests that depend on
	upgraded-complex-part-type.

2004-05-13  Sam Steingold  <sds@gnu.org>

	* number2.tst: added a LOG test that fails on Solaris/Sparc64

2004-04-25  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add one more CHANGE-CLASS test.

2004-05-11  Sam Steingold  <sds@gnu.org>

	* number2.tst (test-function): be careful with transcendental
	functions: do not call LOG on 0 &c.

2004-04-30  Bruno Haible  <bruno@clisp.org>

	* lists153.tst: Skip memory intensive test on 32-bit SPVW_PURE_BLOCKS
	platforms.

2004-04-24  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Use new slot-definition-* accessors.
	* iofkts.tst: Likewise.

2004-04-24  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add tests for :fixed-slot-locations defclass option.
	* iofkts.tst: Change expected test result.

2004-04-18  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Check that calling class-prototype doesn't declare a class
	as being instantiated.

2004-04-18  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add tests for error recovery in defclass.

2004-05-02  Sam Steingold  <sds@gnu.org>

	* pack11.tst: Add test for rename-package.

2004-04-18  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add test that defclass removes old accessor methods.

2004-04-15  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add tests regarding the update of the direct-subclasses
	lists during redefinition of finalized and non-finalized classes.

2004-04-25  Bruno Haible  <bruno@clisp.org>

	* excepsit.tst: Invoke a nonexistent restart, instead of ABORT.

2004-04-13  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add test for weakness of direct-subclasses list.

2004-04-28  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (run-all-tests): Enable weakptr test and run it
	repeatedly.

2004-04-17  Bruno Haible  <bruno@clisp.org>

	Add support for CMUCL 18e.
	* tests.lisp, clos.tst, format.tst, iofkts.tst, lambda.tst, mop.tst,
	streams.tst, streamslong.tst, symbols.tst, type.tst: Update for
	CMUCL 18e/x86.

2004-04-27  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests) [CLISP]: bind
	CUSTOM:*WARN-ON-FLOATING-POINT-CONTAGION* and
	CUSTOM:*WARN-ON-FLOATING-POINT-RATIONAL-CONTAGION* to NIL

2004-04-17  Bruno Haible  <bruno@clisp.org>

	Add support for SBCL.
	* tests.lisp, alltest.tst, array.tst, bin-io.tst, characters.tst:
	* conditions.tst, encoding.tst, eval20.tst, excepsit.tst, format.tst:
	* hashlong.tst, iofkts.tst, lambda.tst, lists152.tst, lists154.tst:
	* lists155.tst, lists156.tst, loop.tst, macro8.tst, map.tst, mop.tst:
	* path.tst, setf.tst, streams.tst, streamslong.tst, strings.tst:
	* symbol10.tst, symbols.tst, type.tst: Add results for SBCL 0.8.9 when
	they are allowed by ANSI CL.

2004-04-26  Sam Steingold  <sds@gnu.org>

	* backquot.tst [enable-risky-tests]: added a test based on
	mit-clx/input.lisp:declare-event/get-macro

2004-04-17  Bruno Haible  <bruno@clisp.org>

	* alltest.tst, array.tst, clos.tst, eval20.tst, hashlong.tst:
	* iofkts.tst, lists152.tst, macro8.tst, map.tst, type.tst: Make many
	tests independent of CLISP. Mark those which are dependent of CLISP
	with #+CLISP.

2004-04-12  Bruno Haible  <bruno@clisp.org>

	* clos.tst: New tests for class redefinition.

2004-04-12  Bruno Haible  <bruno@clisp.org>

	* tests.lisp (with-ignored-errors): Use portable definition instead of
	the old CLISP hammer definition.
	* clos.tst: Remove hack.

	* number2.tst: Remove *break-on-warnings* setting.

2004-04-20  Sam Steingold  <sds@gnu.org>

	* path.tst: added tests for non-wild pathnames returned by
	DIRECTORY, correct :VERSION after MERGE-PATHNAMES &c

2004-04-19  Sam Steingold  <sds@gnu.org>

	* path.tst, excepsit.tst: added tests for
	pathname.d:simplify_directory()

2004-04-19  Sam Steingold  <sds@gnu.org>

	* strings.tst: add a (NSTRING-UPCASE #A(NIL (0))) test
	enable string un-realloc test (was risky)

2004-04-10  Bruno Haible  <bruno@clisp.org>

	* strings.tst: Add test for return value of NSTRING-UPCASE.

2004-04-16  Sam Steingold  <sds@gnu.org>

	* iofkts.tst: (WRITE-STRING #A(nil (0))) must return
	its argument, not NIL

2004-04-16  Sam Steingold  <sds@gnu.org>

	* iofkts.tst (object-out): replaced with a PRINT-OBJECT method;
	added a "risky test" of printing a list of objects

2004-04-16  Sam Steingold  <sds@gnu.org>

	* number2.tst: check that transcendental functions keep the type
	of the float argument (based on GCL ansi-tests)

2004-04-16  Sam Steingold  <sds@gnu.org>

	* streams.tst: test ext:fill-stream

2004-04-10  Bruno Haible  <bruno@clisp.org>

	* streams.tst: Update after sys::describe-stream was renamed to
	sys::fill-stream.

2004-04-03  Bruno Haible  <bruno@clisp.org>

	* type.tst: Many new SUBTYPEP tests.

2004-04-04  Bruno Haible  <bruno@clisp.org>

	* type.tst: Test TYPEP on a structure with user-defined :TYPE.

2004-04-04  Bruno Haible  <bruno@clisp.org>

	* type.tst: Test DEFSTRUCT :INITIAL-OFFSET option.

2004-03-21  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Verify that SUBTYPEP works on not-yet-finalized classes.

2004-03-21  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Verify that redefining a class doesn't change its identity.

2004-04-01  Bruno Haible  <bruno@clisp.org>

	* iofkts.tst (*print-readably*): Fix symbol printing test again.

2004-03-27  Bruno Haible  <bruno@clisp.org>

	* array.tst: array-total-size-limit and array-dimension-limit are
	now = most-positive-fixnum.

2004-03-23  Sam Steingold  <sds@gnu.org>

	* iofkts.tst (*print-readably*): fixed symbol printing test to
	conform to the 2004-03-04 patch

2004-03-23  Sam Steingold  <sds@gnu.org>

	* type.tst (typeof-typep-subtype): streamlined TYPE-OF tests

2004-03-22  Bruno Haible  <bruno@clisp.org>

	* type.tst: Add some TYPE-OF tests.

2004-03-07  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Change expected result of (class-of #A(NIL (10)) to
	<string>, instead of <vector>.

2004-03-19  Sam Steingold  <sds@gnu.org>

	* iofkts.tst (object-out): test CLOS/PPRINT-LOGICAL-BLOCK

2004-02-16  Bruno Haible  <bruno@clisp.org>

	* clos.tst: Add a test for removal of instance forward pointers
	during garbage collection.

2004-03-18  Bruno Haible  <bruno@clisp.org>

	* Makefile (LISP): Add a -N option.

2004-03-12  Bruno Haible  <bruno@clisp.org>

	* excepsit.tst: Disable the /etc/passwd test on BeOS.

2004-03-08  Bruno Haible  <bruno@clisp.org>

	* hashlong.tst (symbole): Use DO-EXTERNAL-SYMBOLS, not DO-SYMBOLS.
	* clos.tst: Add test for test-mc-standard-bad-qualifiers.

2004-03-08  Sam Steingold  <sds@gnu.org>

	* number2.tst (check-mult): new test for FP multiplication

2004-01-07  Sam Steingold  <sds@gnu.org>

	* tests.lisp (with-ignored-errors) [CLISP]: return the error
	message on error as the second argument
	(do-test): print the error messge into the log file

2004-01-04  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-files, run-some-tests): new functions
	(*run-test-tester*, *run-test-ignore-errors*): new variables
	(run-test): tester and ignore-errors default to them

2004-01-03  Sam Steingold  <sds@gnu.org>

	* tests.lisp (do-test, do-errcheck): fixed an off-by-one
	error in total-count

2004-01-02  Sam Steingold  <sds@gnu.org>

	* macro8.tst (test-compiler): new function, used throughout the file

2003-10-09  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): optional argument to disable risky tests
	* Makefile (complete): new target, passes nil to RUN-ALL-TESTS

2003-09-17  Sam Steingold  <sds@gnu.org>

	* macro8.tst: added a NOTINLINE declaration test

2003-06-18  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests) [CLISP]: added weakptr
	* weakptr.tst: new test file for weak pointers

2003-05-13  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests) [CLISP]: run defhash
	* defhash.tst: test DEFINE-HASH-TABLE-TEST

2003-05-15  Sam Steingold  <sds@gnu.org>

	* tests.lisp (with-accumulating-errors): new macro
	(run-all-tests, do-test, do-errcheck): count the total number of
	tests in addition to the number of errors

2003-05-14  Jörg Höhle  <hoehle@users.sourceforge.net>

	* format.tst: one of the few files that wants TAB characters
	to test the Tilde Newline cases. I reintroduced them.

2003-05-13  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: raised test coverage from 53 to 75% of foreign.d

2003-04-29  Jörg Höhle  <hoehle@users.sourceforge.net>

	* ffi.tst: Augmented FFI testsuite

2003-04-18  Sam Steingold  <sds@gnu.org>

	* tests.lisp (with-ignored-errors) [CLISP]: bind *PRINT-READABLY*
	and *PRINT-CIRCLE* to NIL when printing the error message

2003-04-05  Sam Steingold  <sds@gnu.org>

	* tests.lisp (with-ignored-errors) [CLISP]: print error message

2003-03-31  Kaz Kylheku  <kaz@ashi.footprints.net>

	* backquot.tst: Added many new tests.

2003-03-08  Sam Steingold  <sds@gnu.org>

	* bin-io.tst (list->integer, integer->list): new functions

2003-02-14  Sam Steingold  <sds@gnu.org>

	* tests.lisp (do-test, do-errcheck): return the number of errors
	(run-test): print some sugar, return error count
	(run-all-tests): print some sugar

2003-02-13  Sam Steingold  <sds@gnu.org>

	* iofkts.tst, path.tst, streams.tst, strings.tst: added tests for
	displaced strings combined with :START/:END arguments

2003-02-04  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests) [CLISP, FFI]: run "ffi"
	* ffi.tst: new test file for the CLISP FFI

2002-12-19  Sam Steingold  <sds@gnu.org>

	* streamslong.tst: removed CLISP-specific binary i/o tests
	* tests.lisp (run-all-tests) [CLISP]: added "bin-io"
	* bin-io.tst: moved CLISP-specific binary i/o tests here

2002-12-15  Sam Steingold  <sds@gnu.org>

	* streamslong.tst (list->float, float->list): new functions

2002-10-10  Sam Steingold  <sds@gnu.org>

	* tests.lisp (lisp-implementation-type): new variable
	(do-test, do-errcheck): use it

2002-09-30  Sam Steingold  <sds@gnu.org>

	* steele7.tst: avoid local redefinition of system functions, like #'+
	<http://www.lisp.org/HyperSpec/Body/sec_11-1-2-1-2.html>

2002-09-14  Sam Steingold  <sds@gnu.org>

	* excepsit.tst, streamslong.tst: use "./" instead of "/tmp/"
	because some systems might not have that

2002-09-11  Sam Steingold  <sds@gnu.org>

	* alltest.tst, number2.tst: more transcendental function tests

2002-08-23  Sam Steingold  <sds@gnu.org>

	* lists154.tst: more SUBLIS tests: both key+test and from CLHS
	<http://www.lisp.org/HyperSpec/Body/fun_subliscm_nsublis.html>

2002-08-01  Sam Steingold  <sds@gnu.org>

	* type.tst: Type COMPLEX now correctly uses UPGRADED-COMPLEX-PART-TYPE.

2002-07-12  Sam Steingold  <sds@gnu.org>

	* alltest.tst (DOUBLE-FLOAT-EPSILON, DOUBLE-FLOAT-NEGATIVE-EPSILON):
	restored PRIN1-TO-STRING CLISP tests, similar to
	MOST-NEGATIVE-DOUBLE-FLOAT and friends

2002-06-19  Sam Steingold  <sds@gnu.org>

	* path.tst: more translate-pathname tests

2002-06-07  Peter Burwood  <clisp@peterb.org.uk>

	* encoding.tst: Handle error when encoding does not exist.

2002-05-26  Bruno Haible  <bruno@clisp.org>

	* alltest.tst [CLISP & UNICODE]: Change CHAR-CODE-LIMIT expected value
	to 1114112.
	* characters.tst [CLISP & UNICODE]: Likewise.

2002-05-20  Bruno Haible  <bruno@clisp.org>

	* strings.tst: Test checking of validity of CHAR index.

2002-04-22  Sam Steingold  <sds@gnu.org>

	* macro8.tst: test 3.2.2.1 Compiler Macros

2002-04-16  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): added "encoding"
	* encoding.tst: new file to test CLISP encodings

2002-04-01  Sam Steingold  <sds@gnu.org>

	check that CLOSE does not change INPUT-STREAM-P/OUTPUT-STREAM-P &c
	* streams.tst (close-1): new function

2002-03-27  Hoehle, Joerg-Cyril  <Joerg-Cyril.Hoehle@t-systems.com>

	* type.tst: test (SUB-)TYPEP FFI:FOREIGN-*

2002-03-17  Sam Steingold  <sds@gnu.org>

	* tests.lisp (merge-extension): merged the two versions

2002-02-27  Sam Steingold  <sds@gnu.org>

	* hashweak.tst: test weak hash tables
	* tests.lisp (run-all-tests): added "hashweak"

2002-02-23  Sam Steingold  <sds@gnu.org>

	* clos.tst: test REINITIALIZE-INSTANCE

2002-02-20  Sam Steingold  <sds@gnu.org>

	* eval20.tst: added an EVAL-WHEN test

2002-02-12  Sam Steingold  <sds@gnu.org>

	* floeps.tst: new file to test float epsilons
	based on code from Stefan Kain <smk@users.sourceforge.net>
	* tests.lisp (run-all-tests): added "floeps"

2002-02-11  Sam Steingold  <sds@gnu.org>

	* alltest.tst: test (compile nil (lambda () (flet (()))))

2001-12-22  Sam Steingold  <sds@gnu.org>

	* alltest.tst (test-pos-epsilon, test-neg-epsilon): new functions

2001-12-20  Sam Steingold  <sds@gnu.org>

	* clos.tst: added WITH-SLOTS tests

2001-12-04  Sam Steingold  <sds@gnu.org>

	* array.tst, strings.tst: added REVERSE & NREVERSE tests

2001-11-28  Sam Steingold  <sds@gnu.org>

	* path.tst (foo): :case in MAKE-PATHNAME
	applies only to strings, not pathnames in the :default arg
	Reported by Kent M Pitman <pitman@world.std.com>

2001-11-27  Sam Steingold  <sds@gnu.org>

	* streamslong.tst (clisp-test-bin-i/o): new function to test
	read-float, write-float, read-integer, write-integer

2001-10-18  Sam Steingold  <sds@gnu.org>

	* clos.tst: test for initialize-instance returning junk

2001-09-10  Sam Steingold  <sds@gnu.org>

	* format.tst: test (format nil "~0f" 10)

2001-08-29  Sam Steingold  <sds@gnu.org>

	* path.tst: many more tests, inspired by
	<http://www-jcsu.jesus.cam.ac.uk/~csr21/pathname-tests.lisp>

2001-08-27  Sam Steingold  <sds@gnu.org>

	* alltest.tst (defstruct ice-cream-factory): added a keyword
	argument with no defaults to the BOA constructor

2001-08-17  Sam Steingold  <sds@gnu.org>

	* symbols.tst: pretty-printer symbols are now present in CLISP
	* excepsit.tst: ditto

2001-08-16  Sam Steingold  <sds@gnu.org>

	* loop.tst: one more test

2001-08-04  Bruno Haible  <haible@clisp.cons.org>

	* lambda.tst: Add more :ALLOW-OTHER-KEYS tests.

2001-07-24  Sam Steingold  <sds@gnu.org>

	* clos.tst: added a test for make-load-form

2001-07-24  Sam Steingold  <sds@gnu.org>

	* symbols.tst: CLISP known-missing: make-load-form,
	make-load-form-saving-slots and *print-lines* are implemented

2001-07-20  Sam Steingold  <sds@gnu.org>

	* path.tst: added a :case :common test

2001-07-19  Sam Steingold  <sds@gnu.org>

	* alltest.tst: added a ldiff/tailp test from CLHS

2001-06-27  Sam Steingold  <sds@gnu.org>

	* streamslong.tst (bin-stream-test): added binary stream checks

2001-05-10  Sam Steingold  <sds@gnu.org>

	* path.tst: more tests

2001-05-09  Sam Steingold  <sds@gnu.org>

	* symbols.tst: CLISP now implements compiler macros

2001-05-04  Sam Steingold  <sds@gnu.org>

	* strings.tst, array.tst: ELT should check FILL-POINTER and
	CHAR and AREF should not

2001-05-01  Sam Steingold  <sds@gnu.org>

	* conditions.tst (handler-case): :NO-ERROR does not have to be the
	last clause

2001-05-01  Sam Steingold  <sds@gnu.org>

	* format.tst (format "~5d" 'a): ANSI CL is not clear here whether
	the width is ignored or not, but it makes more sense to print
	non-numeric arguments properly alighned

2001-04-23  Sam Steingold  <sds@gnu.org>

	* number2.tst (check-xgcd): new function, used throughout the file

2001-04-18  Sam Steingold  <sds@gnu.org>

	* symbols.tst: check the external symbols of the COMMON-LISP package

2001-04-05  Sam Steingold  <sds@gnu.org>

	* conditions.tst (check-superclasses): return the list of
	differences, not just a failure indicator

2001-03-28  Sam Steingold  <sds@gnu.org>

	* conditions.tst: `:no-error' clause must be last in `handler-case'
	`simple-type-error' does not inherit from `simple-error'

2001-03-27  Sam Steingold  <sds@gnu.org>

	* tests.lisp (run-all-tests): modified the `run-test' "conditions"
	call to fit the previous patch
	(do-errcheck): added ignored optional second arg

2001-03-26  Sam Steingold  <sds@gnu.org>

	more transparent debugging interface
	* tests.lisp (run-test): added `ignore-errors' optional arg,
	pass it to `tester'
	(with-ignored-errors): ignore unused `ARGS'

2001-03-26  Sam Steingold  <sds@gnu.org>

	* hash.tst, iofkts.tst, pack11.tst, streams.tst, symbol10.tst:
	use strings instead of quoted symbols in `in-package' calls;
	use ANSI-specified packages;
	(symbol10.tst): use `special-operator-p' always

2000-12-29  Bruno Haible  <haible@clisp.cons.org>

	* characters.tst: Add exhaustive test for char-name and name-char.

2000-03-31  Bruno Haible  <haible@clisp.cons.org>

	Renamed all *.lsp files to *.lisp.
	* Makefile: Update.

2000-03-07  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	Add support for ECL.
	* array.tst, characters.tst, eval20.tst, format.tst, hashlong.tst,
	* iofkts.tst, lists152.tst, lists154.tst, lists155.tst, lists156.tst,
	* map.tst, pack11.tst, streams.tst, strings.tst, symbol10.tst,
	* symbols.tst, tests.lsp, type.tst: Add ECL conditionals. Based on
	  patches by Juan Jose Garcia Ripoll <jjgarcia@ind-cr.uclm.es>.
	* pack11.tst: Change  :use 'xxx	 to  :use '(xxx).

1999-11-29  Sam Steingold  <sds@goems.com>

	* path.tst: test `translate-logical-pathname' and
	`logical-pathname-translations'.

1999-06-15  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* lists152.tst: Update for changed NRECONC behaviour.

1999-06-09  Sam Steingold  <sds@goems.com>

	* macro8.tst: test Issue MACRO-FUNCTION-ENVIRONMENT:YES.

1999-06-05  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* genstream.tst (generic-stream-controller-class): Subclass of
	  generic-stream-controller, so the predefined methods apply.
	(generic-stream-read-char-status): Remove method.
	(generic-stream-peek-char, generic-stream-read-char-will-hang-p):
	  New methods.

1999-05-10  Sam Steingold  <sds@goems.com>

	* eval20.tst: (constantp '#(110)) is T unconditionally.

1999-05-07  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* genstream.tst: Untabify.
	(generic-stream-read-char-status): Renamed from
	  generic-stream-listen.

1999-05-07  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* conditions.tst: Use :format-control instead of :format-string.

1999-05-02  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* stackovf.tst: New file.

1999-04-29  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* steele7.tst: Add a check for binding of special-declared variables.

1999-04-18  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	Add support for CMUCL 18a x86-linux 1.4.0.
	* Makefile.cmucl: New file.
	* tests.lsp (with-ignored-errors): Ignore-declaration.
	(merge-extension): Support CMUCL.
	(do-test, do-errcheck): English messages. Support CMUCL.
	(run-test) [CMU]: Call `finish-output' to work around CMUCL bug.
	(run-all-tests): Support CMUCL.
	* alltest.tst, array.tst, characters.tst, conditions.tst, format.tst,
	* iofkts.tst, lists152.tst, lists155.tst, lists156.tst, loop.tst,
	* map.tst, setf.tst, steele7.tst, streams.tst, streamslong.tst,
	* strings.tst, clos.tst, hashlong.tst, type.tst, symbols.tst,
	* symbol10.tst: Support CMUCL.
	* alltest.tst, characters.tst, iofkts.tst: Conditionally use
	  CHARACTERP instead of STRING-CHAR-P.
	* format.tst: Add test "~5D", related to "~5,3F".
	* hashlong.tst (symbole): Fix typo.
	* type.lsp: Change type specifiers like (FLOAT 0 2) to (FLOAT 0.0 2.0),
	  for ANSI CL compliance. Wrap `remprop' results in `not null'.

1999-04-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* hash.tst: Move hash-table-iterator test to alltest.tst.
	* alltest.tst (test-hash-table-iterator): Moved to here.

1999-03-16  Sam Steingold  <sds@gnu.org>

	* hash.tst: added `test-hash-table-iterator'.
	* pack11.tst: added `test-package-iterator'.

1999-03-12  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* excepsit.tst: Add tests for READER-ERROR.

1999-03-11  Sam Steingold  <sds@gnu.org>

	* loop.tst: check for non-nreversing collecting.

1999-02-27  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* alltest.tst: CHAR-CODE-LIMIT value now depends on UNICODE feature.
	* characters.tst: Likewise.

1999-01-13  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* alltest.tst: Add a test for GET-DISPATCH-MACRO-CHARACTER.

1999-01-12  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* number2.tst: Add two more XGCD tests.

1999-01-04  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* excepsit.tst: Delete some garbage "foo" files after creating them.
	* Makefile: Don't delete them here.

1999-01-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* conditions.tst: Check the superclasses of parse-error,
	  floating-point-invalid-operation, floating-point-inexact,
	  unbound-slot, print-not-readable, reader-error.

1999-01-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* conditions.tst (style-warning): New test.

1998-12-22  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* number2.tst: Add two XGCD tests.

1998-12-21  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* number2.tst: Add a GCD test, which fails with egcs-1.1 on Sparc.

1998-12-21  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* excepsit.tst: /etc/mtab does not exist on all systems, use
	  /etc/passwd instead.

1998-12-21  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* loop.tst: Added a test for `by' preceding `from' preserving the
	  evaluation order.

1998-12-18  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* excepsit.tst: Replaced the `delete-file' test (testing for EACCES
	  or EPERM) by another one (testing for ENOTDIR), in order to avoid
	  failure on Solaris, and in order not to upset people who mistakenly
	  run it as root.

1998-11-06  Sam Steingold  <sds@goems.com>

	* loop.tst: added a test for `by' preceding `upto'.

1998-11-06  Sam Steingold  <sds@goems.com>

	* type.tst: added a test for (un)signed-byte as sybtype of
	  integer.

1998-11-01  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* alltest.tst, characters.tst, format.tst: Remove all tests of
	  characters with font and bits.
	(iofkts.tst): Reflect change in STREAM-ELEMENT-TYPE.

1998-10-20  Sam Steingold  <sds@goems.com>

	* alltest.tst: added tests for `ldiff' and `tailp' handling
	  of dotted lists (HyperSpec/Body/fun_ldiffcm_tailp.html).

1998-10-15  Sam Steingold  <sds@goems.com>

	* Makefile: remove /tmp/foo*.*.

1998-09-09  Sam Steingold  <sds@goems.com>

	* setf.tst: added multiple values `defsetf', `shiftf' and
	  `rotatef' tests.

1998-06-25  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

	* excepsit.tst: New file.
	* tests.lsp (do-test): New function, taken out of run-test.
	(do-errcheck): New function.
	(run-test): Take the tester function as optional argument.
	(run-all-tests): Run the excepsit tests.

1998-06-20  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

	* setf.tst: Don't use quoted lambda expressions.

1998-06-04  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

	* conditions.tst (my-cpl): Support ACL 5.0 beta.

1997-06-19  Pierpaolo Bernardi	<bernardp@cli.di.unipi.it>

	* testsuite (characters.tst, macro8.tst): Added two simple tests
	  which fail on ACL.

1997-10-18  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

	* testsuite: Support ACL 4.3 for Linux (Allegro CL from Franz Inc).

;; Local Variables:
;; mode: change-log
;; eval: (bug-reference-mode t)
;; bug-reference-url-format: clisp-bug-reference-url-format
;; End:
