Hi,

ok, one of these patches brought the build time on Travis down to very
nice 1h again:
https://github.com/ghc/ghc/compare/749740f9c3cb...8ca4bb1ce9d9

The build would be marked as passing if it were not for
integerConstantFolding which is marked as

test('integerConstantFolding',
     [when(compiler_debugged(), expect_broken(11006))], run_command,
     ['$MAKE -s --no-print-directory integerConstantFolding'])

but when Travis runs the build without -DDEBUG, then it still reports
an unexepcted pass, so the compiler_debugged doesn’t quite work as
expected:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/208399920/log.txt

I am not sure why this does not work as expected on travis. If someone
knowledgeable of the test suite driver would like to have a look,
that’d be awesome.

Greetings,
Joachim

-- 
Joachim “nomeata” Breitner
  m...@joachim-breitner.de • https://www.joachim-breitner.de/
  XMPP: nome...@joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F
  Debian Developer: nome...@debian.org

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to