selftests/bpf: Add bench test to arm64 and s390x denylist
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 30 Nov 2022 22:20:49 +0000 (23:20 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 30 Nov 2022 23:07:30 +0000 (00:07 +0100)
commit996c060e2bb90e5caef42849846b56da21ea88d9
tree11fea3d8810a727e535152a3d40fbe7d44445bae
parentf8186bf65ae6a4ce96d5cf52c2c9481c0e2193ce
selftests/bpf: Add bench test to arm64 and s390x denylist

BPF CI fails for arm64 and s390x each with the following result:

  [...]
  All error logs:

  serial_test_kprobe_multi_bench_attach:PASS:get_syms 0 nsec
  serial_test_kprobe_multi_bench_attach:PASS:kprobe_multi_empty__open_and_load 0 nsec
  libbpf: prog 'test_kprobe_empty': failed to attach: Operation not supported
  serial_test_kprobe_multi_bench_attach:FAIL:bpf_program__attach_kprobe_multi_opts unexpected error: -95
  #92      kprobe_multi_bench_attach:FAIL
  [...]

Add the test to the deny list.

Fixes: 5b6c7e5c4434 ("selftests/bpf: Add attach bench test")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/DENYLIST.aarch64
tools/testing/selftests/bpf/DENYLIST.s390x