mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 00:59:07 +08:00
vmtests: blacklist problematic tests
Blacklist btf_map_in_map permanently for 5.5. bpf_verif_scale is broken due to Clang issues on latest. Do not run ALU32 flavor for test_progs on 4.9.0, which doesn't support ALU32 yet. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
ed187d0400
commit
663f66decf
@@ -3,8 +3,10 @@
|
||||
set -euxo pipefail
|
||||
|
||||
test_progs() {
|
||||
echo TEST_PROGS
|
||||
./test_progs ${BLACKLIST:+-b$BLACKLIST} ${WHITELIST:+-t$WHITELIST}
|
||||
if [[ "${KERNEL}" != '4.9.0' ]]; then
|
||||
echo TEST_PROGS
|
||||
./test_progs ${BLACKLIST:+-b$BLACKLIST} ${WHITELIST:+-t$WHITELIST}
|
||||
fi
|
||||
|
||||
echo TEST_PROGS-NO_ALU32
|
||||
./test_progs-no_alu32 ${BLACKLIST:+-b$BLACKLIST} ${WHITELIST:+-t$WHITELIST}
|
||||
|
||||
Reference in New Issue
Block a user