[commit: packages/Cabal] ghc-head: Unit tests: use configure GHC (323460e)

git at git.haskell.org git at git.haskell.org
Thu Aug 29 10:12:08 CEST 2013


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

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=323460ecc5affc5c5f3bc14bce36969e792be264

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

commit 323460ecc5affc5c5f3bc14bce36969e792be264
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Mon Aug 26 21:31:36 2013 -0230

    Unit tests: use configure GHC
    
    This means that the package tests will pick up whatever GHC was passed
    on the
    
        cabal configure --enable-tests -w some-ghc
    
    command line.


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

323460ecc5affc5c5f3bc14bce36969e792be264
 Cabal/tests/PackageTests.hs                        |  100 +++++++++++++-------
 Cabal/tests/PackageTests/BenchmarkExeV10/Check.hs  |    6 +-
 Cabal/tests/PackageTests/BenchmarkOptions/Check.hs |    9 +-
 Cabal/tests/PackageTests/BenchmarkStanza/Check.hs  |    6 +-
 .../BuildDeps/GlobalBuildDepsNotAdditive1/Check.hs |    6 +-
 .../BuildDeps/GlobalBuildDepsNotAdditive2/Check.hs |    6 +-
 .../BuildDeps/InternalLibrary0/Check.hs            |    6 +-
 .../BuildDeps/InternalLibrary1/Check.hs            |    6 +-
 .../BuildDeps/InternalLibrary2/Check.hs            |   12 +--
 .../BuildDeps/InternalLibrary3/Check.hs            |   12 +--
 .../BuildDeps/InternalLibrary4/Check.hs            |   12 +--
 .../BuildDeps/SameDepsAllRound/Check.hs            |    6 +-
 .../BuildDeps/TargetSpecificDeps1/Check.hs         |    6 +-
 .../BuildDeps/TargetSpecificDeps2/Check.hs         |    6 +-
 .../BuildDeps/TargetSpecificDeps3/Check.hs         |    6 +-
 .../BuildTestSuiteDetailedV09/Check.hs             |    8 +-
 Cabal/tests/PackageTests/CMain/Check.hs            |    6 +-
 Cabal/tests/PackageTests/EmptyLib/Check.hs         |    6 +-
 Cabal/tests/PackageTests/OrderFlags/Check.hs       |    6 +-
 Cabal/tests/PackageTests/PackageTester.hs          |   86 +++++++----------
 .../PackageTests/PathsModule/Executable/Check.hs   |    6 +-
 .../PackageTests/PathsModule/Library/Check.hs      |    6 +-
 Cabal/tests/PackageTests/PreProcess/Check.hs       |    6 +-
 Cabal/tests/PackageTests/TemplateHaskell/Check.hs  |   18 ++--
 Cabal/tests/PackageTests/TestOptions/Check.hs      |    9 +-
 Cabal/tests/PackageTests/TestStanza/Check.hs       |    6 +-
 Cabal/tests/PackageTests/TestSuiteExeV10/Check.hs  |   16 ++--
 27 files changed, 202 insertions(+), 182 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 323460ecc5affc5c5f3bc14bce36969e792be264




More information about the ghc-commits mailing list