Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing BPF arena #128

Open
iii-i opened this issue Jul 2, 2024 · 2 comments
Open

Testing BPF arena #128

iii-i opened this issue Jul 2, 2024 · 2 comments

Comments

@iii-i
Copy link
Contributor

iii-i commented Jul 2, 2024

I noticed that BPF arena tests don't run even on x86_64: https://github.com/kernel-patches/bpf/actions/runs/9764673062/job/26953830302.

  #3       arena_atomics:SKIP

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?

@anakryiko
Copy link
Member

@iii-i I think it might be LLVM support missing, we just don't see the message because it's just a printf(), which is by default is hidden (unless you run test_progs -v)

@iii-i
Copy link
Contributor Author

iii-i commented Jul 2, 2024

I see, thanks. Are there plans to add LLVM 19 runs? I might have missed some discussions, but if I remember correctly in the past the recommendation was to run the testsuite with LLVM master, which I'm still doing in my dev setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants