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