What Ben suggests is a great start.
Note that none of the core developers have Solaris access, so that
debugging could be problematic.
Pauli
On 12/9/21 1:39 pm, Benjamin Kaduk via openssl-users wrote:
On Sat, Sep 11, 2021 at 10:29:07PM -0400, Dennis Clarke via openssl-users wrote:
This is slightly better than the beta release :
Test Summary Report
-------------------
03-test_internal_modes.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
90-test_ige.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
What can I dig into here to get more information and perhaps we solve
these two little tests fails?
`make V=1 TESTS="test_internal_modes test_ige" test`
-Ben