[openssl] OpenSSL_1_1_1-stable update

Matt Caswell matt at openssl.org
Tue Feb 26 10:06:30 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  f30022cd581200a4c434f0db41b596c42fafd9de (commit)
      from  f408e2a352b59f2e7aa2160bfb6285725fe88ea7 (commit)


- Log -----------------------------------------------------------------
commit f30022cd581200a4c434f0db41b596c42fafd9de
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Feb 26 10:41:36 2019 +0100

    VMS: disable the shlibload test for now
    
    test/shlibloadtest.c needs added code for VMS shared libraries
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8342)

-----------------------------------------------------------------------

Summary of changes:
 test/recipes/90-test_shlibload.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t
index 3420017..9c51ca9 100644
--- a/test/recipes/90-test_shlibload.t
+++ b/test/recipes/90-test_shlibload.t
@@ -20,6 +20,7 @@ use configdata;
 
 plan skip_all => "Test only supported in a shared build" if disabled("shared");
 plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|;
+plan skip_all => "Test is disabled on VMS" if config('target') =~ m|^vms|;
 plan skip_all => "Test only supported in a dso build" if disabled("dso");
 
 plan tests => 10;


More information about the openssl-commits mailing list