Page MenuHomeFreeBSD

Correct definitions in sys.opencrypto.runtests.main for 32bit platform
ClosedPublic

Authored by lwhsu on Jul 9 2019, 4:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 23, 6:02 PM
Unknown Object (File)
Sun, Sep 20, 1:23 AM
Unknown Object (File)
Sat, Sep 19, 10:10 PM
Unknown Object (File)
Sat, Sep 19, 9:39 PM
Unknown Object (File)
Sat, Sep 19, 7:42 PM
Unknown Object (File)
Fri, Sep 11, 5:45 PM
Unknown Object (File)
Thu, Sep 10, 11:30 PM
Unknown Object (File)
Tue, Sep 8, 4:53 AM
Subscribers

Details

Summary

sys.opencrypto.runtests.main tests are always failing on 32bit platform,
correct these definitions from sys/opencrypto/cryptodev.h .

Test Plan

cd /usr/tests/sys/opencrypto/ && kyua test

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 9 2019, 4:58 PM

Nice. I was just planning on looking why these tests fail on i386. Thanks!

This should actually be obtained via ctypes.

In D20894#452944, @ngie wrote:

This should actually be obtained via ctypes.

It will be great if this is possible. I wanted to check how to do so but I don't have much time on it right now. If you can point me some example, I can fix this soon. Thanks!