You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-test/bpf
Tamir Duberstein b46fb616be
integration-test: fix BTF relocation test
The struct_flavors test previously expected the same thing with and
without relocations. It now expects different values.

Also rename an enum variant "u64" to "S64". This was a typo. Turns out
that U32 is a type that exists in kernel headers, so all enum values are
suffixed with "_VAL".

Remove stdlib.h and the call to exit(). This alone makes the test fail
with a poisoned relocation. Bringing over the map definition makes the
test work again.
1 year ago
..
ext.bpf.c integration-test: clang-format C files 1 year ago
main.bpf.c integration-test: clang-format C files 1 year ago
multimap-btf.bpf.c integration-test: clang-format C files 1 year ago
reloc.bpf.c integration-test: fix BTF relocation test 1 year ago
reloc.btf.c integration-test: fix BTF relocation test 1 year ago
text_64_64_reloc.c integration-test: clang-format C files 1 year ago