- 16 Jan, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 14 Jan, 2009 1 commit
-
-
Ian Lynagh authored
Our "make clean" detection was causing problems for tests which had their own local clean target.
-
- 09 Jan, 2009 1 commit
-
-
Ian Lynagh authored
-
- 08 Jan, 2009 1 commit
-
-
Ian Lynagh authored
-
- 29 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 23 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 11 Jul, 2008 1 commit
-
-
Simon Marlow authored
-
- 07 Jul, 2008 1 commit
-
-
Simon Marlow authored
-
- 20 Jan, 2008 1 commit
-
-
Ian Lynagh authored
We now run programs in a Job, which means that we can kill a process and all of its children when a timeout happens.
-
- 16 Nov, 2007 1 commit
-
-
Simon Marlow authored
-
- 06 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 05 Apr, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 07 Sep, 2006 1 commit
-
-
Ian Lynagh authored
-
- 04 Aug, 2005 1 commit
-
-
simonmar authored
A better timeout. This one starts a new session for the child process, and attempts to kill the entire group when the time expires (previously we only killed the direct child, if the child itself had spawned more processes these would continue to run). The new scheme is only for Unix, presumably we have to do something different on Windows. Code partly from Ian Lynagh.
-
- 04 Feb, 2005 1 commit
-
-
simonmar authored
Add a timeout to test runs, using a wrapper program (written in Haskell, using System.Process of course!).
-