[nightly] 16-Apr-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-04-16 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 16-Apr-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

[nightly] 16-Apr-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-16 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Mon Apr 16 19:00:00 BST 2007.

patch applied (ghc-6.6/ghc): MERGED: make opt_HiVersion an Integer instead of Int to prevent overflow

2007-04-16 Thread Ian Lynagh
Mon Apr 16 17:25:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: make opt_HiVersion an Integer instead of Int to prevent overflow [EMAIL PROTECTED] When a snapshot version number is included, opt_HiVersion tends to exceed the range of a 32bit Int. MERGE TO STABLE M ./c

patch applied (ghc-6.6/testsuite): Close 2 files that we open so we know that the writes have actually happened

2007-04-16 Thread Ian Lynagh
Mon Apr 16 15:50:10 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Close 2 files that we open so we know that the writes have actually happened M ./driver/testlib.py +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listin

patch applied (testsuite): Close 2 files that we open so we know that the writes have actually happened

2007-04-16 Thread Ian Lynagh
Mon Apr 16 15:50:10 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Close 2 files that we open so we know that the writes have actually happened M ./driver/testlib.py +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listin

patch applied (ghc-6.6/testsuite): MERGED: cabal01 needs profiling

2007-04-16 Thread Ian Lynagh
Mon Apr 16 15:20:43 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: cabal01 needs profiling M ./tests/ghc-regress/cabal/cabal01/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): cabal01 needs profiling

2007-04-16 Thread Ian Lynagh
Mon Apr 16 15:11:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * cabal01 needs profiling M ./tests/ghc-regress/cabal/cabal01/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Set some esc tests to skip_unless_tag(' esc' )

2007-04-16 Thread Ian Lynagh
Fri Apr 13 16:40:46 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set some esc tests to skip_unless_tag('esc') M ./tests/ghc-regress/esc/all.T -3 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Allow tests to be skipped based on whether or not the compiler has a tag

2007-04-16 Thread Ian Lynagh
Fri Apr 13 16:38:59 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Allow tests to be skipped based on whether or not the compiler has a tag When working on a new foo extension, you can now put your tests in the testsuite, set ProjectTags=-foo in mk/build.mk and skip_unless_tag('foo') in the tes

patch applied (ghc): Change tabs to spaces in string literals

2007-04-16 Thread Ian Lynagh
Mon Apr 16 14:13:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Change tabs to spaces in string literals M ./compiler/main/DriverPipeline.hs -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove whitespace, mostly tabs, from string literals

2007-04-16 Thread Ian Lynagh
Mon Apr 16 12:15:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove whitespace, mostly tabs, from string literals M ./compiler/deSugar/Coverage.lhs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

[nightly] 16-Apr-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-16 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Mon Apr 16 19:30:00 BST 2007. checki

patch applied (ghc): MERGE: another attempt at a workaround for #1110 (Vista bug)

2007-04-16 Thread Simon Marlow
Mon Apr 16 07:22:23 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * MERGE: another attempt at a workaround for #1110 (Vista bug) now instead of setting GCC_EXEC_PREFIX, we just add the appropriate gcc-lib directory to the front of PATH before invoking gcc. M ./compiler/main/SysTools.lhs -9

patch applied (ghc): MERGE: Fix a few uses of the wrong return convention for the scheduler

2007-04-16 Thread Simon Marlow
Mon Apr 16 07:19:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * MERGE: Fix a few uses of the wrong return convention for the scheduler We changed the convention a while ago so that BaseReg is returned to the scheduler in R1, because BaseReg may change during the run of a thread, e.g. durin

patch applied (ghc): stm doesn't need to be a core-package

2007-04-16 Thread Ian Lynagh
Mon Apr 16 06:24:21 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * stm doesn't need to be a core-package M ./libraries/core-packages -1 M ./libraries/extra-packages +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/lis

RE: GHC part of patch for trac #1265 (testsuite and library patch to follow)

2007-04-16 Thread Simon Peyton-Jones
Tyson Thanks very much for doing this (and related patches)! Ian is going to review your patches and commit or discuss. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tyson Whitehead | Sent: 12 April 2007 13:46 | To: cvs-ghc@haskell.org | Su

patch applied (ghc): Split objects when building libraries (if SplitObjs is YES)

2007-04-16 Thread Ian Lynagh
Mon Apr 16 06:23:32 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Split objects when building libraries (if SplitObjs is YES) M ./libraries/Makefile +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): tab, verttab, formfeed, and CR are not allowed in strings

2007-04-16 Thread Simon Marlow
Mon Apr 16 04:04:33 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * tab, verttab, formfeed, and CR are not allowed in strings See #1277 M ./compiler/parser/Ctype.lhs -5 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/

patch applied (ghc): Add missing special case for GHC.Prim

2007-04-16 Thread Simon Marlow
Mon Apr 16 06:04:57 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Add missing special case for GHC.Prim The special cases for GHC.Prim are a bit fragile. We were relying on (a) the base package to be already registered and (b) the base package not to be hidden. These used to be true with t

patch applied (testsuite): MERGE: Make conc056 independent of the network package

2007-04-16 Thread Simon Marlow
Mon Apr 16 03:12:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * MERGE: Make conc056 independent of the network package Should make the test more robust, we were seeing failures in the nightly builds. M ./tests/ghc-regress/concurrent/should_run/all.T -2 +1 M ./tests/ghc-regress/concu

patch applied (testsuite): TAG 2007-04-14

2007-04-16 Thread Simon Marlow
Sat Apr 14 04:06:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> tagged 2007-04-14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): conc063 should exit(0) now

2007-04-16 Thread Simon Marlow
Mon Apr 16 03:08:47 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * conc063 should exit(0) now M ./tests/ghc-regress/concurrent/should_run/all.T -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 16-Apr-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-04-16 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 16-Apr-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil

patch applied (ghc-6.6/ghc): fix building with pre-6.4

2007-04-16 Thread Simon Marlow
Mon Apr 16 01:27:32 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix building with pre-6.4 M ./compiler/main/SysTools.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2007-04-16 Thread BuildBot Collator
Old unexpected test failures: Church22 x86 Windows head fast GMapAssoc 1 tnaur PPC OSX head GMapTop1 tnaur PPC OSX head TH_class1 1 x86 Windows head fast TH_dupdecl 1 x86 Windows head fast TH_exn 1 x86 Wind

Daily report for 6.6

2007-04-16 Thread BuildBot Collator
New unexpected test failures: ThreadDelay001 1 x86 Windows 6.6 conc023 1 x86 Windows 6.6 conc049 1 x86 Windows 6.6 Old unexpected test failures: barton-mangler-bug 2 x86-64 Linux 6.6 cabal01 2 macgyver PPC OSX 6.6 conc056 1