[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Fri Oct 9 02:41:20 UTC 2020
The branch master has been updated
via a96722219ed431656b0f15a9a3d2c26676b6616e (commit)
from d00bd4e452e846a610284fe2be3e9358153251e7 (commit)
- Log -----------------------------------------------------------------
commit a96722219ed431656b0f15a9a3d2c26676b6616e
Author: Randall S. Becker <rsbecker at nexbridge.com>
Date: Tue Sep 29 15:21:38 2020 -0500
Disabled symbol_presence test on NonStop due to different nm format.
CLA: trivial
Fixes #12996
Signed-off-by: Randall S. Becker <rsbecker at nexbridge.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13036)
-----------------------------------------------------------------------
Summary of changes:
test/recipes/01-test_symbol_presence.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t
index d339770b0f..81f9d59e0e 100644
--- a/test/recipes/01-test_symbol_presence.t
+++ b/test/recipes/01-test_symbol_presence.t
@@ -14,6 +14,7 @@ use OpenSSL::Test::Utils;
setup("test_symbol_presence");
+plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
plan skip_all => "Only useful when building shared libraries"
if disabled("shared");
More information about the openssl-commits
mailing list