summaryrefslogtreecommitdiff
path: root/testsuite/timeout
Commit message (Expand)AuthorAgeFilesLines
* ci: fix lint-testsuite jobCheng Shao2023-03-301-6/+1
* Fix Storeable instances for the windows timeout executable.Andreas Klebinger2021-02-221-2/+2
* testsuite/timeout: Fix windows specific errors.Andreas Klebinger2020-10-092-25/+28
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Adds CTRL-C handler in Windows's timeout (trac issue #12721)ARJANEN Loïc Jean David2018-05-121-23/+32
* Drop GHC 8.0 compatibilityRyan Scott2018-03-131-3/+0
* mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1.Edward Z. Yang2017-04-021-1/+1
* Revert "GHC_STAGE1 isn't defined, use other form."Edward Z. Yang2017-03-171-1/+1
* GHC_STAGE1 isn't defined, use other form.Edward Z. Yang2017-03-171-1/+1
* Fix broken testsPhil Ruffwind2017-01-301-2/+6
* Bump Win32 version.Ben Gamari2017-01-241-2/+3
* Fix various issues with testsuite code on WindowsTamar Christina2016-12-281-2/+2
* Expand I/O CP in commentsJoachim Breitner2016-12-271-2/+2
* Allow timeout to kill entire process tree.Tamar Christina2016-12-232-1/+15
* Fix timeout's timeout on WindowsTamar Christina2016-12-191-15/+18
* Fix x86 Windows build and testsuiteTamar Christina2016-12-061-1/+2
* Fix testsuite threading, timeout, encoding and performance issues on WindowsTamar Christina2016-11-292-13/+272
* testsuite/timeout: Ensure that processes are cleaned up on WindowsBen Gamari2016-10-171-16/+19
* Testsuite: do not print timeout messageThomas Miedema2016-06-281-6/+1
* 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