Still Failing: openssl/openssl#31893 (master - 8d24282)

Travis CI builds at travis-ci.org
Mon Feb 3 12:32:29 UTC 2020


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

Build: #31893
Status: Still Failing

Duration: 26 mins and 38 secs
Commit: 8d24282 (master)
Author: Matt Caswell
Message: Fix common test framework options

PR#6975 added the ability to our test framework to have common options to
all tests. For example providing the option "-test 5" to one of our test
programs will just run test number 5. This can be useful when debugging
tests.

Unforuntately this does not work well for a number of tests. In particular
those tests that call test_get_argument() without first skipping over these
common test options will not get the expected value. Some tests did this
correctly but a large number did not.

A helper function is introduced, test_skip_common_options(), to make this
easier for those tests which do not have their own specialised test option
handling, but yet still need to call test_get_argument(). This function
call is then added to all those tests that need it.

Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10975)

View the changeset: https://github.com/openssl/openssl/compare/ef071222020b...8d242823ed22

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/645414828?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/20200203/9babc513/attachment-0001.html>


More information about the openssl-commits mailing list