Re: Quick Test hack for someone

2001-09-24 Thread Mattia Barbon
On Mon, 24 Sep 2001, Simon Cozens wrote: >When tests fail for Really Bad reasons, they tend to do something like this: > >Got: ' >' >Expected: ' >ok 1 >... >' > >It'd be really nice if we could intercept that and give more detail on why >the test failed. Did the assembler compile to a PBC ok? Did

Re: Quick Test hack for someone

2001-09-24 Thread Buggs
On Tuesday 25 September 2001 00:00, Simon Cozens wrote: > When tests fail for Really Bad reasons, they tend to do something like > this: > > Got: ' > ' > Expected: ' > ok 1 > ... > ' > > It'd be really nice if we could intercept that and give more detail on why > the test failed. Did the assembler

Quick Test hack for someone

2001-09-24 Thread Simon Cozens
When tests fail for Really Bad reasons, they tend to do something like this: Got: ' ' Expected: ' ok 1 ... ' It'd be really nice if we could intercept that and give more detail on why the test failed. Did the assembler compile to a PBC ok? Did the interpreter segfault? (This is what usually happ