19440ebdcSJames Clark# Test that asking for VG fails if the system doesn't support SVE. This 29440ebdcSJames Clark# applies both before and after the feature was added in 6.1 39440ebdcSJames Clark[config] 49440ebdcSJames Clarkcommand = record 59440ebdcSJames Clarkargs = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1 69440ebdcSJames Clarkret = 129 79440ebdcSJames Clarktest_ret = true 89440ebdcSJames Clarkarch = aarch64 9*c7e8c0e6SVeronika Molnarovaauxv = auxv["AT_HWCAP"] & 0x400000 == 0 10