[Pharo-project] Issue 3864 in pharo: [Failing Test] 1.3 ImageSegmentTestExport
Status: Accepted Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3864 by marcus.d...@gmail.com: [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
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.
Updates: Status: Closed Comment #2 on issue 3864 by stephane...@gmail.com: [Failing Test] 1.3 ImageSegmentTestExport http://code.google.com/p/pharo/issues/detail?id=3864 in 13112
participants (1)
-
pharo@googlecode.com