selftests/bpf: Skip spin lock failure test on s390x
authorKumar Kartikeya Dwivedi <memxor@gmail.com>
Fri, 18 Nov 2022 18:59:38 +0000 (00:29 +0530)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 18 Nov 2022 20:17:54 +0000 (12:17 -0800)
commit97c11d6e31547183e2404087f0fb23b34dbe2cc3
treedf7a91d29ec07ccb60b71821b5ff0ed394ff7fe0
parentdb6bf999544c8c8dcae093e91eba4570647874b1
selftests/bpf: Skip spin lock failure test on s390x

Instead of adding the whole test to DENYLIST.s390x, which also has
success test cases that should be run, just skip over failure test
cases in case the JIT does not support kfuncs.

Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20221118185938.2139616-3-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/spin_lock.c