I fixed these failures, and got a clean valideate, but presumably I failed to push. Sorry. I'll need to check when I get back to Cambridge
S | -----Original Message----- | From: [email protected] [mailto:[email protected]] On | Behalf Of Simon Marlow | Sent: 25 August 2011 09:50 | To: GHC CVS list | Subject: Validate failures | | A validate last night failed on: | | Unexpected failures: | haddock/haddock_examples haddock.Test [stderr mismatch] (normal) | th T1835 [exit code non-0] (normal) | | These also failed in the nightly build. | | Come on folks, we need to keep validate clean on at least one platform, | or there's not much point in having it. | | A bunch more test failures have crept in over the last couple of weeks | or so: | | Unexpected failures: | driver 5313 [bad exit code] (ghci) | ghci/scripts ghci036 [bad stderr] (ghci) | haddock/haddock_examples haddock.Test [stderr mismatch] (normal,hpc) | plugins plugins05 [exit code non-0] | (profasm,dyn,profthreaded) | plugins plugins06 [exit code non-0] | (profasm,dyn,profthreaded) | th T1835 [exit code non-0] (normal) | th T1835 [bad stdout or stderr] (ghci) | typecheck/should_run T4809 [exit code non-0] | (normal,hpc,optasm,profasm,threaded1,threaded2,dyn,profthreaded,optllvm) | typecheck/should_run T4809 [bad stdout or stderr] (ghci) | | Cheers, | Simon | | | | =====> haddockA004(normal) 490 of 2949 [0, 0, 0] | cd ./haddock/should_compile_flag_haddock && | '/64playpen/simonmar/validate/bindis | ttest/install dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint | -dno-debug-outp | ut -no-user-package-conf -rtsopts -c haddockA004.hs -haddock | -ddump-parsed >h | addockA004.comp.stderr 2>&1 | Actual stderr output differs from expected: | --- ./haddock/haddock_examples/haddock.Test.stderr 2011-08-24 | 16:37:14.0000 | 00000 +0100 | +++ ./haddock/haddock_examples/haddock.Test.comp.stderr 2011-08-24 | 17:16:19.4326 | 06523 +0100 | @@ -62,23 +62,25 @@ | <document comment> | newtype N7 a b = <document comment> N7 {n7 :: a b} | class D a => C a where | - { a :: IO a | + a :: IO a | b :: [a] | - c :: a } | + c :: a | <document comment> | class D a where | - { d :: T a b | - e :: (a, a) } | + d :: T a b | + e :: (a, a) | <document comment> | instance D Int where | - { d = undefined | - e = undefined } | + d = undefined | + e = undefined | instance Test.D Float where | - { d = undefined | - e = undefined } | -class E a where { ee :: a } | + d = undefined | + e = undefined | +class E a where | + ee :: a | <document comment> | -class F a where { ff :: a } | +class F a where | + ff :: a | <document comment> | data R | = <document comment> | *** unexpected failure for haddock.Test(normal) | | | =====> T1835(normal) 877 of 2949 [0, 1, 0] | cd ./th && '/64playpen/simonmar/validate/bindisttest/install | dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output | -no-user-package-conf -rtsopts -o T1835 T1835.hs -v0 -XTemplateHaskell | -package template-haskell >T1835.comp.stderr 2>&1 | Compile failed (status 256) errors were: | | T1835.hs:29:13: Not in scope: `isClassInstance' | | T1835.hs:30:13: Not in scope: `isClassInstance' | | T1835.hs:31:19: Not in scope: `isClassInstance' | | T1835.hs:32:13: Not in scope: `isClassInstance' | | T1835.hs:33:13: Not in scope: `isClassInstance' | | T1835.hs:34:13: Not in scope: `isClassInstance' | | T1835.hs:35:13: Not in scope: `isClassInstance' | | T1835.hs:36:13: Not in scope: `isClassInstance' | | T1835.hs:37:13: Not in scope: `isClassInstance' | | *** unexpected failure for T1835(normal) | | _______________________________________________ | 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
