Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 4bae06d47ae26b37a948d31f11884e1813f6d669
https://github.com/openssl/openssl/commit/4bae06d47ae26b37a948d31f11884e1813f6d669
Author: Tomas Mraz <[email protected]>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M test/cmsapitest.c
M test/recordlentest.c
M test/sslcorrupttest.c
M test/testutil/driver.c
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19483)