[commit: ghc] master: Python 3 support, second attempt (Trac #9184) (d576fc3)

git at git.haskell.org git at git.haskell.org
Sun Oct 19 11:41:19 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d576fc38d9493c4979217fa36565f1f97fcc03d4/ghc

>---------------------------------------------------------------

commit d576fc38d9493c4979217fa36565f1f97fcc03d4
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Sun Oct 19 13:41:24 2014 +0200

    Python 3 support, second attempt (Trac #9184)
    
    Summary:
    This is a fixup of https://phabricator.haskell.org/D233
    
    The only difference is in findTFiles (first commit), which
    previously broke Windows runner; now I translated literally
    instead attempting to improve it, and checked it works.
    
    Test Plan:
    I used validate under 2,3 on Linux and under 2 on msys2.
    On Windows I've seen a large number of failures, but they don't
    seem to be connected with the patch.
    
    Reviewers: hvr, simonmar, thomie, austin
    
    Reviewed By: austin
    
    Subscribers: thomie, carter, ezyang, simonmar
    
    Differential Revision: https://phabricator.haskell.org/D310
    
    GHC Trac Issues: #9184


>---------------------------------------------------------------

d576fc38d9493c4979217fa36565f1f97fcc03d4
 testsuite/config/ghc                       |  22 ++--
 testsuite/driver/runtests.py               |  67 ++++++-----
 testsuite/driver/testlib.py                | 177 +++++++++++++++--------------
 testsuite/driver/testutil.py               |  34 ------
 testsuite/tests/ffi/should_run/all.T       |  10 +-
 testsuite/tests/numeric/should_run/all.T   |   8 +-
 testsuite/tests/perf/compiler/all.T        |   2 +-
 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 +-
 12 files changed, 162 insertions(+), 180 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 d576fc38d9493c4979217fa36565f1f97fcc03d4


More information about the ghc-commits mailing list