...I tried to fix the the Jenkins Tests job for Pharo Kernel to
process all kernel related jobs and not only a subset that was
loadable without errors. So now we have 170 failures.

https://ci.lille.inria.fr/pharo/view/Pharo-Kernel%202.0/job/Pharo%20Kernel%202.0%20Tests/26/testReport/

Most of them are related to bad packaging - for example
TextDiffBuilderTest is between System tests, Compiler tests are
dependent on Morphic etc.

Fuel tests are not processed because of the archive error. Graphics
Tests are not loaded too. They should be divided because they mix file
formats tests with Point and Form tests. And of course the Tests
package must be divided because it contains tests for Monticello,
Polymorph etc. This are the only categories from this package I load:

Tests-Bugs
Tests-CodeImport
Tests-Compression
Tests-Exceptions
Tests-Files
Tests-Finalization
Tests-Localization
Tests-Object Events
Tests-ObjectsAsMethods
Tests-Release
Tests-System
Tests-System-CommandLine
Tests-SystemChangeNotification
Tests-SystemTests-Support
Tests-Traits
Tests-Traits-MOP
Tests-VM

There is some minor issue with Tests-System because it includes a
class with shared pools. That makes problems with fileIn and fileOut
of this category.

Cheers,
-- Pavel

Reply via email to