https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%20Core%201.3%20Regression%20Testing/

The idea is that there are lots of things that are almost never tested because 
the tests would take too long.
*and* because the tests do something to the image that is not wanted for a 
normal build.

Examples

        -> recompile everything, run tests again
        -> decompile everything to text, compile and install
        -> format everything and compile
        -> condense changes
        -> write new sources
        -> run without sources
        -> run without sources but encoded temps 
        -> ..... what else???
        
The idea is that this CI Server Project runs all these
after every build, but not as part of main build (so it does not lengthen the 
build process).

For now, this just has one test that recompiled the image and does nothing else.

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply via email to