[squeak-dev] Trunk test status

Frank Shearar frank.shearar at gmail.com
Sat Oct 27 22:22:50 UTC 2012


On 26 July 2012 11:59, Levente Uzonyi <leves at elte.hu> wrote:
> On Thu, 26 Jul 2012, Frank Shearar wrote:
>
>> In a freshly updated trunk we have 3184 out of 3157 tests passing. We
>> have 16 expected failures, and 11 failures, the latter being:
>> * BecomeTest>>#testBecomeIdentityHash
>
>
> This is failing due to a VM bug. There's a fix for it somewhere, but it
> seems like it's not integrated into Cog yet. Explore this to see that two
> consecutive objects share the same identityHash:
>
> Array new: 10 streamContents: [ :stream |
>         1 to: 10 do: [ :e | stream nextPut: Object new identityHash ] ]
>
>> * ExceptionTests>>#testHandlerFromAction
>
>
> This is more like a feature request, the current exception handling
> mechanism doesn't work like this.
>
>> * LocaleTest>>#testLocaleChanged
>
>
> A bug introduced during the GetText integration.

It looks like I just need a Preference that differs between ja and en
locales. How could I find such a thing? I seem to have uncovered a
nest of uncommented classes and things that look like selectors that
are actually keys in dictionaries. It's less than clear how this stuff
works.

frank


More information about the Squeak-dev mailing list