#4388: Unexpected failures, too much allocation
---------------------------------------+------------------------------------
    Reporter:  daniel.is.fischer       |        Owner:              
        Type:  bug                     |       Status:  new         
    Priority:  high                    |    Milestone:  7.2.1       
   Component:  Test Suite              |      Version:  7.1         
    Keywords:  test suite, allocation  |     Testcase:              
   Blockedby:                          |   Difficulty:              
          Os:  Unknown/Multiple        |     Blocking:              
Architecture:  Unknown/Multiple        |      Failure:  None/Unknown
---------------------------------------+------------------------------------

Comment(by daniel.is.fischer):

 Regression for T1969:
 {{{
 =====> T1969(normal) 2244 of 2622 [0, 2, 0]
 cd ./perf/compiler &&
 '/home/dafis/Haskell/Hacking/newghc/bindisttest/install dir/bin/ghc'
 -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 528346224 is more than maximum allowed 270000000
 *** unexpected failure for T1969(normal)
 }}}
 Not much difference for T3294:
 {{{
 =====> T3294(normal) 2245 of 2622 [0, 2, 0]
 cd ./perf/compiler &&
 '/home/dafis/Haskell/Hacking/newghc/bindisttest/install dir/bin/ghc'
 -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 911296288 is more than maximum allowed 850000000
 *** unexpected failure for T3294(normal)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4388#comment:6>
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

Reply via email to