RE: Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance.

2021-08-15 Thread Dr. Matthias St. Pierre
The README file in the test directory contains some hints how to troubleshoot 
test failures.
Look which test is failing and rerun it in verbose mode:


   make tests V=1  TESTS=testname

https://github.com/openssl/openssl/blob/master/test/README.md#test-failures


Hope that helps,
Matthias


From: openssl-users  On Behalf Of Ma Zhenhua
Sent: Saturday, August 14, 2021 1:57 AM
To: openssl-users@openssl.org
Subject: Hi team, I modified openssl code and make test failed. What should I 
do with the failed cases. Thx in advance.

Hi team,

I modified openssl code and make test failed. What should I do with the failed 
cases. Thx in advance.

Best regards,
Allen

smime.p7s
Description: S/MIME cryptographic signature


Re: Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance.

2021-08-13 Thread Dr Paul Dale
I suggest working out why they failed and getting them working again.  
You've broken something with your modifications, you need to understand 
what's broken and why before continuing.



Paul Dale

On 14/8/21 9:56 am, Ma Zhenhua wrote:

Hi team,

I modified openssl code and make test failed. What should I do with 
the failed cases. Thx in advance.


Best regards,
Allen