Home
last modified time | relevance | path

Searched refs:ASSERT_LT (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dlibbpf_get_fd_by_id_opts.c38 if (!ASSERT_LT(fd, 0, "bpf_map_get_fd_by_id")) in test_libbpf_get_fd_by_id_opts()
42 if (!ASSERT_LT(fd, 0, "bpf_map_get_fd_by_id_opts")) in test_libbpf_get_fd_by_id_opts()
59 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem")) in test_libbpf_get_fd_by_id_opts()
A Dlookup_key.c73 if (!ASSERT_LT(ret, 0, "bpf_prog_get_next_id")) in test_lookup_key()
94 if (!ASSERT_LT(ret, 0, "bpf_prog_get_next_id")) in test_lookup_key()
107 ASSERT_LT(ret, 0, "bpf_prog_get_next_id"); in test_lookup_key()
A Dbloom_filter_map.c16 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid key size")) in test_fail_cases()
21 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid value size 0")) in test_fail_cases()
26 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid max entries size")) in test_fail_cases()
32 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid flags")) in test_fail_cases()
A Dverify_pkcs7_sig.c312 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig()
341 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig()
355 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig()
363 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig()
391 ASSERT_LT(ret, 0, "bpf_map_update_elem data_input"); in test_verify_pkcs7_sig()
A Dxdp_synproxy.c122 if (!ASSERT_LT(prog_id, buf + size, "find prog id begin")) in test_synproxy()
128 if (!ASSERT_LT(prog_id_end, buf + size, "find prog id end")) in test_synproxy()
A Dlsm_cgroup.c182 ASSERT_LT(fd, 0, "socket(AF_UNIX)"); in test_lsm_cgroup_functional()
201 ASSERT_LT(socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)), 0, in test_lsm_cgroup_functional()
213 ASSERT_LT(bind(fd, (struct sockaddr *)&sa, sizeof(sa)), 0, in test_lsm_cgroup_functional()
A Dlog_buf.c190 ASSERT_LT(fd, 0, "bad_fd"); in bpf_prog_load_log_buf()
258 ASSERT_LT(fd, 0, "bad_fd"); in bpf_btf_load_log_buf()
A Dfentry_test.c19 if (!ASSERT_LT(link_fd, 0, "fentry_attach_link")) in fentry_test()
A Dfexit_test.c19 if (!ASSERT_LT(link_fd, 0, "fexit_attach_link")) in fexit_test()
A Dtrace_vprintk.c60 if (!ASSERT_LT(bss->null_data_vprintk_ret, 0, "bss->null_data_vprintk_ret")) in serial_test_trace_vprintk()
A Dudp_limit.c37 if (!ASSERT_LT(fd2, 0, "socket(fd2)")) in test_udp_limit()
A Dget_branch_snapshot.c125 ASSERT_LT(skel->bss->wasted_entries, 10, "check_wasted_entries"); in serial_test_get_branch_snapshot()
A Dsnprintf.c62 ASSERT_LT(MIN_SYM_RET, skel->bss->sym_ret, "sym_ret"); in test_snprintf_positive()
A Dfor_each.c67 ASSERT_LT(skel->bss->cpu, num_cpus, "num_cpus"); in test_hash_map()
A Dxdp_bonding.c307 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode()
/linux-6.3-rc2/tools/testing/selftests/ptrace/
A Dget_syscall_info.c155 ASSERT_LT(0, (rc = sys_ptrace(PTRACE_GET_SYSCALL_INFO, in TEST()
178 ASSERT_LT(0, (rc = sys_ptrace(PTRACE_GET_SYSCALL_INFO, in TEST()
/linux-6.3-rc2/tools/testing/selftests/pid_namespace/
A Dregression_enomem.c40 ASSERT_LT(pid, 0); in TEST()
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd_wait.c177 ASSERT_LT(ret, 0); in TEST()
205 ASSERT_LT(ret, 0); in TEST()
/linux-6.3-rc2/tools/testing/memblock/tests/
A Dcommon.h61 #define ASSERT_LT(_expected, _seen) do { \ macro
A Dalloc_nid_api.c142 ASSERT_LT(rgn_end, max_addr); in alloc_nid_top_down_end_misaligned_check()
758 ASSERT_LT(rgn_end, max_addr); in alloc_nid_bottom_up_simple_check()
811 ASSERT_LT(rgn_end, max_addr); in alloc_nid_bottom_up_start_misaligned_check()
/linux-6.3-rc2/tools/testing/selftests/tdx/
A Dtdx_guest_test.c138 ASSERT_LT(0, devfd); in TEST()
/linux-6.3-rc2/tools/testing/selftests/net/af_unix/
A Dunix_connect.c142 ASSERT_LT(0, self->client); in TEST_F()
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c639 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F()
688 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F()
972 ASSERT_LT(ret, 0); in TEST_F()
992 ASSERT_LT(ret, 0); in TEST_F()
1473 ASSERT_LT(fd, 0); in TEST_F()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_progs.h258 #define ASSERT_LT(actual, expected, name) ({ \ macro
/linux-6.3-rc2/tools/testing/selftests/iommu/
A Diommufd_fail_nth.c141 ASSERT_LT(1, res); in fail_nth_next()

Completed in 26 milliseconds

12