selftests/bpf: Initial DENYLIST for aarch64
authorManu Bretelle <chantr4@gmail.com>
Fri, 21 Oct 2022 21:07:01 +0000 (14:07 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 21 Oct 2022 23:27:26 +0000 (16:27 -0700)
commit94d52a19180726ee8ddc70bea75d6605e1dd6029
treecdedf06802f819f29c57d492c476fbfd18c12220
parent20776b72ae2a43311f82f48f7b78f484cc89e463
selftests/bpf: Initial DENYLIST for aarch64

Those tests are currently failing on aarch64, ignore them until they are
individually addressed.

Using this deny list, vmtest.sh ran successfully using

LLVM_STRIP=llvm-strip-16 CLANG=clang-16 \
    tools/testing/selftests/bpf/vmtest.sh  -- \
        ./test_progs -d \
            \"$(cat tools/testing/selftests/bpf/DENYLIST{,.aarch64} \
                | cut -d'#' -f1 \
                | sed -e 's/^[[:space:]]*//' \
                      -e 's/[[:space:]]*$//' \
                | tr -s '\n' ','\
            )\"

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20221021210701.728135-5-chantr4@gmail.com
tools/testing/selftests/bpf/DENYLIST.aarch64 [new file with mode: 0644]