Issue 3864 in pharo: [Failing Test] 1.3 ImageSegmentTestExport

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

Issue 3864 in pharo: [Failing Test] 1.3 ImageSegmentTestExport

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3864 by [hidden email]: [Failing Test] 1.3  
ImageSegmentTestExport
http://code.google.com/p/pharo/issues/detail?id=3864

>>> Tests.System.ImageSegmentTestExport.testObsoleteFake37ClassesRefs
>>> 0.167 139
>>> Tests.System.ImageSegmentTestExport.testSymbolsDuplicated 0.423 139
>>> Tests.System.ImageSegmentTestExport.testSaveClassAndNotTheMetaclass
>>> 0.193 139
>>> Tests.System.ImageSegmentTestExport.testUniqueObjects 0.291 139
>>> Tests.System.ImageSegmentTestExport.testSaveAndLoadImageSegmentToDiskWithoutGC  
>>>
>>> 0.22 139
>>> Tests.System.ImageSegmentTestExport.testSaveClassAndAlsoTheMetaclass
>>> 0.112 139
>>> Tests.System.ImageSegmentTestExport.testStatesInExport 0.219 139
>>> Tests.System.ImageSegmentTestExport.testSegmentWordArraySize 0.093 139
>>> Tests.System.ImageSegmentTestExport.testSymbols 0.223 139
>>> Tests.System.ImageSegmentTestExport.testSaveAndLoadImageSegmentToDiskWithGC  
>>>
>>> 0.22 139


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3864 in pharo: [Failing Test] 1.3 ImageSegmentTestExport

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 3864 by marianopeck: [Failing Test] 1.3  
ImageSegmentTestExport
http://code.google.com/p/pharo/issues/detail?id=3864

To fix this, browse the class WordArrayForSegment and change its superclass  
to WordArray instead of the Obsolete one.

After, evaluate the following:

Smalltalk fixObsoleteReferences.
BalloonEngine initialize.
DataStream initialize.
DeflateStream initialize.
FastInflateStream initialize.
ZipConstants initialize.
ZipWriteStream initialize.
PNGReadWriter initialize.

Once that is done, all ImageSgement tests are green.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3864 in pharo: [Failing Test] 1.3 ImageSegmentTestExport

pharo
Updates:
        Status: Closed

Comment #2 on issue 3864 by [hidden email]: [Failing Test] 1.3  
ImageSegmentTestExport
http://code.google.com/p/pharo/issues/detail?id=3864

in 13112