[squeak-dev] The Trunk: Tests-ul.200.mcz

Frank Shearar frank.shearar at gmail.com
Sat Apr 27 21:32:24 UTC 2013


On 27 April 2013 21:24,  <commits at source.squeak.org> wrote:
> Levente Uzonyi uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-ul.200.mcz
>
> ==================== Summary ====================
>
> Name: Tests-ul.200
> Author: ul
> Time: 27 April 2013, 10:08:43.206 pm
> UUID: dfe70287-0768-42f9-97b7-d7ba6fbd6bb6
> Ancestors: Tests-fbs.199
>
> - avoid suboptimal string concatentation in ReleaseTest >> #testMethodsWithUnboundGlobals

And "asCommaString" is more intention revealing. More insight into the
failing test at
http://build.squeak.org/job/SqueakTrunk/281/testReport/junit/Tests.Release/ReleaseTest/testMethodsWithUnboundGlobals/
(Warning: it's pretty big.)

It's possible that this test is showing that every single method in
every single class has unbound globals. That's highly indicative of a
bug in the SystemNavigation >> #methodsWithUnboundGlobals. Well, not
_there_. Perhaps the bug starts from "m methodClass bindingOf: l key"?

frank


More information about the Squeak-dev mailing list