#4388: Unexpected failures, too much allocation
----------------------------------+-----------------------------------------
Reporter: daniel.is.fischer | Owner:
Type: bug | Status: new
Priority: normal | Component: Test Suite
Version: 7.1 | Keywords: test suite, allocation
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
----------------------------------+-----------------------------------------
I have two failures in the test suite due to too much allocation:
{{{
=====> T1969(normal) 2224 of 2601 [0, 1, 0]
cd ./perf/compiler && '/home/dafis/Haskell/Hacking/newghc/inplace/bin/ghc-
stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-
package-conf -rtsopts -optl-lz -c T1969.hs +RTS -V0 -tT1969.comp.stats
--machine-readable -RTS >T1969.comp.stderr 2>&1
bytes allocated 288515060 is more than maximum allowed 270000000
*** unexpected failure for T1969(normal)
=====> T3294(normal) 2225 of 2601 [0, 2, 0]
cd ./perf/compiler && '/home/dafis/Haskell/Hacking/newghc/inplace/bin/ghc-
stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-
package-conf -rtsopts -optl-lz -c T3294.hs +RTS -V0 -tT3294.comp.stats
--machine-readable -RTS >T3294.comp.stderr 2>&1
bytes allocated 969743900 is more than maximum allowed 850000000
*** unexpected failure for T3294(normal)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4388>
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