Lines Matching refs:selftests
4 General instructions on running selftests can be found in
7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
14 automated fashion. The system runs selftests for each patch in a series. Results
23 file fragments below ``tools/testing/selftests/bpf/`` (e.g., ``config`` and
32 deny list file, located at ``tools/testing/selftests/bpf/DENYLIST.<arch>``, can
35 In addition to that, the generic ``tools/testing/selftests/bpf/DENYLIST`` is
52 It's now possible to run the selftests using ``tools/testing/selftests/bpf/vmtest.sh``.
59 your existing Kconfig), recompiles the bpf selftests, runs them (by default
60 ``tools/testing/selftests/bpf/test_progs``) and saves the resulting output (by
74 $ tools/testing/selftests/bpf/vmtest.sh -h
76 In case of linker errors when running selftests, try using static linking:
107 tools/testing/selftests/bpf/vmtest.sh \
110 \"$(cat tools/testing/selftests/bpf/DENYLIST.riscv64 \
242 A set of selftests use BPF target-specific built-ins, which might require
263 Certain selftests, e.g. core_reloc, require support for the floating-point
272 Some selftests (e.g. kfunc_call and bpf_tcp_ca) require a LLVM support
275 Without it, the error from compiling bpf selftests looks like: