But no, I did push the patch after all.
Manuel, does validate still fail there ?
Do you have the patch below?

Sun Dec  9 10:21:41 PST 2007  Pepe Iborra <[EMAIL PROTECTED]>
 * Adapt to changes in :print (contents of references)

   M ./tests/ghc-regress/ghci.debugger/scripts/print028.stdout -2 +3

pepe

On 10/12/2007, at 18:13, pepe wrote:

aye, aye, I left darcs pushing to the testsuite and went for a cup of coffee
(that's the last thing I remember)

Sorry !

On 10/12/2007, at 9:45, Simon Peyton-Jones wrote:

Pepe, this is you I guess?

Simon

| -----Original Message-----
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Manuel M T Chakravarty
| Sent: 10 December 2007 00:28
| To: [email protected]
| Subject: Invalid!
|
| Validating with the HEAD of this morning, I get
|
| Unexpected failures:
|     print028(ghci)
|
| Seems like somebody forgot to push changes to the testsuite with the
| corresponding HEAD patches...
|
| Manuel
|
| -=-
|
| =====> print028(ghci)
| cd ./ghci.debugger/scripts && HC='/Users/chak/Code/ghc-test/ compiler/
| stage2/ghc-inplace' HC_OPTS='-dcore-lint -dcmm-lint -
| Di386_apple_darwin ' '/Users/chak/Code/ghc-test/compiler/stage2/ ghc- | inplace' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm- lint -
| Di386_apple_darwin   -ignore-dot-ghci   <print028.script
|  >print028.run.stdout 2>print028.run.stderr
| Actual stdout output differs from expected:
| --- ./ghci.debugger/scripts/print028.stdout.normalised  2007-12-10
| 11:17:49.000000000 +1100
| +++ ./ghci.debugger/scripts/print028.run.stdout.normalised 2007-12-10
| 11:17:49.000000000 +1100
| @@ -1,4 +1,5 @@
|   l = (_t1::[Maybe Integer])
|   Just 1
| -r = GHC.IOBase.IORef (GHC.STRef.STRef {(Just 1 : (_t2::[Maybe
| Integer]))})
| -r = GHC.IOBase.IORef (GHC.STRef.STRef {(Just 1 : _)})
| +r = GHC.IOBase.IORef (GHC.STRef.STRef (GHC.Prim.MutVar# (Just 1 :
| + (_t2:: [Maybe
| Integer]))))
| +r = GHC.IOBase.IORef (GHC.STRef.STRef (GHC.Prim.MutVar# (Just 1 : _)))
| *** unexpected failure for print028(ghci)
|
| _______________________________________________
| Cvs-ghc mailing list
| [email protected]
| http://www.haskell.org/mailman/listinfo/cvs-ghc


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to