On Jul 29, 2010, at 10:40 55AM, Tudor Girba wrote:

> Hi,
> 
> It looks like Autotest is crashing on a Cog VM/image. Any ideas as to why 
> that happen?
> 
> Cheers,
> Doru


If he went for using MethodWrappers as described below, it will crash on Cog, 
as it does not support objects as methods yet.

Cheers,
Henry

> 
> 
> On 27 Jul 2010, at 10:11, Alexandre Bergel wrote:
> 
>>> Indeed I also want to log for each test:
>>> - min / max / mean execution time
>>> - time to first failure
>>> - % of errors/failures/success
>>> - run count
>> 
>> That would be cool
>> 
>>> so with these datas we know long tests. I think about wrapping run test 
>>> methods with an object which then can collect these datas. Would you go 
>>> this way ?
>>> (Another way is to modify TestResult / TestCase, but it's more intrusive).
>> 
>> Over the last few month I intensively used method wrapper (a.k.a object as 
>> compiled method). Time to time, the image just freezes or crashes. Maybe due 
>> to the garbage collector. Modifying SUnit should not be that complex. It 
>> would be nice to turn SUnit into something more extensible. One shoot two 
>> targets.


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to