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)
Mon, Aug 24, 10:21 AM
Unknown Object (File)
Mon, Aug 10, 3:16 PM
Unknown Object (File)
Mon, Aug 10, 3:15 PM
Unknown Object (File)
Sat, Aug 8, 8:49 PM
Unknown Object (File)
Sat, Aug 8, 3:43 AM
Unknown Object (File)
Fri, Aug 7, 2:27 PM
Unknown Object (File)
Thu, Aug 6, 2:26 PM
Unknown Object (File)
Thu, Jul 30, 4:54 PM
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!