Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: f1b7a6c247502cefe414921b880512e0e1d3e9ca
https://github.com/openssl/openssl/commit/f1b7a6c247502cefe414921b880512e0e1d3e9ca
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)
(cherry picked from commit 4bae06d47ae26b37a948d31f11884e1813f6d669)