Quoting MenTaLguY <mental@...3...>:
On Thu, 2008-03-13 at 23:53 -0700, Jon A. Cruz wrote:
We need to get the unit test passing and updated.
We also need to break up dependencies and stub/mock things as needed so that individual test suites don't take 45 minutes to build.
As long as new test runs take as long as they currently do, I don't think anyone's going to be seriously using the unit tests for anything.
Sounds like there is some debugging to do on the process. I don't see anything near that on my system.
If I go into the src directory, ensure my inkscape compile is up to date, then fire off a check, it goes very quickly:
real 0m42.900s user 0m34.698s sys 0m3.588s
So I'm seeing 43 seconds to build and execute the base unit tests, but you're seeing 45 minutes. Something is seriously different.
Perhaps we need to just collect this on a "Unit Test Pain" page so we can fix it for people seeing bad behavior.