Searched refs:ASSERT_FALSE (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | custom_sec_handlers.c | 27 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()
|
D | cgroup_getset_retval.c | 44 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_set() 82 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_set_and_get() 117 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_default_zero() 158 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_default_zero_and_set() 205 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_override() 249 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_legacy_eperm() 298 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_setsockopt_legacy_no_override() 338 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_getsockopt_get() 378 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_getsockopt_override() 422 if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error")) in test_getsockopt_retval_sync()
|
D | autoattach.c | 18 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()
|
D | core_kern.c | 23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel()
|
D | log_buf.c | 74 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()
|
D | log_fixup.c | 123 ASSERT_FALSE(bpf_map__autocreate(skel->maps.missing_map), "missing_map_autocreate"); in missing_map()
|
D | tcp_hdr_options.c | 244 ASSERT_FALSE(check_error_linum(sk_fds), "check_error_linum"); in check_hdr_and_close_fds() 509 ASSERT_FALSE(check_error_linum(&sk_fds), "check_error_linum"); in misc()
|
D | cgroup_hierarchical_stats.c | 96 if (ASSERT_FALSE(err && errno != EBUSY, "mount")) in setup_bpffs()
|
D | kprobe_multi_test.c | 228 if (!ASSERT_FALSE(!addrs[0] || !addrs[1], "ksym_get_addr")) in test_attach_api_fails()
|
D | core_reloc.c | 1114 if (!ASSERT_FALSE(test_case->fails, "obj_load_should_fail")) in run_core_reloc_tests()
|
D | bpf_iter.c | 243 ASSERT_FALSE(pthread_join(thread_id, &ret) || ret != NULL, in test_task_common_nocheck()
|
/linux-6.1.9/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_progs.h | 220 #define ASSERT_FALSE(actual, name) ({ \ macro
|
/linux-6.1.9/tools/testing/selftests/ |
D | kselftest_harness.h | 539 #define ASSERT_FALSE(seen) \ macro
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kselftest.rst | 389 ASSERT_NULL ASSERT_TRUE ASSERT_NULL ASSERT_TRUE ASSERT_FALSE
|
/linux-6.1.9/tools/testing/selftests/landlock/ |
D | fs_test.c | 106 ASSERT_FALSE(err && errno != EEXIST) in mkdir_parents()
|