Moose is actually not unstable at all, but the tests did look bad.
It was on my to do list to clean the tests. Now, I managed to:
- remove OSProcess from the executed tests
- remove references to Mondrian which is why most of the other tests failed
- fixed one Roassal test by adding a dummy ROGraphvizLayout>>doExecute: (note that the graphviz layout is only loaded in the moose image, not directly from Roassal).
Now, we only get 2 tests failing:
- Still a Roassal test related to the Steping behavior of the Graphviz layout. I do not quite understand how to fix this one.
- a Monticello importer test.
It would be great if anyone could look into these two.
Cheers,
Doru