pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 295
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/295.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date
Build description = HEAD on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/HEAD
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Mon Jul 11 18:00:01 BST 2011.
checking out new source tree
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 278
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/278.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | S
Build description = STABLE on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Mon Jul 11 18:10:01 BST 2011.
checking out new source tree
pgj2 (amd64 FreeBSD HEAD), build 413
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/413.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Success
booting | Succ
pgj (x86 FreeBSD HEAD), build 415
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/415.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
setting version date | Success
booting | Success
configuring | Succe
Build description = HEAD on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx
Nightly build started on cam-04-unx at Mon Jul 11 18:00:01 BST 2011.
checking out new source
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2e0042417fcf3644d884db2f7c06e3ecd270024f
>---
commit 2e0042417fcf3644d884db2f7c06e3ecd270024f
Author: David Ter
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/10c655d7438329e1af6d5fff1592559db9d6991e
>---
commit 10c655d7438329e1af6d5fff1592559db9d6991e
Author: Ian Lynag
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0f0c1b5bcb2e25645196e6de94003f5aa133dc0e
>---
commit 0f0c1b5bcb2e25645196e6de94003f5aa133dc0e
Author: Ian Lynagh
Dat
Build description = STABLE on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx
Nightly build started on cam-04-unx at Mon Jul 11 18:10:02 BST 2011.
checking out new s
tn23 (x86 OSX HEAD), build 381
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/381.html
git clone | Success
create mk/build.mk | Success
get subrepos | Failure: Just (ExitFailure 2)
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/381
Hi All,
I've been doing some work on the testsuite recently and developed a
minor annoyance. The test cases all reside in 'tests/ghc-regress'. The
'tests' directory itself only contains the single, 'ghc-regress'
folder so it feel useless. Is there a good reason for this layout? Can
we get ride of
simonmar-win32-head (x86 Windows HEAD), build 334
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/334.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
setting version date | Success
booting | Suc
simonmar-win32-stable (x86 Windows STABLE), build 267
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/267.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
setting version date | Success
booting
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 286
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/286.html
git clone | Failure: Just (ExitFailure 128)
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris
On 11/07/2011 11:36, Karel Gardas wrote:
Have you tried running some heavy -N2 tests? e.g. try the benchmarks in
nofib/parallel.
If this is part of normal nofib's `make' then this runs already.
No, it's not part of a normal nofib run. You want something like this:
$ cd nofib/parallel
$ mak
On 07/11/11 12:08 PM, Simon Marlow wrote:
On 10/07/2011 15:01, Karel Gardas wrote:
Hello,
while working on ARM port, I've found bug in WSDeque.c which might
possibly also hurt other architectures -- depending on how weak is their
memory model (i.e. how much load/store reordering it permits).
I
New patches in /srv/darcs/git-mirrors/containers
commit d9cfa9512cac109847255f3f49f1be8b0eb99476
Author: Johan Tibell
Date: Fri Jul 8 16:50:35 2011 +0200
Bump the version number to 0.4.1.0
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www
On 08/07/2011 15:10, Karel Gardas wrote:
I've done some benchmarking of ARM/LLVM registerised build in comparison
with ARM unregisterised builds using either C code gen or LLVM code gen.
The raw data are here:
http://www.gardas.roznovan.cz/ghc-on-arm/comparison-unreg-viaC-llvm-to-reg-llvm.html
On 10/07/2011 15:01, Karel Gardas wrote:
Hello,
while working on ARM port, I've found bug in WSDeque.c which might
possibly also hurt other architectures -- depending on how weak is their
memory model (i.e. how much load/store reordering it permits).
I'm certainly not sure if it affects x86, bu
21 matches
Mail list logo