Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtimer_lockup.c85 ASSERT_FAIL("timer1_err bad value"); in test_timer_lockup()
87 ASSERT_FAIL("timer2_err bad value"); in test_timer_lockup()
H A Dtest_global_funcs.c129 ASSERT_FAIL("unexpected subprog %s", name); in subtest_ctx_arg_rewrite()
H A Duprobe_multi_test.c758 ASSERT_FAIL("get_program"); in get_program()
776 ASSERT_FAIL("get_link"); in get_link()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c209 ASSERT_FAIL("failed to realloc memory for messages\n"); in __push_msg()
386 ASSERT_FAIL("BPF object has no BTF"); in parse_test_spec()
392 ASSERT_FAIL("failed to find FUNC BTF type for '%s'", spec->prog_name); in parse_test_spec()
H A Dtest_progs.h221 #define ASSERT_FAIL(fmt, args...) ({ \ macro