[commit: ghc] master: Ignore more version numbers in the testsuite (bcb6769)

git at git.haskell.org git at git.haskell.org
Tue Mar 12 00:29:01 UTC 2019


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

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

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

commit bcb6769c83744c211d3ddddbc7fd9dec88452c88
Author: Alec Theriault <alec.theriault at gmail.com>
Date:   Mon Mar 4 08:45:54 2019 -0800

    Ignore more version numbers in the testsuite
    
    Prevents some tests from failing just due to mismatched version numbers.
    
    These version numbers shouldn't cause tests to fail, especially since
    we *expect* them to be regularly incremented. The motivation for this
    particular set of changes came from the changes that came along with
    the `base` version bump in 8f19ecc95fbaf2cc977531d721085d8441dc09b7.


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

bcb6769c83744c211d3ddddbc7fd9dec88452c88
 testsuite/tests/ado/all.T                          | 2 +-
 testsuite/tests/backpack/should_compile/all.T      | 2 +-
 testsuite/tests/backpack/should_fail/all.T         | 6 +++---
 testsuite/tests/determinism/determ021/all.T        | 3 ++-
 testsuite/tests/driver/all.T                       | 2 +-
 testsuite/tests/ghci/scripts/all.T                 | 3 ++-
 testsuite/tests/indexed-types/should_compile/all.T | 2 +-
 testsuite/tests/partial-sigs/should_compile/all.T  | 2 ++
 testsuite/tests/rename/should_fail/all.T           | 2 +-
 testsuite/tests/roles/should_compile/all.T         | 2 ++
 testsuite/tests/safeHaskell/check/all.T            | 1 +
 testsuite/tests/safeHaskell/check/pkg01/all.T      | 4 ++--
 testsuite/tests/safeHaskell/flags/all.T            | 2 +-
 testsuite/tests/typecheck/should_compile/all.T     | 6 +++---
 testsuite/tests/typecheck/should_fail/all.T        | 4 ++--
 15 files changed, 25 insertions(+), 18 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 bcb6769c83744c211d3ddddbc7fd9dec88452c88


More information about the ghc-commits mailing list