Hi all,

I've downloaded the pharo one-click and some tests are failing.

Pharo image: Pharo1.4a#14407
Virtual machine used: CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 22 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 22 2012, https://git.gitorious.org/cogvm/blessed.git Commit: e2cad7fb37808cf449802e3e1f80979f0422165b Date: Wed Mar 21 18:02:28 2012 +0100 By: Camillo Bruni <camillobruni@gmail.com>
Platform Name: unix
Class browser used (if applicable): Browser

8330 run, 8313 passes, 10 expected failures, 6 failures, 0 errors, 2 unexpected passes
Failures:

*** DateAndTimeTest>>#testPrintStringNoOffset
at this line
self assert: ('2002-05-16T17:20' asDateAndTime printString = ('2002-05-16T17:20:00+{1}:{2}' format: {localOffsetHours. localOffsetMinutes})).

'2002-05-16T17:20' asDateAndTime printString evaluates to '2002-05-16T17:20:00-03:00'
and ('2002-05-16T17:20:00+{1}:{2}' format: {localOffsetHours. localOffsetMinutes}) evaluates to '2002-05-16T17:20:00+-3:00'

so '2002-05-16T17:20:00-03:00' is not equal to '2002-05-16T17:20:00+-3:00'

*** FileDirectoryTest>>#testRecursiveMatching
at this line

self assert: (dir matchingEntries: '*.txt') isEmpty.

because
dir = UnixFileDirectory on '/home/vonbecmann/tmp/pharo-1.4.app/Contents/Resources'
has a readme.txt file

*** MCClassDefinitionTest>>#testNotValidClassTraitComposition
i cannot debug this failure. it needs more research

*** MCClassDefinitionTest>>#testNotValidTraitComposition
i cannot debug this failure. it needs more research

*** MCStWriterTest>>#testClassMethodDefinition
'
!MCMockClassA class methodsFor: ''as yet unclassified'' stamp: ''''!
one

^ 1! !
' size = 79

'
!MCMockClassA class methodsFor: ''as yet unclassified'' stamp: ''ab 7/7/2003 23:21''!
one

^ 1! !
' size = 96

so they have different size.

*** MCStWriterTest>>#testMethodDefinition
'
!MCMockClassA methodsFor: ''numeric'' stamp: ''''!
one
^ 1! !
' size = 60

'
!MCMockClassA methodsFor: ''numeric'' stamp: ''cwp 8/2/2003 17:26''!
one
^ 1! !
' size = 78

it's the same case as before

*** MirrorPrimitiveTests>>#testMirrorSize
i cannot debug this failure. it needs more research

any ideas? is this an old build?�


thanks.