[commit: ghc] master: Testsuite: refactoring only (ad26c54)
git at git.haskell.org
git at git.haskell.org
Wed Sep 2 10:31:01 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ad26c54b86a868567d324d5de6fd0b4c2ed28022/ghc
>---------------------------------------------------------------
commit ad26c54b86a868567d324d5de6fd0b4c2ed28022
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Aug 28 12:03:30 2015 +0200
Testsuite: refactoring only
* Rename `platform_wordsize_qualify` to `find_expected_file`, and make
it return a filename instead of an (absolute) filepath.
* Replace most usages of `qualify` by `in_testdir`. Others usage sites
will be deleted in a later commit.
These changes will be useful in a later commit, when we'll distinguish
between files in the source directory and those in a (newly created)
test directory.
Reviewed by: austin, bgamari
Differential Revision: https://phabricator.haskell.org/D1186
>---------------------------------------------------------------
ad26c54b86a868567d324d5de6fd0b4c2ed28022
testsuite/driver/testlib.py | 111 +++++++++++++++++++++++---------------------
1 file changed, 58 insertions(+), 53 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 ad26c54b86a868567d324d5de6fd0b4c2ed28022
More information about the ghc-commits
mailing list