Hello,
The test case concio001 fails like this on the PPC Mac OS X builder
tnaur-ppc-osx, most likely because of a simple timing problem:
> => concio001(normal)
> cd . && $MAKE -s --no-print-directory test.concio001 >concio001.run.stdout 2>concio001.run.stderr
> Actual stdout output dif
Build description = STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
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 Wed Feb 6 18:10:01 GMT 2008.
checkin
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 Feb 6 18:00:01 GMT 2008.
checking out
Tue Feb 5 23:30:54 PST 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* Added Uninstaller
M ./distrib/MacOS/GHC-system.pmdoc/01ghc-contents.xml -1 +1
M ./distrib/MacOS/GHC-system.pmdoc/index.xml -2 +6
A ./distrib/MacOS/installer-scripts/Uninstaller
M ./distrib/MacOS/installer-
Wed Feb 6 09:27:09 PST 2008 [EMAIL PROTECTED]
* Add tests for parameterised monads from Oleg
A ./tests/ghc-regress/rebindable/DoParamM.hs
A ./tests/ghc-regress/rebindable/DoParamM.stderr
A ./tests/ghc-regress/rebindable/DoRestrictedM.hs
M ./tests/ghc-regress/rebindable/all.T +4
simonmarhaskell:
> Don Stewart wrote:
> >This is a rather fun patch (imo) that lets runghc read from stdin (into
> >a temp file) if no filename is provided.
> >
> >It means this works,
> >
> >$ cat A.hs | runghc | python2.4| ruby | runghc | python2.4 | ruby
> >
> >Where A.hs is sigfpe's 3rd
Wed Feb 6 02:48:52 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* skip if GHC < 6.9
M ./tests/ghc-regress/quasiquotation/qq001/test.T -1 +2
M ./tests/ghc-regress/quasiquotation/qq002/test.T -1 +2
M ./tests/ghc-regress/quasiquotation/qq003/test.T -1 +2
M ./tests/ghc-regress/quasiqu
Wed Feb 6 02:55:10 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Find compiler version-specific output files automatically
Also, clean up the way we find the output file. From the comment:
# Finding the sample output. The filename is of the form
#
# .stdout[-][-][-][-]
#
# and w
Wed Feb 6 02:53:38 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* 6.8-specific output.
The remaining validation test failures on the stable branch will be
fixed by pending merged.
A ./tests/ghc-regress/ghci/scripts/1914.stdout-ghc-6.8
A ./tests/ghc-regress/indexed-types/should_fail/Ov
Wed Feb 6 02:48:25 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* If the "setup" argument to test is a list, treat it as a list of functions
Avoids the need to write composes()
M ./driver/testlib.py +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
Wed Feb 6 03:39:36 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* FIX BUILD on x86_64
M ./compiler/ghci/ByteCodeFFI.lhs -7 +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Feb 5 01:04:29 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* matchesPkg: match against the pkg Id (foo-1.0) not just the package name
(foo)
Fixes the ghcpkg01 test.
M ./utils/ghc-pkg/Main.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.or
Don Stewart wrote:
This is a rather fun patch (imo) that lets runghc read from stdin (into
a temp file) if no filename is provided.
It means this works,
$ cat A.hs | runghc | python2.4| ruby | runghc | python2.4 | ruby
Where A.hs is sigfpe's 3rd order quine,
http://sigfpe.blogspo
Build results:
gabor stable: pass
kahl G5 Gentoo Linux stable:pass
mnemosyne x86-64 Gentoo stable: pass
tnaur PPC OSX stable 2: fail (failed stage2)
tnaur x86 Linux stable: pass
x86 Windows stable: lost
x86 Windows stable fast:pass lost pass
Build results:
x86 Windows head: lost
x86 Windows head fast: pass lost lost pass pass pass
kahl G5 Gentoo Linux head: pass
Old unexpected test passes:
conc052 1 x86-64 Linux head
New unexpected test failures:
rebindable5 1 x86 Windows head fast
rebindable6 1 x86 W
15 matches
Mail list logo