Still Failing: openssl/openssl#27599 (master - f42c225)

Travis CI builds at travis-ci.org
Fri Aug 23 16:45:58 UTC 2019


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

Build: #27599
Status: Still Failing

Duration: 19 mins and 19 secs
Commit: f42c225 (master)
Author: Richard Levitte
Message: test/evp_test.c: distinguish parsing errors from processing errors

Parsing functions are at liberty to return:

1:  when parsing on processing of the parsed value succeeded
0:  when the parsed keyword is unknown
-1: when the parsed value processing failed

Some parsing functions didn't do this quite right, they returned 0
when they should have returned -1, causing a message like this:

    Line 123: unknown keyword PeerKey

When this message (which is displayed when the parsing function
returns -1) would have been more appropriate:

    Line 123: error processing keyword PeerKey = ffdhe2048-2-pub

Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9682)

View the changeset: https://github.com/openssl/openssl/compare/00372d7551cc...f42c225d7f9a

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/575911194?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/20190823/3d670087/attachment.html>


More information about the openssl-commits mailing list