mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-11 11:09:06 +08:00
With fixes in selftests, these tests should now pass. Also add ability to add comments to blacklist/whitelist to explain why certain test is disabled. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
17 lines
637 B
Plaintext
17 lines
637 B
Plaintext
bpf_tcp_ca # STRUCT_OPS is missing
|
|
cgroup_attach_multi # BPF_F_REPLACE_PROG missing
|
|
fentry_fexit # bpf_prog_test_tracing missing
|
|
fentry_test # bpf_prog_test_tracing missing
|
|
fexit_bpf2bpf # freplace is missing
|
|
fexit_test # bpf_prog_test_tracing missing
|
|
link_pinning # bpf_link is missing
|
|
modify_return # fmod_ret is missing
|
|
ns_current_pid_tgid # bpf_get_ns_current_pid_tgid() helper is missing
|
|
perf_branches # bpf_read_branch_records() helper is missing
|
|
select_reuseport
|
|
send_signal # flaky
|
|
skb_ctx
|
|
sockmap_listen # flaky
|
|
test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs
|
|
xdp_bpf2bpf # freplace is missing
|