Emergency evaluator pops up on red tests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Emergency evaluator pops up on red tests

Fabrizio Perin-3
Hi,
I loaded all my stuff in the latest moose based on 1.4.
All the tests of my PetitPHPParser are red. When I click on one red method the emergency evaluator pops up.

To reproduce it:
1- grab the latest MooseJee from the ci:
http://ci.moosetechnology.org/job/moose-latest-dev/

2- load the petit php parser:
Gofer new
    squeaksource: 'PetitPHPParser';                   
    package: 'ConfigurationOfPetitPHPParser';               
    load.                               
(Smalltalk at: #ConfigurationOfPetitPHPParser) perform: #loadDefault.

3- Run the tests of the php parser and click on any red method.

How can I debug the problem? Any suggestions on how to proceed?

Thanks,
Fabrizio
 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] Emergency evaluator pops up on red tests

Stéphane Ducasse
did you try to run on single test manually

        Test debug:#l';l;k;lk;l2

Stef

On Mar 30, 2012, at 1:28 PM, Fabrizio Perin wrote:

> Hi,
> I loaded all my stuff in the latest moose based on 1.4.
> All the tests of my PetitPHPParser are red. When I click on one red method the emergency evaluator pops up.
>
> To reproduce it:
> 1- grab the latest MooseJee from the ci:
> http://ci.moosetechnology.org/job/moose-latest-dev/
>
> 2- load the petit php parser:
> Gofer new
>     squeaksource: 'PetitPHPParser';                    
>     package: 'ConfigurationOfPetitPHPParser';                
>     load.                                
> (Smalltalk at: #ConfigurationOfPetitPHPParser) perform: #loadDefault.
>
> 3- Run the tests of the php parser and click on any red method.
>
> How can I debug the problem? Any suggestions on how to proceed?
>
> Thanks,
> Fabrizio
>  


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev