So...I did it. With the latest Pharo update 20238 (with new Fuel version)
and my latest commit HudsonBuildTools20-MarianoMartinezPeck.3 to CISupport,
we have all what I mentioned here. So all you have to do is:

FLMaterializer materializeFromFileNamed: 'XXXTest-testYYY.fuel'.

I have also updated the job description in:
https://ci.lille.inria.fr/pharo/view/Pharo%202.0/job/pharo-2.0-tests/

Finally, for Sean, it would awesome if you can now improve TestMedic to
display the debug information of a selected test before debugging it. To
get the info, you can do:

| header |
header := FLMaterializer materializeHeaderFromFileNamed:
'FLFullBasicSerializationTest-testDate.fuel'.
header additionalObjectAt: #VM.
header additionalObjectAt: #Image.
header additionalObjectAt: #Timestamp.

those last 3 lines give you the info you would need to show.

I can give it a try, but I suck in UI/Spec and I have some pending things
to do with Fuel and Tanker.

Cheers,

On Sun, Jul 29, 2012 at 4:36 PM, Sean P. DeNigris <[email protected]>wrote:

>
> Mariano Martinez Peck wrote
> >
> > if you think this is useful
>
> It all sounds great; go for it!
>
>
>
> --
> View this message in context:
> http://forum.world.st/ENH-Test-Failure-Browser-tp4641525p4642057.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
>


-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to