Build Update for openssl/openssl ------------------------------------- Build: #37409 Status: Errored
Duration: 1 hr, 16 mins, and 53 secs Commit: c88f6f0 (master) Author: Richard Levitte Message: TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.t On most systems, there is no E macro for errcode zero in <errno.h>, which means that it seldom comes up here. However, reports indicate that some platforms do have an E macro for errcode zero. With perl, errcode zero is a bit special. Perl consistently gives the empty string for that one, while the C strerror() may give back something else. The easiest way to deal with that possible mismatch is to skip this errcode. Fixes #12798 Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/12799) View the changeset: https://github.com/openssl/openssl/compare/c9352933fe3b...c88f6f0e4083 View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/184010087?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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.
