]> git.ipfire.org Git - thirdparty/openssl.git/commit
tests: clear error queue before executing a testcase
authorTomas Mraz <tomas@openssl.org>
Mon, 24 Oct 2022 10:28:58 +0000 (12:28 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 27 Oct 2022 16:39:29 +0000 (18:39 +0200)
commitd8eb0e1988aba5d86aa6570357853cad0ab3f532
treecc081e112df831faddc2558d27d823d84d665339
parentc8c678e7d91ca2cea41c6c574cf7656a9404646f
tests: clear error queue before executing a testcase

There can be errors in the queue from previous tests and
we look at it to verify we do not add spurious errors in
some testcases.

Fixes #19477

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19483)

(cherry picked from commit 4bae06d47ae26b37a948d31f11884e1813f6d669)
test/cmsapitest.c
test/recordlentest.c
test/sslcorrupttest.c
test/testutil/driver.c