aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/arch/aarch64
Commit message (Collapse)AuthorAgeFilesLines
* tests/sys/arch/aarch64: set TESTSDIR so Kyuafile is installed correctlyLi-Wen Hsu2026-04-221-1/+1
| | | | | Fixes: 0ddaa4c86d68 ("arm64: Add arm64 SVE tests") Sponsored by: The FreeBSD Foundation
* arm64: Add arm64 SVE testsAndrew Turner2026-04-083-0/+492
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. Reviewed by: markj Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D43311