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)
commit5ed31472b9ad6373a0a24bc21186b5eac999213d
tree1a829a42f96123b3637c5b3c049eb8ed52c18e6d
parent9f7fa225894c7fcb014f3699a402fcc4d896cb1c
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