#5231: Further testsuite failures
----------------------------------+-----------------------------------------
Reporter: daniel.is.fischer | Owner:
Type: bug | Status: new
Priority: normal | Component: Test Suite
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
----------------------------------+-----------------------------------------
tcrun007 failed due to changes in Generics, the "{| Unit |}" syntax can't
be parsed anymore:
{{{
Compile failed (status 256) errors were:
tcrun007.hs:2:14:
Warning: -XGenerics is deprecated: it does nothing; look into
-XDefaultSignatures and -XDeriveGeneric for generic programming support.
[1 of 1] Compiling Main ( tcrun007.hs, tcrun007.o )
tcrun007.hs:13:10: parse error on input `|'
*** unexpected failure for tcrun007(normal)
}}}
T4809 fails (dyn) because apparently mtl is not built for that way:
{{{
Compile failed (status 256) errors were:
T4809_XMLGenerator.hs:27:8:
Could not find module `Control.Monad.RWS'
Perhaps you haven't installed the "dyn" libraries for package
`mtl-1.1.1.1'?
Use -v to see a list of the files searched for.
*** unexpected failure for T4809(dyn)
}}}
!FailDueToGivenOverlapping panics:
{{{
Actual stderr output differs from expected:
--- ./typecheck/should_fail/FailDueToGivenOverlapping.stderr.normalised
2011-05-30 01:05:54.000000000 +0200
+++
./typecheck/should_fail/FailDueToGivenOverlapping.comp.stderr.normalised
2011-05-30 01:05:54.000000000 +0200
@@ -1,13 +1,7 @@
+ghc: panic! (the 'impossible' happened)
+ (GHC version 7.1.20110526 for i386-unknown-linux):
+ check_overlap
+ main:FailDueToGivenOverlapping.E{tc raK} [t0{tv b} [tau]]
+
+Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
*** unexpected failure for FailDueToGivenOverlapping(normal)
}}}
ghcpkg05:
{{{
Actual stderr output differs from expected:
--- ./cabal/ghcpkg05.stderr.normalised 2011-05-30 01:30:25.000000000
+0200
+++ ./cabal/ghcpkg05.run.stderr.normalised 2011-05-30 01:30:25.000000000
+0200
@@ -10,6 +10,8 @@
file C/D.hi is missing
file C/E.hi is missing
cannot find libtestpkg-2.0.a on library path
+Warning: haddock-interfaces:
/home/dafis/Haskell/Hacking/Gits/gcd/bindisttest/install
dir/share/doc/mtl-1.1.1.1/html/mtl.haddock doesn't exist or isn't a file
+Warning: haddock-html:
/home/dafis/Haskell/Hacking/Gits/gcd/bindisttest/install
dir/share/doc/mtl-1.1.1.1/html doesn't exist or isn't a directory
The following packages are broken, either because they have a problem
listed above, or because they depend on a broken package.
*** unexpected failure for ghcpkg05(normal)
[Errno 21] Is a directory: './cabal/local05a.package.conf'
[Errno 39] Directory not empty: './cabal/local05a.package.conf'
[Errno 21] Is a directory: './cabal/local05b.package.conf'
[Errno 39] Directory not empty: './cabal/local05b.package.conf'
}}}
recomp007 fails apparently because of an output format change:
{{{
Actual stdout output differs from expected:
--- ./driver/recomp007/recomp007.stdout.normalised 2011-05-30
02:17:53.000000000 +0200
+++ ./driver/recomp007/recomp007.run.stdout.normalised 2011-05-30
02:17:53.000000000 +0200
@@ -1,4 +1,4 @@
-Preprocessing executables for b-1.0...
Building b-1.0...
+Preprocessing executable 'test' for b-1.0...
[1 of 2] Compiling B ( B.hs, dist/build/test/test-tmp/B.o
)
[2 of 2] Compiling Main ( Main.hs, dist/build/test/test-
tmp/Main.o )
*** unexpected failure for recomp007(normal)
}}}
Finally, two tests fail due to too much allocation, T1969 comes close (but
used to be much better a few weeks back):
{{{
max_bytes_used 7056568 is more than maximum allowed 7000000
*** unexpected failure for T1969(normal)
}}}
but T4978 misses the target by a huge margin:
{{{
bytes allocated 10105716 is more than maximum allowed 5500000
*** unexpected failure for T4978(normal)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5231>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs