Anyone know what is up here?

Simion

=====> dynamic001(normal) 108 of 155 [0, 0, 0]
cd ./should_run && '/64playpen/simonpj/builds/HEAD/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf 
-rtsopts  -o dynamic001 dynamic001.hs    >dynamic001.comp.stderr 2>&1
cd ./should_run && ./dynamic001    </dev/null >dynamic001.run.stdout 
2>dynamic001.run.stderr
Actual stdout output differs from expected:
--- ./should_run/dynamic001.stdout.normalised               2011-05-09 
16:42:14.910105641 +0100
+++ ./should_run/dynamic001.run.stdout.normalised   2011-05-09 
16:42:14.910105641 +0100
@@ -1,27 +1,27 @@
*** Testing: toDyn ***
-[ <<Int>>
-, <<Char>>
-, <<Bool>>
-, <<Float>>
-, <<Double>>
-, <<Integer>>
-, <<IO ()>>
-, <<[Dynamic]>>
-, <<[Int]>>
-, <<Maybe Int>>
-, <<Maybe Int>>
-, <<Maybe Int>>
-, <<Either Int Bool>>
-, <<Either Char Int>>
+[ <<GHC.Types.Int>>
+, <<GHC.Types.Char>>
+, <<GHC.Types.Bool>>
+, <<GHC.Types.Float>>
+, <<GHC.Types.Double>>
+, <<GHC.Integer.Type.Integer>>
+, <<GHC.Types.IO ()>>
+, <<[Data.Dynamic.Dynamic]>>
+, <<[GHC.Types.Int]>>
+, <<Data.Maybe.Maybe GHC.Types.Int>>
+, <<Data.Maybe.Maybe GHC.Types.Int>>
+, <<Data.Maybe.Maybe GHC.Types.Int>>
+, <<Data.Either.Either GHC.Types.Int GHC.Types.Bool>>
+, <<Data.Either.Either GHC.Types.Char GHC.Types.Int>>
, <<()>>
-, <<Ordering>>
-, <<((),Int)>>
-, <<((),Int,Char)>>
-, <<((),Int,Char,Double)>>
-, <<((),Int,Char,Double,(Maybe Bool))>>
-, <<Int -> Int -> Int>>
-, <<Integer -> Integer -> Integer>>
-, <<[Char] -> [Char] -> [Char]>>
+, <<GHC.Ordering.Ordering>>
+, <<((),GHC.Types.Int)>>
+, <<((),GHC.Types.Int,GHC.Types.Char)>>
+, <<((),GHC.Types.Int,GHC.Types.Char,GHC.Types.Double)>>
+, <<((),GHC.Types.Int,GHC.Types.Char,GHC.Types.Double,(Data.Maybe.Maybe 
GHC.Types.Bool))>>
+, <<GHC.Types.Int -> GHC.Types.Int -> GHC.Types.Int>>
+, <<GHC.Integer.Type.Integer -> GHC.Integer.Type.Integer -> 
GHC.Integer.Type.Integer>>
+, <<[GHC.Types.Char] -> [GHC.Types.Char] -> [GHC.Types.Char]>>
]
*** Testing: fromDyn ***
1
*** unexpected failure for dynamic001(normal)
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to