[squeak-dev] Can we get Squeak green for the release?

Tobias Pape Das.Linux at gmx.de
Tue Apr 7 12:30:49 UTC 2015


Hi


On 04.04.2015, at 16:59, Frank Shearar <frank.shearar at gmail.com> wrote:

> On 3 April 2015 at 16:27, Tobias Pape <Das.Linux at gmx.de> wrote:
>> Hey
>> 
>> I am watching the CI doing its work as changes and fixes
>> chime in.
>>  I noticed that there are still 13 test failing[1] and I'm
>> not sure how all of them should be fixed :)
>>  Let's make it green!
> 
> I am _very very happy_ to see someone other than me harping on about
> tests! Please carry on!
> 
> This one ought to be easy to fix: it's a small breakage in the
> modularity of the image; some methods need to be recategorised as not
> being System: http://build.squeak.org/job/SqueakTrunk/1207/testReport/Tests.Dependencies/PackageDependencyTest/testSystem/
> 
> This one too: http://build.squeak.org/job/SqueakTrunk/1207/testReport/Tests.Dependencies/PackageDependencyTest/testTools/
> (Tools shouldn't depend on _ToolBuilder-Morphic_, even though it would
> be OK to depend on ToolBuilder.)
> 
> And I love that this one fails -
> http://build.squeak.org/job/SqueakTrunk/1207/testReport/Tests.Dependencies/PackageDependencyTest/testMultilingual/
> - Multilingual no longer depends on TrueType, and our system just got
> one dependency cleaner.

I did some things :)

But I need help:
There's a strange thing in the decompiler/compiler:

http://build.squeak.org/job/SqueakTrunk/lastCompletedBuild/testReport/Tests.Compiler/DecompilerTests/testDecompilerInClassesBAtoBM/

Somewhere in Behavior>>#toolIconSelector:, 
a sequence of 'push nil. pop' is generated that is decompiled as 'nil.'.
This does not match the source and I don't know whether it's a bug in
the Compiler emitting this or the Decompiler not recognizing the emitted
pattern.

Best
	-Tobias



More information about the Squeak-dev mailing list