
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