Travis again over time
Joachim Breitner
mail at joachim-breitner.de
Tue Mar 7 13:39:17 UTC 2017
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
mail at joachim-breitner.de • https://www.joachim-breitner.de/
XMPP: nomeata at joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F
Debian Developer: nomeata at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20170307/44aece06/attachment.sig>
More information about the ghc-devs
mailing list