Page MenuHomeFreeBSD

arm64: Add arm64 SVE tests
Needs ReviewPublic

Authored by andrew on Jan 4 2024, 12:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 9, 8:06 PM
Unknown Object (File)
Wed, Jul 2, 4:48 PM
Unknown Object (File)
Wed, Jul 2, 8:45 AM
Unknown Object (File)
Sun, Jun 29, 7:21 AM
Unknown Object (File)
Fri, Jun 27, 10:37 PM
Unknown Object (File)
Wed, Jun 25, 6:37 AM
Unknown Object (File)
Sat, Jun 21, 10:03 AM
Unknown Object (File)
Fri, Jun 20, 8:07 AM
Subscribers

Details

Reviewers
kib
markj
Group Reviewers
arm64
Summary

Add the tests/sys/arch directory for architecture-specific tests and
use it to add arm64 SVE tests. These test the kernel is managing the
SVE state in a way we expect.

These tests require SVE hardware support to run so will skip when they
can't detect it.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55241
Build 52130: arc lint + arc unit

Event Timeline

So would you also need a getcontext/setcontext test with SVE state changing in between test too?

Needs an update to the appropriate mtree file