Hangs when running Slate tests
Brian Rice
water at tunes.org
Tue Sep 6 07:28:41 PDT 2005
On Sep 6, 2005, at 5:17 AM, Nick Forde wrote:
> Hi Brian,
>
> I've had a look into the hangs in the Slate tests.
> It turns out that each test which fails an assertion
> blows up the heap. It looks like the problem is to
> do with signal calls. e.g. updating signalFailureDescription:
> in test.slate shows that the hang only
> occurs when executing runAllTests. Evaluating this
> method directly from the REPL works OK.
>
> tc@(TestCase traits) signalFailureDescription: descr
> [| t |
> t: TestFailure new.
> t description: descr.
> Console writer ; 'PRE SIGNAL\n'.
> Console writer flush.
> t signal.
> Console writer ; 'POST SIGNAL\n'.
> Console writer flush.
> t
> ].
>
> Any ideas?
Not yet, but I'll have a look; send bug reports directly to the
mailing list in the future, please.
--
-Brian
More information about the Slate
mailing list