[openssl] master update

Dr. Paul Dale pauli at openssl.org
Wed Jul 21 10:05:00 UTC 2021


The branch master has been updated
       via  c74188e86c78c4fa47c4a658e1355c40524fadb4 (commit)
      from  4672e5de9e22a752870c9a05e0a92faef9e6f340 (commit)


- Log -----------------------------------------------------------------
commit c74188e86c78c4fa47c4a658e1355c40524fadb4
Author: Pauli <pauli at openssl.org>
Date:   Wed Jul 21 19:25:22 2021 +1000

    ci: omit tests that consume too much memory
    
    The SSL API tests and the passwd command test trigger memory leakage in the
    address sanitizer.
    
    Fixes #16116
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16125)

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

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fa650e4d6c..a3a93b6602 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
     - name: make
       run: make -s -j4
     - name: make test
-      run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} OPENSSL_TEST_RAND_ORDER=0 TESTS="-test_fuzz* -test_ssl_* -test_evp -test_cmp_http -test_verify -test_cms -test_store -test_enc -[01][0-9]"
+      run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} OPENSSL_TEST_RAND_ORDER=0 TESTS="-test_fuzz* -test_ssl_* -test_sslapi -test_passwd -test_evp -test_cmp_http -test_verify -test_cms -test_store -test_enc -[01][0-9]"
 
   address_ub_sanitizer:
     runs-on: ubuntu-latest


More information about the openssl-commits mailing list