Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore Python 3 support (Trac #9184)wip/python3-new | Krzysztof Gogolewski | 2014-10-04 | 1 | -1/+1 |
| | | | | | | | This reverts commit e4a597f2f527ba0cd15cb51dda15cb51871c984e. Conflicts: testsuite/driver/testlib.py | ||||
* | Revert "Basic Python 3 support for testsuite driver (Trac #9184)" | Krzysztof Gogolewski | 2014-10-03 | 1 | -1/+1 |
| | | | | | | This reverts commit 084d241b316bfa12e41fc34cae993ca276bf0730. This is a possible culprit of Windows breakage reported at ghc-devs. | ||||
* | Basic Python 3 support for testsuite driver (Trac #9184) | Krzysztof Gogolewski | 2014-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: Most of the changes is adaptation of old Python 2 only code. My priority was not breaking Python 2, and so I avoided bigger changes to the driver. In particular, under Python 3 the output is a str and buffering cannot be disabled. To test, define PYTHON=python3 in testsuite/mk/boilerplate.mk. Thanks to aspidites <emarshall85@gmail.com> who provided the initial patch. Test Plan: validate under 2 and 3 Reviewers: hvr, simonmar, thomie, austin Reviewed By: thomie, austin Subscribers: aspidites, thomie, simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D233 GHC Trac Issues: #9184 | ||||
* | Handle ^C better when threads are being used too | Ian Lynagh | 2013-02-02 | 1 | -39/+46 |
| | |||||
* | Complete timeout.py's unix support | Ian Lynagh | 2009-10-25 | 1 | -2/+19 |
| | |||||
* | Use /usr/bin/env to find Python | Simon Marlow | 2009-07-23 | 1 | -1/+1 |
| | | | | Contributed by: Krister Walfridsson <krister.walfridsson@gmail.com> | ||||
* | Print something to stderr when a timeout happens | Ian Lynagh | 2007-03-04 | 1 | -0/+1 |
| | | | | Also fixes whitespace. | ||||
* | Use a python timeout for the testsuite when we don't have a threaded RTS | Ian Lynagh | 2006-09-07 | 1 | -0/+28 |