[pharo-project/pharo-core] e2d5dd: 60213
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: e2d5dd55203cd904e458f8c966dc4d09a40cc817 https://github.com/pharo-project/pharo-core/commit/e2d5dd55203cd904e458f8c96... Author: Jenkins Build Server <board@pharo-project.org> Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M HudsonBuildTools20.package/HDTestReport.class/instance/running/runCase_.st A SUnit-Core.package/TAssertable.class/instance/asserting/assert_closeTo_.st M SUnit-UI.package/CommandLineTestRunner.class/instance/running/runCase_.st R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60212.st A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60213.st R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60212.st A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60213.st M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st Log Message: ----------- 60213 19076 New assert extension to compare floats by closeTo https://pharo.fogbugz.com/f/cases/19076 19068 SUnit failed tests during command line or monkey run https://pharo.fogbugz.com/f/cases/19068 http://files.pharo.org/image/60/60213.zip
Log Message: ----------- 60213 19076 New assert extension to compare floats by closeTo https://pharo.fogbugz.com/f/cases/19076
19068 SUnit failed tests during command line or monkey run https://pharo.fogbugz.com/f/cases/19068
With these, we are down to 9 failing tests on the CI: SmalllintManifestCheckerTest.testCriticsOf SmalllintManifestCheckerTest.testToDoOf - tests need to be updated, will be fixed with next QA update SHParserST80Test.testNumberHierarchy - syntax errors in some methods. ReleaseTest.testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits - fixed upstream (yes, I need to start bugging people again⦠there is *nothing* to be gained from delaying integrating!) ReleaseTest.testMethodsWithUnboundGlobals - FFI package references a non existing class. We should really fix that... SystemAnnouncerLiveTest.testNoDeadSubscriptions Announcements.Tests.Core.Tests.WeakAnnouncerTest.testNoDeadWeakSubscriptions - no idea SystemVersionTest.testUpgrade The space in SystemVersion. makes *lots* of problems and has to be reverted. (e.g. âload code updateâ is broken due to that, too) ClassDescriptionTest.testClassDescriptionRespectsPolymorphismWithTraitDescription #iconNamed: in ClassDescription. Should it be there? Marcus
With these, we are down to 9 failing tests on the CI:
We are down to 6! These: SmalllintManifestCheckerTest.testCriticsOf SmalllintManifestCheckerTest.testToDoOf - tests need to be updated, will be fixed with next QA update ReleaseTest.testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits - fixed upstream SystemAnnouncerLiveTest.testNoDeadSubscriptions Announcements.Tests.Core.Tests.WeakAnnouncerTest.testNoDeadWeakSubscriptions ClassDescriptionTest.testClassDescriptionRespectsPolymorphismWithTraitDescription #iconNamed: in ClassDescription.
Cool to hear this progress. cheers -ben On Wed, Sep 14, 2016 at 1:51 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
With these, we are down to 9 failing tests on the CI:
We are down to 6! These:
SmalllintManifestCheckerTest.testCriticsOf SmalllintManifestCheckerTest.testToDoOf - tests need to be updated, will be fixed with next QA update
ReleaseTest.testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits - fixed upstream
SystemAnnouncerLiveTest.testNoDeadSubscriptions Announcements.Tests.Core.Tests.WeakAnnouncerTest.testNoDeadWeakSubscriptions
ClassDescriptionTest.testClassDescriptionRespectsPolymorphismWithTraitDescription #iconNamed: in ClassDescription.
participants (3)
-
Ben Coman -
GitHub -
Marcus Denker