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)
Tue, Jul 22, 9:51 AM
Unknown Object (File)
Tue, Jul 15, 6:33 PM
Unknown Object (File)
Mon, Jul 7, 9:57 AM
Unknown Object (File)
Fri, Jul 4, 7:22 AM
Unknown Object (File)
Jun 23 2025, 4:33 PM
Unknown Object (File)
Jun 20 2025, 1:56 PM
Unknown Object (File)
Jun 19 2025, 12:48 PM
Unknown Object (File)
Jun 13 2025, 6:16 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!