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

2007-04-13 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [nightly] 13-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/si

patch applied (ghc): Allow ProjectTags to be specified in mk/build.mk

2007-04-13 Thread Ian Lynagh
Fri Apr 13 16:05:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Allow ProjectTags to be specified in mk/build.mk ProjectTags is expected to be of the form -tag1-tag2 (i.e. the same as Cabal tags). These are appended to the GHC version number. M ./mk/config.mk.in -1 +2 ___

Re: patch applied (testsuite): Add tests for OPTIONS pragmas applying to the wrong files

2007-04-13 Thread Ian Lynagh
On Fri, Apr 13, 2007 at 02:10:48PM -0700, Ian Lynagh wrote: > Wed Apr 11 15:21:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> > * Add tests for OPTIONS pragmas applying to the wrong files None of these fail, but I'm sure base was sometimes failing because of a bug along these lines when Data.Fixed

patch applied (testsuite): break1 and break4 are broken due to trac #1275

2007-04-13 Thread Ian Lynagh
Fri Apr 13 14:32:09 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * break1 and break4 are broken due to trac #1275 M ./tests/ghc-regress/ghci.debugger/break1/all.T -1 +1 M ./tests/ghc-regress/ghci.debugger/break4/all.T -1 +1 ___ Cvs-ghc mailing lis

patch applied (testsuite): Give an ASCII representation of the PPM output

2007-04-13 Thread Ian Lynagh
Sun Apr 8 11:08:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Give an ASCII representation of the PPM output We will need to do some sort of similarity test to cope with FP differences, but this will at least let us see what differences we need to accommodate. M ./tests/ghc-regress/prog

patch applied (testsuite): Except some output changes

2007-04-13 Thread Ian Lynagh
Fri Apr 13 11:30:08 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Except some output changes M ./tests/ghc-regress/ghci.debugger/break1/break001.stderr -2 +2 M ./tests/ghc-regress/ghci.debugger/break1/break001.stdout -1 +1 ___ Cvs-ghc mailing lis

patch applied (testsuite): Give more output while running conc068

2007-04-13 Thread Ian Lynagh
Fri Apr 13 11:08:59 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Give more output while running conc068 M ./tests/ghc-regress/concurrent/should_run/Makefile +3 M ./tests/ghc-regress/concurrent/should_run/conc068.stdout +3 ___ Cvs-ghc mailing lis

patch applied (testsuite): Print stdout/stderr when we get a bad result

2007-04-13 Thread Ian Lynagh
Fri Apr 13 11:04:12 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Print stdout/stderr when we get a bad result M ./driver/testlib.py +12 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add tests for OPTIONS pragmas applying to the wrong files

2007-04-13 Thread Ian Lynagh
Wed Apr 11 15:21:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for OPTIONS pragmas applying to the wrong files A ./tests/ghc-regress/driver/dynamic_flags_002/ A ./tests/ghc-regress/driver/dynamic_flags_002/A_First.hs A ./tests/ghc-regress/driver/dynamic_flags_002/A_Main.hs

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

2007-04-13 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 Fri Apr 13 19:30:00 BST 2007. checki

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

2007-04-13 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 Fri Apr 13 19:00:01 BST 2007.

patch applied (testsuite): add one more example

2007-04-13 Thread nx200
Fri Apr 13 10:21:49 PDT 2007 [EMAIL PROTECTED] * add one more example A ./tests/ghc-regress/esc/F123.hs M ./tests/ghc-regress/esc/TestData.hs -5 +14 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): added a few more examples

2007-04-13 Thread nx200
Fri Apr 13 09:45:22 PDT 2007 [EMAIL PROTECTED] * added a few more examples A ./tests/ghc-regress/esc/Sum.hs A ./tests/ghc-regress/esc/TestData.hs A ./tests/ghc-regress/esc/TestDataCon.hs M ./tests/ghc-regress/esc/TestImport.hs -13 +13 M ./tests/ghc-regress/esc/TestList.hs -3

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

2007-04-13 Thread Simon Marlow
Fri Apr 13 07:31:43 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * 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 -12 +20 _

patch applied (ghc-6.6/ghc): when invoking gcc, instead of the -B< dir> flag, use GCC_EXEC_PREFIX

2007-04-13 Thread Simon Marlow
Thu Mar 8 07:46:53 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * when invoking gcc, instead of the -B flag, use GCC_EXEC_PREFIX should hopefully fix/workaround #1110, but I haven't had a chance to test it yet. M ./compiler/main/SysTools.lhs -9 +30 ___

patch applied (ghc-6.6/ghc): Darwin/i386 NCG: fix assembly syntax in symbol stubs

2007-04-13 Thread Ian Lynagh
Thu Apr 12 14:53:13 PDT 2007 [EMAIL PROTECTED] * Darwin/i386 NCG: fix assembly syntax in symbol stubs In i386 position-independent symbol stubs, the NCG used to print jmp %edx instead of jmp *%edx Apple's assembler used to silently accept this, but has recently starte

patch applied (ghc-6.6/ghc): Darwin Linker: Do not add local symbols to lochash

2007-04-13 Thread Ian Lynagh
Thu Apr 12 14:17:12 PDT 2007 [EMAIL PROTECTED] * Darwin Linker: Do not add local symbols to lochash ... so that GHCi doesn't complain about duplicate symbols when two C modules define the same static variable. MERGE TO STABLE. M ./rts/Linker.c -9 ___

patch applied (ghc-6.6/ghc): Handle Weak Definitions in the Darwin Linker

2007-04-13 Thread Ian Lynagh
Thu Apr 12 14:01:55 PDT 2007 [EMAIL PROTECTED] * Handle Weak Definitions in the Darwin Linker The __i686.get_pc_thunk symbols generated by gcc's PIC code generator are weak definitions that appear in every object file, so we need to deal with them. MERGE TO STABLE. M ./rts/Lin

patch applied (ghc-6.6/ghc): Added Darwinports path to DocBook XSL stylesheets to configure.

2007-04-13 Thread Ian Lynagh
Mon Sep 18 16:28:31 PDT 2006 [EMAIL PROTECTED] * Added Darwinports path to DocBook XSL stylesheets to configure. M ./configure.ac -1 +1 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-04-13 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [nightly] 13-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/builds

Daily report for head

2007-04-13 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-13 Thread BuildBot Collator
New unexpected test failures: memo001 1 macgyver PPC OSX 6.6 Fixed unexpected test failures: concprog001 Old unexpected test failures: CPUTime001 1 mnemosyne x86-64 Gentoo 6.6 barton-mangler-bug 1 x86 Windows 6.6 bytestring001 1 x86 Windows 6.6 caba