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).
