validate fails

Manuel M T Chakravarty chak at cse.unsw.edu.au
Tue Nov 6 19:22:53 EST 2007


I got the following failure with validate of the HEAD from today:

Unexpected failures:
    tcfail186(normal)

The diff as in the testlog is appended.  Is this just a matter of test  
output that was not updated?

Manuel

-=-

=====> tcfail186(normal)
cd ./typecheck/should_fail && '/Users/chak/Code/ghc-test/compiler/ 
stage2/ghc-inp
lace' -no-recomp -dcore-lint -dcmm-lint -Di386_apple_darwin  --make -o  
tcfail186
  tcfail186  -v0  >tcfail186.comp.stderr 2>&1
Actual stderr output differs from expected:
--- ./typecheck/should_fail/tcfail186.stderr.normalised 2007-11-07  
11:16:12.0000
00000 +1100
+++ ./typecheck/should_fail/tcfail186.comp.stderr.normalised     
2007-11-07 11:16
:12.000000000 +1100
@@ -1,8 +1,8 @@

  tcfail186.hs:7:8:
-    Couldn't match expected type `PhantomSyn a'
+    Couldn't match expected type `PhantomSyn GHC.Prim.Any'
            against inferred type `[Char]'
-      Expected type: PhantomSyn a
+      Expected type: PhantomSyn GHC.Prim.Any
        Inferred type: [Char]
      In the first argument of `f', namely `"hoo"'
      In the expression: f "hoo"
*** unexpected failure for tcfail186(normal)



More information about the Cvs-ghc mailing list