]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Add support for marking sub-tests as skipped
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Dec 2020 20:46:27 +0000 (12:46 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 4 Dec 2020 01:38:21 +0000 (17:38 -0800)
commit840bf0e5ac681a5289c3b4da5e4f772213922791
tree1a829a42f96123b3637c5b3c049eb8ed52c18e6d
parent284b9eae91126e2bb35d03d001a0791f1df71a2f
selftests/bpf: Add support for marking sub-tests as skipped

Previously skipped sub-tests would be counted as passing with ":OK" appened
in the log. Change that to be accounted as ":SKIP".

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20201203204634.1325171-8-andrii@kernel.org
tools/testing/selftests/bpf/test_progs.c