#32506·openssl

test_quicapi fails on AIX

Author: gv74Created Aug 26, 2026Updated Sep 15, 2026
Labelshelp wantedtriaged: bug

With OpenSSL 3.5.8, test_quicapi fails on AIX.

$ HARNESS_VERBOSE=yes make V=1 test TESTS=test_quicapi
...
    ok 27 - test_new_token
    ok 28 - test_server_method_with_ssl_new
    ok 29 - test_ssl_accept_connection
    ok 30 - test_ssl_set_verify
    ok 31 - test_client_hello_retry
    ok 32 - test_quic_resize_txe
    # ERROR: (size_t) 'pending_connections == PENDING_LIMIT' failed @ test/quicapitest.c:3161
    # [0] compared to [5]
    # OPENSSL_TEST_RAND_SEED=1787742417
    not ok 33 - test_pending_limit
../../util/wrap.pl ../../test/quicapitest default ../../test/default-recordpadding.cnf ../../test/certs ../../test/recipes/75-test_quicapi_data => 1
not ok 1 - running quicapitest

#   Failed test 'running quicapitest'
#   at test/recipes/75-test_quicapi.t line 32.
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
75-test_quicapi.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=1, Tests=1,  2 wallclock secs ( 0.16 usr  0.00 sys +  1.13 cusr  0.07 csys =  1.36 CPU)
Result: FAIL
make[2]: *** [Makefile:3926: run_tests] Error 1
make[2]: Leaving directory '/home/gabriel/trunk/openssl-3.5.8'
make[1]: *** [Makefile:3923: _tests] Error 2
make[1]: Leaving directory '/home/gabriel/trunk/openssl-3.5.8'
make: *** [Makefile:3921: tests] Error 2