10 lines · plain
1# Test that asking for VG fails if the system doesn't support SVE. This2# applies both before and after the feature was added in 6.13[config]4command = record5args = --no-bpf-event --user-regs=vg kill >/dev/null 2>&16ret = 1297test_ret = true8arch = aarch649auxv = auxv["AT_HWCAP"] & 0x400000 == 010