Skip to content

Commit b5cebb5

Browse files
brooniectmarinas
authored andcommitted
kselftest/arm64: Allow sve-ptrace to run on SME only systems
Currently the sve-ptrace test program only runs if the system supports SVE but since SME includes streaming SVE the tests it offers are valid even on a system that only supports SME. Since the tests already have individual hwcap checks just remove the top level test and rely on those. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 54c6051 commit b5cebb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/testing/selftests/arm64/fp/sve-ptrace.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -753,9 +753,6 @@ int main(void)
753753
ksft_print_header();
754754
ksft_set_plan(EXPECTED_TESTS);
755755

756-
if (!(getauxval(AT_HWCAP) & HWCAP_SVE))
757-
ksft_exit_skip("SVE not available\n");
758-
759756
child = fork();
760757
if (!child)
761758
return do_child();

0 commit comments

Comments
 (0)