[V3dot10] Test results in 7121

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sat Jul 7 11:52:11 UTC 2007


Folks:

I complete the re-build of 7121 starting from fresh 3.9 final to Ralph
request, before to do more updates.

Still no news about when I could delete the wrong files into the 310
repository.

As I said before, no red test.

But the Pc and the Mac continue to give different results in different runs.

The worst case is this :

#('FontTest>>#testFallback' 'FontTest>>#testParagraphFallback'
'FontTest>>#testResetAfterEmphasized' 'LocaleTest>>#testIsFontAvailable'
'ReleaseTest>>#testUndeclared' 'TestIndenting>>#testCR2'
'TestIndenting>>#testNewLineLeaveSpacesOnOldLine'
'TestIndenting>>#testNewLineStartsIndentedWhenWrapped'
'TestIndenting>>#testSetUp' 'WideStringTest>>#testSubstrings')

But I have 7121 images without the 3 FontTest failures or the Testindenting
failures

For Locale test, in the Mac the test seems wrong to me

testIsFontAvailable
    "self debug: #testIsFontAvailable"
    (Locale isoLanguage: 'ja') languageEnvironment removeFonts.
    self assert: (Locale isoLanguage: 'en') languageEnvironment
isFontAvailable.
    "Next test should fail after installing Japanese font"

 >>>   self assert: (Locale isoLanguage: 'ja') languageEnvironment
isFontAvailable not. "here I have isoLanguage: 'ja') languageEnvironment
true, no surprise test fail

    (Locale isoLanguage: 'ja') languageEnvironment installFont.
    self assert: (Locale isoLanguage: 'ja') languageEnvironment
isFontAvailable




More information about the V3dot10 mailing list