Changes between Version 1 and Version 2 of Building/RunningTests/Running
- Timestamp:
- 07/08/11 16:00:29 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests/Running
v1 v2 68 68 }}} 69 69 This can be a huge time saver these days with the number of cores most people have. 70 71 == Problems running the testsuite == 72 73 If the testsuite fails mysteriously, make sure that the timeout utility is working properly. This Haskell utility is compiled with the stage 1 compiler and invoked by the python driver, which does not print a nice error report if the utility fails. This can happen if, for example, the compiler produces bogus binaries. A workaround is to compile timeout with a stable ghc.
