Still Failing: openssl/openssl#28064 (master - bfed4fc)

Travis CI builds at travis-ci.org
Mon Sep 9 12:20:20 UTC 2019


Build Update for openssl/openssl
-------------------------------------

Build: #28064
Status: Still Failing

Duration: 23 mins and 15 secs
Commit: bfed4fc (master)
Author: Nicola Tuveri
Message: Uniform TEST_*() check usage in test/ectest.c

- Replace a `TEST_true()` with `!TEST_false()` to avoid reporting
  confusing errors
- We tend to use `if (!TEST_foo() || !TEST_bar())` and it's a bit
  confusing to switch to `if(!(TEST_foo() && TEST_bar()))`: replace it
  with the more common style

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9813)

View the changeset: https://github.com/openssl/openssl/compare/3f37050e33c4...bfed4fc8367b

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/582644979?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20190909/4b0978e0/attachment.html>


More information about the openssl-commits mailing list