Peter Seibel peter@javamonkey.com writes:
Dirk Gerrits dirk@dirkgerrits.com writes:
Luke Gorrie luke@bluetail.com writes:
In SLIME we have a homebrew elisp-driven testing framework on `M-x slime-run-tests' that presents its results in an outline-mode buffer.
With the current CVS and CMUCL 18e-r4, I get 'Failed on 23 (0 expected) of 43 tests'. I've attached the outline-mode buffer contents. The first failure seems to be a red herring, and the others appear to be appear to be of the form '"CL-USER> ..." expected but got "SWANK> ..."'.
Hmmmm. That sounds like the stuff I've been mucking around in lately. I'll take a look.
Okay. So I obviously didn't run the tests before I committed those changes. Shame on me. So now I'm trying to be good and run them and am getting not only all kinds of failures but also--it seems--the tests themselves hanging. I'm using Allegro 6.2 on GNU/Linux. Any ideas?
-Peter