Hi Ben,
On 6 January 2018 at 12:09, Ben Coman <btc@openinworld.com> wrote:
> It great having a CI system to check all our tests a passing,
> but I thought I'd go old school and run them from the TestRunner GUI
> and found in a fresh latest Pharo 7 there are "128 failures, 63 errors"
>
> This one is interesting...
> ArrayTest>>test0FixtureAsSetForIdentityMu Which platform and image?ltiplinessTest
> | anElement res |
> self elementsCopyNonIdenticalWithoutEqualElements.
> anElement := self elementsCopyNonIdenticalWithoutEqualElements anyOne.
> self deny: anElement copy == anElement.�� "<<<<FAILS"
>
> where anElement ==> SmallFloat64 (1.5)
> so the deny fails.
Pharo 7.0
Build information:
Pharo-7.0+alpha.build.410.sha.aa40385cd6fee69bb51d4a3afcacfb 5f91eed206
(32 Bit)
Ubuntu 16.04
14915 run, 14859 passes, 31 skipped, 50 expected failures, 5 failures,
1 errors, 0 unexpected passes
Failures:
ReleaseTest>>#testMethodsWithUnboundGlobals
TonelWriterTest>>#testWriteSnapshot
ReleaseTest>>#testUnpackagedClasses
ReleaseTest>>#testNoEmptyPackages
ReleaseTest>>#testThatAllMethodsArePackaged
Errors:
ZnClientTests>>#testRedirect
Hmm, strange. Does it failed each time ?
It does not fail for me (macOS). Furthermore, all Zinc tests are green��https://ci.inria.fr/pharo-contribution/job/ ZincHTTPComponents/