I see the safe haskell failures too. Here's the diff. I have pushed wibbles to the others (found lurking in my tree).
Simon Actual stdout output differs from expected: --- ./safeHaskell/ghci/p5.stdout 2012-02-16 11:47:55.000000000 +0000 +++ ./safeHaskell/ghci/p5.run.stdout 2012-02-28 08:57:06.418875716 +0000 @@ -1,7 +1,7 @@ don't know how to reverse -XSafe -ghc-stage2: <no location info>: Incompatible Safe Haskell flags! (Safe, Trustworthy) +ghc: <no location info>: Incompatible Safe Haskell flags! (Safe, Trustworthy) Usage: For basic information, try the `--help' option. don't know how to reverse -XTrustworthy -ghc-stage2: <no location info>: Incompatible Safe Haskell flags! (Safe, Unsafe) +ghc: <no location info>: Incompatible Safe Haskell flags! (Safe, Unsafe) Usage: For basic information, try the `--help' option. don't know how to reverse -XUnsafe | -----Original Message----- | From: [email protected] [mailto:[email protected]] On | Behalf Of Simon Marlow | Sent: 28 February 2012 09:04 | To: David Terei | Cc: GHC CVS list | Subject: Re: Validate failures | | The safeHaskell failures disappeared on my second validate run, so I'm | not sure what happened (I had pulled into the tree first, and there were | no patches between the two runs that should have affected this). | Perhaps there's some missing cleaning somewhere? Anyway I wouldn't | worry about it unless the failures come back. | | The other failures were still there though... | | Cheers, | Simon | | On 28/02/2012 04:54, David Terei wrote: | > Is this still happening and on what platforms? I don't get the | > safeHaskell failures on X64 Linux.... | > | > Cheers, | > David | > | > On 27 February 2012 06:09, Simon Marlow<[email protected]> wrote: | >> Validate is slipping again folks. Can those responsible please clean up | the | >> failures? These make it hard for someone else to figure out whether they | >> can commit or not. | >> | >> Unexpected failures: | >> ghci/scripts Defer02 [bad stderr] (ghci) | >> indexed-types/should_fail T3330c [stderr mismatch] (normal) | >> polykinds PolyKinds02 [stderr mismatch] (normal) | >> safeHaskell/ghci p5 [bad stdout] (ghci) | >> safeHaskell/ghci p7 [bad stdout] (ghci) | >> safeHaskell/ghci p8 [bad stdout] (ghci) | >> | >> | >> Cheers, | >> Simon | >> | >> _______________________________________________ | >> Cvs-ghc mailing list | >> [email protected] | >> http://www.haskell.org/mailman/listinfo/cvs-ghc | | | _______________________________________________ | Cvs-ghc mailing list | [email protected] | http://www.haskell.org/mailman/listinfo/cvs-ghc _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
