From 9f0d55c24afbd7b3aaf04cc3f99299115e4d0a98 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 17 Mar 2020 12:53:15 -0700 Subject: [PATCH] vmtests: organize blacklists, enable sockmap_listen tests Enable now-fixed sockmap_listen tests. Disabled vmlinux test on 5.5, on which hrtimer_nanosleep() signature is incompatible. Filled out remaining permanently disabled tests resons. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 12 ++++++++---- travis-ci/vmtest/configs/blacklist/BLACKLIST-latest | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index 3017012..c4b3e7f 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -1,3 +1,4 @@ +# PERMANENTLY DISABLED bpf_tcp_ca # STRUCT_OPS is missing cgroup_attach_multi # BPF_F_REPLACE_PROG missing fentry_fexit # bpf_prog_test_tracing missing @@ -8,9 +9,12 @@ 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 +select_reuseport # UDP support is missing +sockmap_listen # no listen socket supportin SOCKMAP +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 +vmlinux # hrtimer_nanosleep() signature changed incompatibly xdp_bpf2bpf # freplace is missing + +# TEMPORARILY DISABLED +send_signal # flaky diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest index f7a7dc6..c444fa9 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest @@ -1,2 +1,2 @@ +# TEMPORARILY DISABLED send_signal # flaky -sockmap_listen # flaky