Test Status (was: Re: [squeak-dev] The Trunk: Monticello-bf.525.mcz)

Levente Uzonyi leves at elte.hu
Thu Sep 20 17:35:36 UTC 2012


On Thu, 20 Sep 2012, Frank Shearar wrote:

> On 20 September 2012 16:52, Herbert König <herbertkoenig at gmx.net> wrote:
>> Hi,
>>
>> Am 20.09.2012 15:37, schrieb Frank Shearar:
>>
>>>
>>> I haven't posted a progress report in a while. As of this commit we
>>> have only 9 failing tests!
>>>
>>> http://squeakci.org/job/SqueakTrunk/lastCompletedBuild/testReport/
>>>
>>> One of those is entirely my fault: the HudsonBuildTools needs either
>>> fleshing out to pull in RB and friends or, better, stripping down to
>>> remove references to same.
>>
>> too slow network to download the zip, so I updated the last one to 12229 and
>> got:
>> 3222 run, 3176 passes, 18 expected failures, 7 failures, 21 errors, 0
>> unexpected passes
>> http://i.minus.com/iLqjljOy965AF.png
>
> Cool, we're making progress!
>
> #testNoObsoleteClasses fails because of the HudsonBuildTools.st we use.
> #testMinimumNegativeInte... is, if I recall correctly, a marker for a
> bugfix (Nicolas?) as is #testClassRemoval...

#testMinimumNegativeIntegerArithmetic is failing because of a bug in the 
VM. You'll need a VM with Nicolas's patch applied to make it pass.

#testMethodsWithUnboundGlobals, 
#testClassRemovalAndRecompilcationWontCreateDuplicateVariableBindings and 
#testNoObsoleteClasses fail (the last one might pass depending on the 
order of the tests) because if you remove a class from the system which is 
being referred to and then create a class with the same name, then the 
existing bindings will point to the old class (which is obsolete) instead 
of the new.

#testUndeclared is failing because of HudsonBuildTools referencing RB and 
Gofer. I made a version where I only kept HDReport and HDTestReport and it 
just works.

So we're soon down to 4 failing tests.


Levente

>
> frank
>
>> on Win 7, 64 Bit
>>
>> Cheers
>>
>> Herbert
>>
>
>


More information about the Squeak-dev mailing list