March 8, 2013
5:05 p.m.
On Fri, Mar 08, 2013 at 05:27:04PM +0100, Camillo Bruni wrote:
thanks, I changed it and it sort of works: https://ci.inria.fr/pharo-contribution/job/OSProcess/ though an impressive number of 81 tests fail, that is almost 50% of all the tests. Is that normal?
I wouldn't call in "normal", but the full test suite requires an interpreter VM on Unix. To check for failures associated with the image, as opposed to VM features, I need to run the tests on an interpreter VM. Unfortunately I cannot open a Pharo image on an interpreter VM any more, possibly due to something failing in the startUp sequence. If anyone can explain what has changed I'd appreciate the help, because I have not been able to figure it out. Dave