In a fresh 4.0 image, I get 10 failures and 11 errors. I guess this is why the monkey is failing validations... What do we do? ----- Cheers, Sean -- View this message in context: http://forum.world.st/Failing-Tests-in-Pharo-4-0-tp4763069.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 14 Jun 2014, at 04:35, Sean P. DeNigris <sean@clipperadams.com> wrote:
In a fresh 4.0 image, I get 10 failures and 11 errors. I guess this is why the monkey is failing validations... What do we do?
No, it runs the tests twice and just shows the diff. currently failing tests when run headless on the CI server are Zinc.Zodiac.ZnHTTPSTests.testGetPharoVersion 0.398 13 Zinc.Tests.ZnClientTests.testQueryGoogle 0.336 14 Zinc.Resource.Meta.Tests.ZnMimeTypeTests.testLegacy 0.016 19 ReleaseTests.ReleaseTest.testLayoutIntegrity 0.125 21 SlotTests.SlotIntegrationTest.testSlotScopeParallelism 0.123 21 Zinc.Tests.ZnImageExampleDelegateTests.testDefaultImage - of those, all the Zinc onces have been fixed upstream, we need to load the latest zinc in the image. - the slot integrity ones have an issue tracker entry: Failing test: testLayoutIntegrity and testSlotScopeParallelism https://pharo.fogbugz.com/f/cases/13287/ Then there are tests that are failing when running them not on the CI server but in the image headfull⦠we should reduce those, too.
What do we do?
Just continue what - at least I - do every day? Marcus
participants (2)
-
Marcus Denker -
Sean P. DeNigris