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)
Sat, Jul 4, 1:49 AM
Unknown Object (File)
Fri, Jul 3, 9:21 AM
Unknown Object (File)
Thu, Jul 2, 10:58 PM
Unknown Object (File)
Thu, Jun 25, 4:06 PM
Unknown Object (File)
Thu, Jun 25, 2:40 AM
Unknown Object (File)
Jun 4 2026, 1:29 AM
Unknown Object (File)
May 11 2026, 1:33 AM
Unknown Object (File)
May 3 2026, 12:50 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!