Home
last modified time | relevance | path

Searched refs:ASSERT_FAIL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c107 ASSERT_FAIL("failed to realloc memory for messages\n"); in push_msg()
177 ASSERT_FAIL("BPF object has no BTF"); in parse_test_spec()
183 ASSERT_FAIL("failed to find FUNC BTF type for '%s'", spec->prog_name); in parse_test_spec()
H A Dtest_progs.h217 #define ASSERT_FAIL(fmt, args...) ({ \ macro