Thanks for your information, simple test case means some specific test case. Some error reported from some specific test case in case of “make V=1 TESTS='test_ssl_new*' test”, the error information could not help to local the issue, So I need run and debug the specific
test case. Error information: ../../util/wrap.pl /usr/bin/perl -I ../../util/perl ../../test/generate_ssl_tests.pl ../../test/ssl-tests/17-renegotiate.cnf.in none > 17-renegotiate.cnf.none => 0 ok 1 - Getting output from generate_ssl_tests.pl. ok 2 - Comparing generated 17-renegotiate.cnf.none with ../../test/ssl-tests/17-renegotiate.cnf. # Subtest: ../../test/ssl_test 1..1 # Subtest: test_handshake 1..17 ok 1 - iteration 1 ok 2 - iteration 2 ok 3 - iteration 3 ok 4 - iteration 4 ok 5 - iteration 5 ok 6 - iteration 6 ok 7 - iteration 7 ok 8 - iteration 8 ok 9 - iteration 9 ok 10 - iteration 10 ok 11 - iteration 11 # ERROR: (int) 'peer->status == PEER_RETRY' failed @ test/helpers/handshake.c:868 # [2] compared to [1] # ERROR: (int) 'result->result == test_ctx->expected_result' failed @ test/ssl_test.c:36 # [3] compared to [1] # INFO: @ test/ssl_test.c:37 # ExpectedResult mismatch: expected ServerFail, got InternalError. # OPENSSL_TEST_RAND_ORDER=1644408281 not ok 12 - iteration 12 ok 13 - iteration 13 # ERROR: (int) 'peer->status == PEER_RETRY' failed @ test/helpers/handshake.c:868 # [2] compared to [1] # ERROR: (int) 'result->result == test_ctx->expected_result' failed @ test/ssl_test.c:36 # [3] compared to [2] # INFO: @ test/ssl_test.c:37 # ExpectedResult mismatch: expected ClientFail, got InternalError. # OPENSSL_TEST_RAND_ORDER=1644408281 not ok 14 - iteration 14 # ERROR: (int) 'result->server_alert_sent == result->server_alert_received' failed @ test/ssl_test.c:66 # [552] compared to [0] # INFO: @ test/ssl_test.c:68 # Server sent alert handshake failure but client received no alert. ok 15 - iteration 15 ok 16 - iteration 16 ok 17 - iteration 17 # OPENSSL_TEST_RAND_ORDER=1644408281 not ok 1 - test_handshake 发件人: Dr. Matthias St. Pierre
[mailto:Matthias.St.Pierre@xxxxxxxxx] The README file in the test directory contains a detailed explanation. https://github.com/openssl/openssl/blob/master/test/README.md In a nutshell, you run `make test`, passing `V=1` to turn on verbose output and `TESTS=…` to select one or more tests: make V=1 TESTS=<pattern> test HTH, Matthias
From: openssl-users <openssl-users-bounces@xxxxxxxxxxx>
On Behalf Of Chenxinping via openssl-users The config file have some ENV variable and will result fail to load the config file, How to run a simple test case? Example: ./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default ERROR: @ test/ssl_test.c:553 |