[pharo-project/pharo-core] e2d5dd: 60213

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[pharo-project/pharo-core] e2d5dd: 60213

Eliot Miranda-3
  Branch: refs/heads/6.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: e2d5dd55203cd904e458f8c966dc4d09a40cc817
      https://github.com/pharo-project/pharo-core/commit/e2d5dd55203cd904e458f8c966dc4d09a40cc817
  Author: Jenkins Build Server <[hidden email]>
  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


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] e2d5dd: 60213

Marcus Denker-4
>
>  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



Reply | Threaded
Open this post in threaded view
|

[Pharo 6] failing tests down to 6

Marcus Denker-4
>
> 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.




Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 6] failing tests down to 6

Ben Coman
Cool to hear this progress.
cheers -ben

On Wed, Sep 14, 2016 at 1:51 AM, Marcus Denker <[hidden email]> 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.
>
>
>
>