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)
Thu, Mar 13, 5:41 PM
Unknown Object (File)
Tue, Mar 4, 11:59 AM
Unknown Object (File)
Sun, Mar 2, 2:35 PM
Unknown Object (File)
Thu, Feb 27, 2:55 AM
Unknown Object (File)
Wed, Feb 26, 3:54 PM
Unknown Object (File)
Wed, Feb 26, 1:25 PM
Unknown Object (File)
Jan 20 2025, 4:27 PM
Unknown Object (File)
Jan 17 2025, 2:57 PM
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