My only comment is that I see continuous integration for 1.1 but this has absolutely no sense if we don't fix the tests as soon as they happen. So, or we do that, or we remove Continuous Integration for the milestone :)
cheers Mariano On Sat, Jan 16, 2010 at 11:38 AM, Stéphane Ducasse < [email protected]> wrote: > > On Jan 16, 2010, at 11:33 AM, Levente Uzonyi wrote: > > > On Sat, 16 Jan 2010, Stéphane Ducasse wrote: > > > >> issue 1827 soon in 11162 > >> > >> Fixed > >> - testComplIsSelfEvaluating removed the compiledMethod from the > array since the store on probably changed and > >> compiled methods are not self evaluating > >> > >> SimpleSwicthMorph>>testName removed (no external name anymore) > >> > >> AuthorTest>>testDeprecation removed (since the methods are not > there anymore) > >> > >> > >> Changed last line since a test should not rely on something on the > harddisc > >> > >> 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. > >> (Locale isoLanguage: 'ja') languageEnvironment installFont. > >> self assert: (Locale isoLanguage: 'ja') languageEnvironment > isFontAvailable not > >> > >> > >> TextDiffBuilderTest>>expectedFailures > >> "these tests are for the new TextDiffBuilder that should be > integrated from Squeak-trunk" > > > > To be exact, these are broken with the current implementation. > Integrating the new TextDiffBuilder should be easy. > > yeap! > > Stef > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
