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)
Sat, Nov 29, 9:50 PM
Unknown Object (File)
Mon, Nov 24, 7:21 AM
Unknown Object (File)
Fri, Nov 21, 4:16 AM
Unknown Object (File)
Fri, Nov 14, 6:14 PM
Unknown Object (File)
Thu, Nov 13, 11:36 PM
Unknown Object (File)
Thu, Nov 13, 7:07 PM
Unknown Object (File)
Nov 4 2025, 4:21 AM
Unknown Object (File)
Nov 1 2025, 7:54 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