Validate failures

Joachim Breitner mail at joachim-breitner.de
Sat May 3 20:08:07 UTC 2014


Hi,

I’m seeing these failures on travis. Anyone feeling responsible?

master:
        
        Actual stderr output differs from expected:
        --- /dev/null	2014-05-03 18:30:46.325826237 +0000
        +++ ./ffi/should_compile/cc004.comp.stderr	2014-05-03 19:08:47.864969234 +0000
        @@ -0,0 +1,73 @@
        +
        +cc004.hs:16:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static p" m_stdcall
        +        :: StablePtr a -> IO (StablePtr b)
        +
        +cc004.hs:21:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static my_sin" my_sin
        +        :: Double -> IO Double
        +
        +cc004.hs:22:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static my_cos" my_cos
        +        :: Double -> IO Double
        +
        +cc004.hs:24:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static m1" m8 :: IO Int8
        +
        +cc004.hs:25:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static m2" m16 :: IO Int16
        +
        +cc004.hs:26:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static m3" m32 :: IO Int32
        +
        +cc004.hs:27:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "static m4" m64 :: IO Int64
        +
        +cc004.hs:29:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "dynamic" d8
        +        :: FunPtr (IO Int8) -> IO Int8
        +
        +cc004.hs:30:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "dynamic" d16
        +        :: FunPtr (IO Int16) -> IO Int16
        +
        +cc004.hs:31:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "dynamic" d32
        +        :: FunPtr (IO Int32) -> IO Int32
        +
        +cc004.hs:32:1: Warning:
        +    the 'stdcall' calling convention is unsupported on this platform,
        +    treating as ccall
        +    When checking declaration:
        +      foreign import stdcall safe "dynamic" d64
        +        :: FunPtr (IO Int64) -> IO Int64
        *** unexpected failure for cc004(normal)
        

and 

        Wrong exit code (expected 0 , actual 1 )
        Stdout:
        
        Stderr:
        cgrun051: OK
        
        *** unexpected failure for cgrun051(normal)

(https://s3.amazonaws.com/archive.travis-ci.org/jobs/24347514/log.txt)


ghc-7.8:

Unexpected failures:
   annotations/should_compile/th  annth_compunits [bad exit code] (normal)
   annotations/should_compile/th  annth_make [bad stdout] (normal)

Please merge 0fe726829d468badf830dd82bc296832d709733b into ghc-7.8 (this
annotates the tests to require have_dynamic())


Greetings,
Joachim
-- 
Joachim “nomeata” Breitner
  mail at joachim-breitner.dehttp://www.joachim-breitner.de/
  Jabber: nomeata at joachim-breitner.de  • GPG-Key: 0xF0FBF51F
  Debian Developer: nomeata at debian.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140503/3474c0f9/attachment.sig>


More information about the ghc-devs mailing list