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

Reply via email to