[commit: ghc] master: Revert "Basic Python 3 support for testsuite driver (Trac #9184)" (e4a597f)
git at git.haskell.org
git at git.haskell.org
Fri Oct 3 17:59:31 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e4a597f2f527ba0cd15cb51dda15cb51871c984e/ghc
>---------------------------------------------------------------
commit e4a597f2f527ba0cd15cb51dda15cb51871c984e
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Fri Oct 3 19:18:38 2014 +0200
Revert "Basic Python 3 support for testsuite driver (Trac #9184)"
This reverts commit 084d241b316bfa12e41fc34cae993ca276bf0730.
This is a possible culprit of Windows breakage reported at ghc-devs.
>---------------------------------------------------------------
e4a597f2f527ba0cd15cb51dda15cb51871c984e
testsuite/config/ghc | 22 ++--
testsuite/driver/runtests.py | 67 +++++------
testsuite/driver/testlib.py | 185 +++++++++++++++--------------
testsuite/driver/testutil.py | 34 ++++++
testsuite/tests/ffi/should_run/all.T | 10 +-
testsuite/tests/ghci/prog004/prog004.T | 4 +-
testsuite/tests/numeric/should_run/all.T | 8 +-
testsuite/tests/perf/compiler/all.T | 2 +-
testsuite/tests/plugins/all.T | 4 +-
testsuite/tests/th/TH_spliceViewPat/test.T | 6 +-
testsuite/tests/th/all.T | 6 +-
testsuite/tests/typecheck/should_run/all.T | 4 +-
testsuite/timeout/calibrate | 2 +-
testsuite/timeout/timeout.py | 2 +-
utils/fingerprint/fingerprint.py | 8 +-
15 files changed, 195 insertions(+), 169 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e4a597f2f527ba0cd15cb51dda15cb51871c984e
More information about the ghc-commits
mailing list