Home
last modified time | relevance | path

Searched refs:ASSERT_FALSE (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c27 ASSERT_FALSE(true, "unexpected preload for abc"); in custom_prepare_load_prog()
48 ASSERT_FALSE(true, "unexpected cookie"); in custom_attach_prog()
134 ASSERT_FALSE(bpf_program__autoload(skel->progs.abc1), "abc1_autoload"); in test_custom_sec_handlers()
162 ASSERT_FALSE(skel->bss->abc1_called, "abc1_called"); in test_custom_sec_handlers()
167 ASSERT_FALSE(skel->bss->kprobe1_called, "kprobe1_called"); in test_custom_sec_handlers()
169 ASSERT_FALSE(skel->bss->xyz_called, "xyz_called"); in test_custom_sec_handlers()
H A Dcgroup_getset_retval.c46 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_set()
86 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_set_and_get()
123 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_default_zero()
166 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_default_zero_and_set()
215 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_override()
261 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_legacy_eperm()
312 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_legacy_no_override()
354 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_getsockopt_get()
396 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_getsockopt_override()
442 if (!ASSERT_FALSE(ob in test_getsockopt_retval_sync()
[all...]
H A Dautoattach.c18 ASSERT_FALSE(bpf_program__autoattach(skel->progs.prog2), "autoattach_prog2"); in test_autoattach()
25 ASSERT_FALSE(skel->bss->prog2_called, "attached_prog2"); in test_autoattach()
H A Dcore_kern.c23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel()
H A Dlog_buf.c74 ASSERT_FALSE(libbpf_log_error, "libbpf_log_error"); in obj_load_log_buf()
117 ASSERT_FALSE(libbpf_log_error, "libbpf_log_error"); in obj_load_log_buf()
H A Ddecap_sanity.c68 ASSERT_FALSE(skel->bss->broken_csum_start, "broken_csum_start"); in test_decap_sanity()
H A Dlog_fixup.c124 ASSERT_FALSE(bpf_map__autocreate(skel->maps.missing_map), "missing_map_autocreate"); in missing_map()
H A Dtcp_hdr_options.c244 ASSERT_FALSE(check_error_linum(sk_fds), "check_error_linum"); in check_hdr_and_close_fds()
511 ASSERT_FALSE(check_error_linum(&sk_fds), "check_error_linum"); in misc()
H A Dmptcp.c257 if (!ASSERT_FALSE(info.mptcpi_flags & MPTCP_INFO_FLAG_FALLBACK, in verify_mptcpify()
H A Dcgroup_hierarchical_stats.c96 if (ASSERT_FALSE(err && errno != EBUSY, "mount")) in setup_bpffs()
H A Dkprobe_multi_test.c229 if (!ASSERT_FALSE(!addrs[0] || !addrs[1], "ksym_get_addr")) in test_attach_api_fails()
H A Dcore_reloc.c1114 if (!ASSERT_FALSE(test_case->fails, "obj_load_should_fail")) in run_core_reloc_tests()
H A Dbpf_iter.c239 ASSERT_FALSE(pthread_join(thread_id, &ret) || ret != NULL, in test_task_common_nocheck()
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Duser_events_selftests.h103 ASSERT_FALSE(fail); \
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.h230 #define ASSERT_FALSE(actual, name) ({ \ macro
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_harness.h521 * ASSERT_FALSE()
525 * ASSERT_FALSE(measured): measured == 0
527 #define ASSERT_FALSE(seen) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h534 * ASSERT_FALSE()
538 * ASSERT_FALSE(measured): measured == 0
540 #define ASSERT_FALSE(seen) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c103 #define ASSERT_OK(data) ASSERT_FALSE(data)
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dfs_test.c171 ASSERT_FALSE(err && errno != EEXIST) in mkdir_parents()

Completed in 18 milliseconds