Today's validate failures

Unexpected passes: perf/should_run T5113 (normal) Unexpected failures: cabal 1750 [bad stderr] (normal) cabal shadow [bad stderr] (normal) deriving/should_compile T1133 [bad exit code] (normal) deriving/should_fail T1133A [bad exit code] (normal) perf/haddock haddock.base [stat not good enough] (normal) polykinds T7594 [stderr mismatch] (normal) We know what the cabal failures are, and Simon PJ has said he'll be fixjng those. T1133 and T1133A look like a problem with spaces in pathnames: Stderr: make[3]: /home/simon/code-all/work/ghc-validate/bindisttest/install: Command not found make[3]: *** [T1133A] Error 127 *** unexpected failure for T1133A(normal) T7594 has been failing for a few days, I think: --- ./polykinds/T7594.stderr 2013-01-23 09:07:45.400727923 +0000 +++ ./polykinds/T7594.comp.stderr 2013-01-24 09:40:12.030265492 +0000 @@ -1,6 +1,3 @@ -h0 -h1 -h2 T7594.hs:25:11: Couldn't match type `b' with `IO ()' *** unexpected failure for T7594(normal)

T1133 and T1133A both work for me (Linux). T7594 is a glitch; I failed to push. Simon | -----Original Message----- | From: ghc-devs-bounces@haskell.org [mailto:ghc-devs-bounces@haskell.org] | On Behalf Of Simon Marlow | Sent: 24 January 2013 09:57 | To: ghc-devs@haskell.org | Subject: Today's validate failures | | Unexpected passes: | perf/should_run T5113 (normal) | | Unexpected failures: | cabal 1750 [bad stderr] (normal) | cabal shadow [bad stderr] (normal) | deriving/should_compile T1133 [bad exit code] (normal) | deriving/should_fail T1133A [bad exit code] (normal) | perf/haddock haddock.base [stat not good | enough] (normal) | polykinds T7594 [stderr mismatch] | (normal) | | | We know what the cabal failures are, and Simon PJ has said he'll be | fixjng those. | | T1133 and T1133A look like a problem with spaces in pathnames: | | Stderr: | make[3]: /home/simon/code-all/work/ghc-validate/bindisttest/install: | Command not found | make[3]: *** [T1133A] Error 127 | | *** unexpected failure for T1133A(normal) | | | T7594 has been failing for a few days, I think: | | --- ./polykinds/T7594.stderr 2013-01-23 09:07:45.400727923 +0000 | +++ ./polykinds/T7594.comp.stderr 2013-01-24 09:40:12.030265492 +0000 | @@ -1,6 +1,3 @@ | -h0 | -h1 | -h2 | | T7594.hs:25:11: | Couldn't match type `b' with `IO ()' | *** unexpected failure for T7594(normal) | | _______________________________________________ | ghc-devs mailing list | ghc-devs@haskell.org | http://www.haskell.org/mailman/listinfo/ghc-devs

On 24/01/13 13:37, Simon Peyton-Jones wrote:
T1133 and T1133A both work for me (Linux).
They only fail with a non-fast validate (BTW) Cheers, Simon
T7594 is a glitch; I failed to push.
Simon
| -----Original Message----- | From: ghc-devs-bounces@haskell.org [mailto:ghc-devs-bounces@haskell.org] | On Behalf Of Simon Marlow | Sent: 24 January 2013 09:57 | To: ghc-devs@haskell.org | Subject: Today's validate failures | | Unexpected passes: | perf/should_run T5113 (normal) | | Unexpected failures: | cabal 1750 [bad stderr] (normal) | cabal shadow [bad stderr] (normal) | deriving/should_compile T1133 [bad exit code] (normal) | deriving/should_fail T1133A [bad exit code] (normal) | perf/haddock haddock.base [stat not good | enough] (normal) | polykinds T7594 [stderr mismatch] | (normal) | | | We know what the cabal failures are, and Simon PJ has said he'll be | fixjng those. | | T1133 and T1133A look like a problem with spaces in pathnames: | | Stderr: | make[3]: /home/simon/code-all/work/ghc-validate/bindisttest/install: | Command not found | make[3]: *** [T1133A] Error 127 | | *** unexpected failure for T1133A(normal) | | | T7594 has been failing for a few days, I think: | | --- ./polykinds/T7594.stderr 2013-01-23 09:07:45.400727923 +0000 | +++ ./polykinds/T7594.comp.stderr 2013-01-24 09:40:12.030265492 +0000 | @@ -1,6 +1,3 @@ | -h0 | -h1 | -h2 | | T7594.hs:25:11: | Couldn't match type `b' with `IO ()' | *** unexpected failure for T7594(normal) | | _______________________________________________ | ghc-devs mailing list | ghc-devs@haskell.org | http://www.haskell.org/mailman/listinfo/ghc-devs
participants (3)
-
Ian Lynagh
-
Simon Marlow
-
Simon Peyton-Jones