I noticed that BPF arena tests don't run even on x86_64: https://github.com/kernel-patches/bpf/actions/runs/9764673062/job/26953830302.
I don't quite see why: if LLVM support was missing, then we would get SKIP:no ENABLE_ATOMICS_TESTS or no addr_space_cast support in clang. I also don't see arena in the DENYLIST, although if it were there, it would not have printed SKIP at all.
Is this intentional?
I noticed that BPF arena tests don't run even on x86_64: https://github.com/kernel-patches/bpf/actions/runs/9764673062/job/26953830302.
I don't quite see why: if LLVM support was missing, then we would get
SKIP:no ENABLE_ATOMICS_TESTS or no addr_space_cast support in clang. I also don't see arena in theDENYLIST, although if it were there, it would not have printedSKIPat all.Is this intentional?