[openssl/openssl] 532730: Skip shlibload tests if no-atexit is configured
Neil Horman
noreply at github.com
Wed Feb 14 17:07:39 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 53273092f6d64e91f4116bb781eb74dcc98a25dc
https://github.com/openssl/openssl/commit/53273092f6d64e91f4116bb781eb74dcc98a25dc
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M test/recipes/90-test_shlibload.t
Log Message:
-----------
Skip shlibload tests if no-atexit is configured
the shared library load tests fail if no-atexit is configured. The
entire test suite relies on atexit handling to indicate an at exit
handler has run, by producing a file that the test recipe then reads.
With no-atexit that never happens, and the test fails
If no-atexit is specified, skip all the tests
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23523)
More information about the openssl-commits
mailing list