mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 08:09:07 +08:00
vmtests: blacklist sk_lookup on LATEST and cg_storage_multi on 5.5
Blacklist two failing tests. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
3f26bf1adf
commit
f56874ba8a
@@ -10,6 +10,7 @@ bpf_verif_scale
|
|||||||
#bpf_verif_scale/strobemeta_nounroll1.o
|
#bpf_verif_scale/strobemeta_nounroll1.o
|
||||||
#bpf_verif_scale/strobemeta_nounroll2.o
|
#bpf_verif_scale/strobemeta_nounroll2.o
|
||||||
|
|
||||||
|
cg_storage_multi # v5.9+ functionality
|
||||||
cgroup_attach_multi # BPF_F_REPLACE_PROG missing
|
cgroup_attach_multi # BPF_F_REPLACE_PROG missing
|
||||||
cgroup_link # LINK_CREATE is missing
|
cgroup_link # LINK_CREATE is missing
|
||||||
cgroup_skb_sk_lookup # bpf_sk_lookup_tcp() helper is missing
|
cgroup_skb_sk_lookup # bpf_sk_lookup_tcp() helper is missing
|
||||||
@@ -42,6 +43,7 @@ skb_helpers # helpers added in 5.8+
|
|||||||
sockmap_basic # uses new socket fields, 5.8+
|
sockmap_basic # uses new socket fields, 5.8+
|
||||||
sockmap_listen # no listen socket supportin SOCKMAP
|
sockmap_listen # no listen socket supportin SOCKMAP
|
||||||
sockopt_sk
|
sockopt_sk
|
||||||
|
sk_lookup # v5.9+
|
||||||
skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing
|
skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing
|
||||||
test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs
|
test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs
|
||||||
test_lsm # no BPF_LSM support
|
test_lsm # no BPF_LSM support
|
||||||
@@ -52,7 +54,9 @@ vmlinux # hrtimer_nanosleep() signature changed incompatibly
|
|||||||
xdp_adjust_tail # new XDP functionality added in 5.8
|
xdp_adjust_tail # new XDP functionality added in 5.8
|
||||||
xdp_attach # IFLA_XDP_EXPECTED_FD support is missing
|
xdp_attach # IFLA_XDP_EXPECTED_FD support is missing
|
||||||
xdp_bpf2bpf # freplace is missing
|
xdp_bpf2bpf # freplace is missing
|
||||||
|
xdp_cpumap_attach # v5.9+
|
||||||
xdp_devmap_attach # new feature in 5.8
|
xdp_devmap_attach # new feature in 5.8
|
||||||
|
xdp_link # v5.9+
|
||||||
|
|
||||||
|
|
||||||
# TEMPORARILY DISABLED
|
# TEMPORARILY DISABLED
|
||||||
|
|||||||
@@ -2,4 +2,5 @@
|
|||||||
send_signal # flaky
|
send_signal # flaky
|
||||||
test_lsm # semi-working
|
test_lsm # semi-working
|
||||||
sk_assign # needs better setup in Travis CI
|
sk_assign # needs better setup in Travis CI
|
||||||
|
sk_lookup
|
||||||
core_reloc # temporary test breakage
|
core_reloc # temporary test breakage
|
||||||
|
|||||||
Reference in New Issue
Block a user