Issue 3516 in pharo: Failing tests in MetaCello

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

Issue 3516 in pharo: Failing tests in MetaCello

pharo
Status: Accepted
Owner: marcus.denker
Labels: Milestone-1.2-DevImage

New issue 3516 by marcus.denker: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

>>> Metacello.TestsReference.MetacelloReferenceTestCase.testReferenceConfig  
>>> 0.0020 9
>>> Metacello.TestsReference.MetacelloReferenceTestCase.testReferenceConfigPrintString  
>>>
>>> 0.0060 9


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3516 in pharo: Failing tests in MetaCello

Mariano Martinez Peck
I cc'ed metacello

On Fri, Jan 7, 2011 at 3:34 PM, <[hidden email]> wrote:
Status: Accepted
Owner: marcus.denker
Labels: Milestone-1.2-DevImage

New issue 3516 by marcus.denker: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

Metacello.TestsReference.MetacelloReferenceTestCase.testReferenceConfig         0.0020  9
Metacello.TestsReference.MetacelloReferenceTestCase.testReferenceConfigPrintString      0.0060  9



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3516 in pharo: Failing tests in MetaCello

pharo
In reply to this post by pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 3516 by marianopeck: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3516 in pharo: Failing tests in MetaCello

pharo

Comment #2 on issue 3516 by [hidden email]: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

Before I get too far into trying to reproduce this problem ... is there a  
particular version of Pharo1.2 in which this is failing and does it fail in  
the core or only in the dev image? if in the dev image, is there a  
pre-built dev image available? If no dev image is available which version  
of Pharo1.2 core image is the basis for building a dev image?

Right now I will go on the assumption that it's failing in an updated  
version of  PharoCore1.2 and will see if the error reproduces there...


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3516 in pharo: Failing tests in MetaCello

pharo

Comment #3 on issue 3516 by marianopeck: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

Dale, yes, they are failing in the image you can get from hudson:
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/artifact/Pharo-1.2.zip


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3516 in pharo: Failing tests in MetaCello

pharo

Comment #4 on issue 3516 by [hidden email]: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

The test failure is due to a test bug ... apparently a recent update to  
Pharo1.2 has changed the printString for some symbols. #>= used to print as  
#'>=' and now prints as #>= which affected the two tests ...

This test bug will be fixed in Metacello 1.0-beta.28.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3516 in pharo: Failing tests in MetaCello

pharo
Updates:
        Status: Closed

Comment #5 on issue 3516 by marianopeck: Failing tests in MetaCello
http://code.google.com/p/pharo/issues/detail?id=3516

thanks dale. I close the issue then :)