0.9.5.13:
authorJuho Snellman <jsnell@iki.fi>
Thu, 29 Sep 2005 21:41:29 +0000 (21:41 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 29 Sep 2005 21:41:29 +0000 (21:41 +0000)
commitad0133544b3497c34e656ba2519cee5dfd70e828
tree81b798ea8332c9e349ad4b8cd149e2a20f34a28e
parenta8781d6c5b68a6b08315e98f70a407d992e07363
0.9.5.13:
        Some test framework improvements, inspired by trying to remote-debug a
        test failure on #lisp:

        * Print a backtrace for unhandled errors (unless running with
          --break-on-failure).
        * Consistently use HANDLER-BIND instead of HANDLER-CASE, to
          get the backtrace/debugger prompt in the right dynamic
          state.
        * Name all WITH-TESTs. Most tests were already named, and the
          automatically assigned numbers aren't really optimal for
          locating tests.
tests/debug.impure.lisp
tests/float.pure.lisp
tests/package-locks.impure.lisp
tests/run-tests.lisp
tests/test-util.lisp
version.lisp-expr