[nightly] 20-Jul-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-07-20 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Fri Jul 20 19:30:00 BST 2007. checki

patch applied (ghc): When registering base during installation, don't hide GHC.Prim

2007-07-20 Thread Ian Lynagh
Thu Jul 19 09:39:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * When registering base during installation, don't hide GHC.Prim M ./libraries/installPackage.hs -20 +21 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listi

Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-20 Thread Thorkil Naur
Hello, On Friday 20 July 2007 11:24, Simon Marlow wrote: > Thorkil Naur wrote: > > > >> $ cat concio001.hs > >> import Control.Concurrent > >> > >> main = do > >> forkIO $ do threadDelay 10; putStrLn "child" > >> l <- getLine > >> putStrLn $ "parent got <" ++ l ++ ">" > >> $ make TEST=c

Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-20 Thread Simon Marlow
Thorkil Naur wrote: $ cat concio001.hs import Control.Concurrent main = do forkIO $ do threadDelay 10; putStrLn "child" l <- getLine putStrLn $ "parent got <" ++ l ++ ">" $ make TEST=concio001.thr ... $ ./concio001 child First line Second line parent got $ ./concio001 q child paren

Daily report for head

2007-07-20 Thread BuildBot Collator
Build results: x86-64 Linux head: lost gbesh Intel x86_64 Linux head: pass mnemosyne x86-64 Gentoo head: pass tnaur x86 Linux head: pass x86-64 Linux head unreg: lost Old unexpected test failures: GMapAssoc 8 x86-64 Linux head GMapTop 8

patch applied (testsuite): Really remove an obsolete test (print015)

2007-07-20 Thread Pepe Iborra
Fri Jul 20 00:03:12 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Really remove an obsolete test (print015) M ./tests/ghc-regress/ghci.debugger/scripts/all.T -2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

Re: framework failure for print015(ghci)

2007-07-20 Thread Pepe Iborra
My excuses, and thanks for the notice Thorkil. Corrected now. Cheers pepe ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc