Home
last modified time | relevance | path

Searched refs:ASSERT_LE (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/landlock/
A Dfs_test.c308 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK()
607 ASSERT_LE(0, reg_fd); in TEST_F_FORK()
616 ASSERT_LE(0, reg_fd); in TEST_F_FORK()
1420 ASSERT_LE(0, dirfd); in test_relative_path()
1504 ASSERT_LE(0, dst_fd) { in copy_binary()
1509 ASSERT_LE(0, src_fd) { in copy_binary()
1527 ASSERT_LE(0, child); in test_execute()
2000 ASSERT_LE(0, reg_fd); in TEST_F_FORK()
2004 ASSERT_LE(0, proc_fd); in TEST_F_FORK()
2052 ASSERT_LE(0, proc_fd); in TEST_F_FORK()
[all …]
A Dbase_test.c120 ASSERT_LE(0, ruleset_fd); in TEST()
156 ASSERT_LE(0, ruleset_fd); in TEST()
202 ASSERT_LE(0, ruleset_fd_tx); in TEST()
205 ASSERT_LE(0, path_beneath_attr.parent_fd); in TEST()
224 ASSERT_LE(0, child); in TEST()
245 ASSERT_LE(0, dir_fd); in TEST()
255 ASSERT_LE(0, dir_fd); in TEST()
258 ASSERT_LE(0, dir_fd); in TEST()
A Dptrace_test.c233 ASSERT_LE(0, child); in TEST_F()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dnetcnt.c63 ASSERT_LE(percpu_netcnt[cpu].packets, MAX_PERCPU_PACKETS, "MAX_PERCPU_PACKETS"); in serial_test_netcnt()
A Dresolve_btfids.c163 if (!ASSERT_LE(test_set.ids[i - 1], test_set.ids[i], "sort_check")) in test_resolve_btfids()
A Dxdp_bonding.c107 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach()
/linux/tools/testing/selftests/ptrace/
A Dget_syscall_info.c79 ASSERT_LE(0, pid) { in TEST()
/linux/tools/testing/selftests/bpf/
A Dtest_progs.h214 #define ASSERT_LE(actual, expected, name) ({ \ macro
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c390 ASSERT_LE(0, ret) { in TEST()
857 ASSERT_LE(0, child_pid); in TEST()
876 ASSERT_LE(0, child_pid); in TEST()
895 ASSERT_LE(0, child_pid); in TEST()
1575 ASSERT_LE(0, tracer_pid); in setup_trace_fixture()
2978 ASSERT_LE(0, child_pid); in TEST()
3418 ASSERT_LE(0, ret); in TEST()
/linux/tools/testing/selftests/
A Dkselftest_harness.h479 #define ASSERT_LE(expected, seen) \ macro
/linux/Documentation/dev-tools/
A Dkselftest.rst346 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE

Completed in 24 milliseconds