Searched refs:ASSERT_LE (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/landlock/ |
| D | fs_test.c | 305 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 308 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 316 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 326 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 333 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 347 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 410 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 414 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 438 ASSERT_LE(0, path_beneath.parent_fd) { in add_path_beneath() 480 ASSERT_LE(0, ruleset_fd) { in create_ruleset() [all …]
|
| D | base_test.c | 120 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()
|
| D | ptrace_test.c | 233 ASSERT_LE(0, child); in TEST_F()
|
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | netcnt.c | 63 ASSERT_LE(percpu_netcnt[cpu].packets, MAX_PERCPU_PACKETS, "MAX_PERCPU_PACKETS"); in test_netcnt()
|
| D | resolve_btfids.c | 163 if (!ASSERT_LE(test_set.ids[i - 1], test_set.ids[i], "sort_check")) in test_resolve_btfids()
|
| D | xdp_bonding.c | 107 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach()
|
| /Linux-v5.15/tools/testing/selftests/ptrace/ |
| D | get_syscall_info.c | 79 ASSERT_LE(0, pid) { in TEST()
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | test_progs.h | 180 #define ASSERT_LE(actual, expected, name) ({ \ macro
|
| /Linux-v5.15/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 390 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-v5.15/tools/testing/selftests/ |
| D | kselftest_harness.h | 479 #define ASSERT_LE(expected, seen) \ macro
|
| /Linux-v5.15/Documentation/dev-tools/ |
| D | kselftest.rst | 346 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE
|