Thomas | Update submodule process to master | | This allows a warning free build on Windows, and thus an error free | validate. I was excited about this, because GHC has not validated on Windows for ages and ages. But I get the following failures, with HEAD, on 32-bit Windows. I can get more details if you like. I'd LOVE someone to fix these failures. thanks Simon Unexpected passes: driver T2507 (normal) driver T8959a (normal) rts T5250 (normal) rts rdynamic (normal) Unexpected failures: ../../libraries/base/tests/System Timeout001 [bad exit code] (normal) codeGen/should_compile T10518 [exit code non-0] (normal) codeGen/should_fail T8131 [stderr mismatch] (normal) ghci/scripts T5975a [bad stderr] (ghci) perf/haddock haddock.Cabal [[Errno 2] No such file or directory: './perf/haddock/../../../../libraries/Cabal/Cabal/dist-install/haddock.t'] (normal) perf/haddock haddock.base [[Errno 2] No such file or directory: './perf/haddock/../../../../libraries/base/dist-install/haddock.t'] (normal) perf/haddock haddock.compiler [[Errno 2] No such file or directory: './perf/haddock/../../../../compiler/stage2/haddock.t'] (normal) rts outofmem [bad stderr] (normal) Unexpected stat failures: perf/compiler T3294 [stat too good] (normal) perf/compiler T5030 [stat too good] (normal) perf/compiler T5837 [stat too good] (normal) perf/compiler T9961 [stat too good] (normal) perf/should_run T9203 [stat not good enough] (normal) perf/compiler T5321Fun [stat not good enough] (normal) perf/compiler T783 [stat not good enough] (normal) perf/compiler T9675 [stat not good enough] (optasm) perf/compiler T9872d [stat not good enough] (normal) | -----Original Message----- | From: ghc-commits [mailto:ghc-commits-bounces@haskell.org] On Behalf Of | git@git.haskell.org | Sent: 11 June 2015 18:30 | To: ghc-commits@haskell.org | Subject: [commit: ghc] master: Update submodule process to master | (c1dc421) | | Repository : ssh://git@git.haskell.org/ghc | | On branch : master | Link : | http://ghc.haskell.org/trac/ghc/changeset/c1dc4216efc3db1a8fbd56a658981b5 | 3b7e42eda/ghc | | >--------------------------------------------------------------- | | commit c1dc4216efc3db1a8fbd56a658981b53b7e42eda | Author: Thomas Miedema <thomasmiedema@gmail.com> | Date: Thu Jun 11 19:24:25 2015 +0200 | | Update submodule process to master | | This allows a warning free build on Windows, and thus an error free | validate. | | | >--------------------------------------------------------------- | | c1dc4216efc3db1a8fbd56a658981b53b7e42eda | libraries/process | 2 +- | 1 file changed, 1 insertion(+), 1 deletion(-) | | diff --git a/libraries/process b/libraries/process | index 67efaf5..e0983fb 160000 | --- a/libraries/process | +++ b/libraries/process | @@ -1 +1 @@ | -Subproject commit 67efaf599a03f454a98a3905820ce40aa80825c7 | +Subproject commit e0983fbbfa8a3d81c7b99e83a3169fc686caab62 | | _______________________________________________ | ghc-commits mailing list | ghc-commits@haskell.org | http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-commits