Re: Validate fails for HEAD on OS X

2009-03-19 Thread Bryan O'Sullivan
On Thu, Mar 19, 2009 at 10:52 PM, Manuel M T Chakravarty < c...@cse.unsw.edu.au> wrote: > The comment above setThreadAffinity() says, > > // Schedules the thread to run on CPU n of m. m may be less than the >> // number of physical CPUs, in which case, the thread will be allowed >> // to run on

Re: Validate fails for HEAD on OS X

2009-03-19 Thread Manuel M T Chakravarty
I am fixing that for Mac OS right now. The comment above setThreadAffinity() says, // Schedules the thread to run on CPU n of m. m may be less than the // number of physical CPUs, in which case, the thread will be allowed // to run on CPU n, n+m, n+2m etc. I am not convinced that this is a g

[nightly] 19-Mar-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-03-19 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) 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 Thu Mar 19 19:00:01 GMT 2009. **

Validate fails for HEAD on OS X

2009-03-19 Thread Manuel M T Chakravarty
/Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -optc-Werror -optc- Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes - optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return - optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-Ieventlog -optc-DCOMPILING_RTS -o

patch applied (ghc): Fix warnings with older versions of gcc (3.4.5)

2009-03-19 Thread Simon Marlow
Thu Mar 19 05:49:32 PDT 2009 Simon Marlow * Fix warnings with older versions of gcc (3.4.5) M ./rts/eventlog/EventLog.c -54 +43 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090319124932-12142-3d7497030f0999fdab29107f91d55a927a18155a.gz

patch applied (ghc): wibble for getNumberOfProcessors

2009-03-19 Thread Simon Marlow
Wed Mar 18 09:59:36 PDT 2009 Simon Marlow * wibble for getNumberOfProcessors Ignore-this: 60a776b8250590f72e45c941b810f14a M ./rts/RtsFlags.c -8 M ./rts/posix/OSThreads.c +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090318165936-12142-0c8000249038260231dac9dce

patch applied (ghc): Set thread affinity with +RTS -qa (only on Linux so far)

2009-03-19 Thread Simon Marlow
Wed Mar 18 08:47:19 PDT 2009 Simon Marlow * Set thread affinity with +RTS -qa (only on Linux so far) Ignore-this: a799d276f29dd24c655e1f423eb6743e M ./configure.ac -2 +2 M ./includes/OSThreads.h -2 +2 M ./includes/RtsFlags.h +1 M ./rts/RtsFlags.c +6 M ./rts/Schedule.c +4

patch applied (ghc): Template Haskell support for equality constraints

2009-03-19 Thread chak
Thu Mar 19 06:23:47 PDT 2009 Manuel M T Chakravarty * Template Haskell support for equality constraints Ignore-this: 2a0150d9466b0552c5094cdcdc08dbe5 M ./compiler/deSugar/DsMeta.hs -20 +57 M ./compiler/hsSyn/Convert.lhs -7 +28 M ./compiler/typecheck/TcSplice.lhs -5 +13 View patc

patch applied (testsuite): Template Haskell: test for equality constraints

2009-03-19 Thread chak
Thu Mar 19 06:03:39 PDT 2009 Manuel M T Chakravarty * Template Haskell: test for equality constraints Ignore-this: 4cc8ddce3ed741db99b66f169efff2c1 M ./tests/ghc-regress/th/TH_genExLib.hs -1 +1 M ./tests/ghc-regress/th/TH_tf1.hs -1 +2 M ./tests/ghc-regress/th/TH_tf2.hs -3 +2

patch applied (testsuite): Fix this test (myghc ==> ./myghc)

2009-03-19 Thread chak
Thu Mar 19 04:00:14 PDT 2009 Simon Marlow * Fix this test (myghc ==> ./myghc) Ignore-this: 221316f80c4b8014aad58f6e6fba621f M ./tests/ghc-regress/ghc-api/apirecomp001/Makefile -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090319110014-12142-8d69156596711b8

patch applied (ghc): FIX unregisterised build

2009-03-19 Thread Simon Marlow
Thu Mar 19 03:09:54 PDT 2009 Simon Marlow * FIX unregisterised build Ignore-this: 97f15b77b030f1f26b0827e6335a8251 M ./mk/config.mk.in -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090319100954-12142-ac2746b7f80de54fa0386eae9455fb2ebeabdb18.gz _

patch applied (ghc): add missing case in ENTER() (fixes readwrite002(profasm) crash)

2009-03-19 Thread Simon Marlow
Thu Mar 19 03:21:26 PDT 2009 Simon Marlow * add missing case in ENTER() (fixes readwrite002(profasm) crash) Ignore-this: 5599d4df888e830a8865e57e6745e094 M ./includes/Cmm.h +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090319102126-12142-afda7bbc65c9c5ed6be54d1fa97

patch applied (ghc): Template Haskell: support for type family declarations

2009-03-19 Thread chak
Thu Mar 19 01:43:06 PDT 2009 Manuel M T Chakravarty * Template Haskell: support for type family declarations Ignore-this: b9f5f5af61a5da53dc4326f380fdb72e M ./compiler/deSugar/DsMeta.hs -76 +204 M ./compiler/hsSyn/Convert.lhs -35 +125 M ./compiler/hsSyn/HsDecls.lhs -2 +2 M ./

patch applied (testsuite): Template Haskell: two tests for type families

2009-03-19 Thread chak
Wed Mar 18 22:43:35 PDT 2009 Manuel M T Chakravarty * Template Haskell: two tests for type families Ignore-this: 900f41e6fac18977abd8f4db795840de A ./tests/ghc-regress/th/TH_tf1.hs A ./tests/ghc-regress/th/TH_tf2.hs M ./tests/ghc-regress/th/all.T +2 View patch online: http://dar

Daily report for head

2009-03-19 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head:fail (failed stage2 bindist bindisttest) lost x86 Windows head fast: fail (failed stage2) pass pass lost kgardas head:pass tnaur x86 Linux head:fail (failed getsubrepos) tnaur x86 OS X head: pass x86-64 Lin

Daily report for stable

2009-03-19 Thread BuildBot Collator
Build results: kili stable: pass x86 Linux stable:pass x86 Windows stable: pass lost x86 Windows stable fast: pass pass pass lost x86-64 Linux stable: pass Old unexpected test passes: unicode001 1 kili stable unicode002 1 kili stable New unexpected test fail

[nightly] 18-Mar-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-03-19 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 Wed Mar 18 18:00:01 GMT 2009. checking out