685f0d3 temporarily disable test 0313

Authored and Committed by jamacku 3 months ago
1 file changed. 5 lines added. 1 lines removed.
    temporarily disable test 0313
    
    ```
    test 0313...[CRL test]
    ../libtool --mode=execute /usr/bin/valgrind --tool=memcheck --quiet
    --leak-check=yes --suppressions=../../tests/valgrind.supp --num-callers=16
    --log-file=log/valgrind313 ../src/curl --output log/curl313.out  --include
    --trace-ascii log/trace313 --trace-time --cacert
    ../../tests/certs/EdelCurlRoot-ca.crt --crlfile
    ../../tests/certs/Server-localhost-sv.crl https://localhost:37247/313 >
    log/stdout313 2> log/stderr313
    CMD (15360): ../libtool --mode=execute /usr/bin/valgrind --tool=memcheck
    --quiet --leak-check=yes --suppressions=../../tests/valgrind.supp
    --num-callers=16 --log-file=log/valgrind313 ../src/curl --output
    log/curl313.out  --include --trace-ascii log/trace313 --trace-time --cacert
    ../../tests/certs/EdelCurlRoot-ca.crt --crlfile
    ../../tests/certs/Server-localhost-sv.crl https://localhost:37247/313 >
    log/stdout313 2> log/stderr313
     valgrind ERROR ==89628== 1,795 (248 direct, 1,547 indirect) bytes in 1 blocks
    are definitely lost in loss record 32 of 32
    ==89628==    at 0x484280F: malloc (vg_replace_malloc.c:442)
    ==89628==    by 0x4D71B20: CRYPTO_malloc (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4D71BD4: CRYPTO_zalloc (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4C67FD3: ??? (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4C69B00: ??? (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4C69E3F: ASN1_item_d2i_ex (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4D944C0: PEM_ASN1_read_bio (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4DD3C31: X509_load_crl_file (in
    /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x48B6D48: UnknownInlinedFun (openssl.c:3284)
    ==89628==    by 0x48B6D48: Curl_ssl_setup_x509_store (openssl.c:3437)
    ==89628==    by 0x48B7445: ossl_bio_cf_in_read (openssl.c:776)
    ==89628==    by 0x4C6DB32: ??? (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4C71C16: ??? (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4C71DAA: BIO_read (in /usr/lib64/libcrypto.so.3.2.1)
    ==89628==    by 0x4B9BE92: ??? (in /usr/lib64/libssl.so.3.2.1)
    ==89628==    by 0x4BA0B4A: ??? (in /usr/lib64/libssl.so.3.2.1)
    ==89628==    by 0x4B9B099: ??? (in /usr/lib64/libssl.so.3.2.1)
    ==89628==
    == Contents of files in the log/ dir after test 313
    === Start of file commands.log
     ../libtool --mode=execute /usr/bin/valgrind --tool=memcheck --quiet
    --leak-check=yes --suppressions=../../tests/valgrind.supp --num-callers=16
    --log-file=log/valgrind313 ../src/curl --output log/curl313.out  --include
    --trace-ascii log/trace313 --trace-time --cacert
    ../../tests/certs/EdelCurlRoot-ca.crt --crlfile
    ../../tests/certs/Server-localhost-sv.crl https://localhost:37247/313 >
    log/stdout313 2> log/stderr313
    === End of file commands.log
    ```
    
    Related: openssl #2263877
    
    a
    
        
file modified
+5 -1