summaryrefslogtreecommitdiff
path: root/testsuite/timeout
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: only print msg when timeout kills process unexpectedlyThomas Miedema2015-09-041-2/+0
* testsuite: Show killed command line on timeoutBen Gamari2015-07-212-5/+6
* Build system: prevent "./Setup: Command not found"Thomas Miedema2015-05-301-1/+1
* Python 3 support, second attempt (Trac #9184)Krzysztof Gogolewski2014-10-192-2/+2
* Revert "Basic Python 3 support for testsuite driver (Trac #9184)"Krzysztof Gogolewski2014-10-032-2/+2
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-012-2/+2
* Remove the definition of die, which is now provided by System.ExitSimon Peyton Jones2014-04-281-4/+0
* Handle ^C better when threads are being used tooIan Lynagh2013-02-021-39/+46
* Fix the timeout program following the changes to baseIan Lynagh2012-06-201-2/+0
* Don't read boilerplate.mk on 'make maintainer-clean'Simon Peyton Jones2012-01-201-0/+2
* cleaning of testsuiteDavid Terei2011-11-154-11/+7
* Fix passing spaces to tests on Windows, and add a test for itIan Lynagh2011-10-181-2/+6
* Fix quoting in MakefileIan Lynagh2010-04-161-1/+1
* Use ${PYTHON} instead of relying on #!/usr/bin/env pythonMatthias Kilian2010-04-161-1/+3
* Always use the python timeout program on non-WindowsIan Lynagh2009-10-251-1/+6
* Complete timeout.py's unix supportIan Lynagh2009-10-251-2/+19
* Fix quoting in the testsuite timeout program's MakefileIan Lynagh2009-10-131-7/+7
* Add some diagnostics to timeoutIan Lynagh2009-10-131-3/+9
* Use /usr/bin/env to find PythonSimon Marlow2009-07-232-2/+2
* make maintainer-clean workSimon Marlow2009-05-141-1/+1
* Tell Cabal where hsc2hs; fixes trac #3147Ian Lynagh2009-04-101-0/+1
* Do not use System.Process on Posix systemsSimon Marlow2008-12-221-27/+27
* Hack to find gcc for an in-place ghcIan Lynagh2009-01-161-1/+7
* Also canonicalise the install prefix for the timeout programIan Lynagh2009-01-161-1/+4
* Move the Makefile changes around so they don't cause test failuresIan Lynagh2009-01-141-0/+12
* Fix timeout's clean targetIan Lynagh2009-01-091-1/+2
* Disentangle the testsuite from the compiler's build systemIan Lynagh2009-01-083-51/+17
* Make the testsuite work with the new build systemSimon Marlow2008-12-171-0/+41
* follow library changesIan Lynagh2008-09-031-1/+1
* We now depend on concurrent (split off from base)Ian Lynagh2008-08-241-1/+1
* Change the timeout program to use exceptions properlyIan Lynagh2008-08-031-19/+30
* Follow extensible exception changesIan Lynagh2008-06-231-6/+7
* Don't fail when cleaning if cabal-bin doesn't existIan Lynagh2008-07-291-1/+1
* We need to tell Cabal that WinCBindings is a module of the timeout programIan Lynagh2008-07-241-0/+1
* Build the timeout program with CabalIan Lynagh2008-07-232-32/+51
* FIX boottestsuite build failureSimon Marlow2008-07-111-0/+3
* FIX BUILDSimon Marlow2008-07-071-0/+2
* Avoid using deprecated flags in the testsuite testsIan Lynagh2008-06-161-1/+1
* Add WinCBindings.hsc, not WinCBindings.hs!Ian Lynagh2008-01-202-193/+144
* Fix #1599: Improve timeout on WindowsIan Lynagh2008-01-203-44/+248
* small tidyups to thie MakefileSimon Marlow2007-11-161-5/+8
* Stop the timeout calibration ever returning 0Ian Lynagh2007-08-211-1/+4
* Fix calibrate python script for non-UNIX machinesIan Lynagh2007-07-071-1/+8
* Calibrate == calibrate on Windows...Ian Lynagh2007-04-063-4/+4
* Use $(PYTHON) to run calibrate, rather than relying on it finding python itselfIan Lynagh2007-04-051-2/+1
* Calibrate the testsuite timeout if a value of -1 is givenIan Lynagh2007-04-053-0/+33
* Print something to stderr when a timeout happensIan Lynagh2007-03-042-109/+112
* Allow testsuite to run under MSYS/MinGW using native Python (not Cygwin Python).brianlsmith2006-09-171-2/+5
* Use a python timeout for the testsuite when we don't have a threaded RTSIan Lynagh2006-09-072-0/+36
* attempt to work around restrictions with fork() & pthreadsSimon Marlow2006-03-231-5/+12