Some Cabal unit tests failing

Hi, Quite a few of Cabal's unit tests are currently failing. Anyone care to take a look? $ ./dist/build/unit-tests/unit-tests Cabal test suite - testing cabal version 1.11.2 PackageTests/BuildDeps/SameDepsAllRound/: : [OK] PackageTests/BuildDeps/GlobalBuildDepsNotAdditive1/: : [Failed] Failed: cabal error should be "Failed to load interface for `Prelude'" PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/: : [Failed] Failed: cabal error should be "Failed to load interface for `Prelude'" PackageTests/BuildDeps/InternalLibrary0/: : [OK] PackageTests/TestStanza/: : [OK] PackageTests/TestSuiteExeV10/Test: : [OK] PackageTests/TestSuiteExeV10/TestWithHpc: : [OK] PackageTests/TestOptions: : [OK] PackageTests/BenchmarkStanza/: : [OK] PackageTests/BuildDeps/TargetSpecificDeps1/: : [OK] PackageTests/BuildDeps/TargetSpecificDeps2/: : [OK] PackageTests/BuildDeps/TargetSpecificDeps3/: : [OK] PackageTests/BuildDeps/InternalLibrary1/: : [OK] PackageTests/BuildDeps/InternalLibrary2/: : [Failed] Failed: executable should have linked with the internal library expected: "myLibFunc internal" but got: "" PackageTests/BuildDeps/InternalLibrary3/: : [Failed] Failed: executable should have linked with the internal library expected: "myLibFunc internal" but got: "" PackageTests/BuildDeps/InternalLibrary4/: : [Failed] Failed: executable should have linked with the installed library expected: "myLibFunc installed" but got: "" Test Cases Total Passed 11 11 Failed 5 5 Total 16 16
participants (1)
-
Johan Tibell