Searched refs:ASSERT_LT (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/ptrace/ |
| D | get_syscall_info.c | 155 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-v5.15/tools/testing/selftests/pid_namespace/ |
| D | regression_enomem.c | 40 ASSERT_LT(pid, 0); in TEST()
|
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | fentry_test.c | 19 if (!ASSERT_LT(link_fd, 0, "fentry_attach_link")) in fentry_test()
|
| D | fexit_test.c | 19 if (!ASSERT_LT(link_fd, 0, "fexit_attach_link")) in fexit_test()
|
| D | snprintf.c | 62 ASSERT_LT(MIN_SYM_RET, skel->bss->sym_ret, "sym_ret"); in test_snprintf_positive()
|
| D | for_each.c | 60 ASSERT_LT(skel->bss->cpu, num_cpus, "num_cpus"); in test_hash_map()
|
| D | xdp_bonding.c | 303 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode()
|
| /Linux-v5.15/tools/testing/selftests/pidfd/ |
| D | pidfd_wait.c | 169 ASSERT_LT(ret, 0); in TEST() 197 ASSERT_LT(ret, 0); in TEST()
|
| /Linux-v5.15/tools/testing/selftests/mount_setattr/ |
| D | mount_setattr_test.c | 646 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F() 695 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F() 979 ASSERT_LT(ret, 0); in TEST_F() 999 ASSERT_LT(ret, 0); in TEST_F() 1480 ASSERT_LT(fd, 0); in TEST_F()
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | test_progs.h | 169 #define ASSERT_LT(actual, expected, name) ({ \ macro
|
| /Linux-v5.15/tools/testing/selftests/ |
| D | kselftest_harness.h | 468 #define ASSERT_LT(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
|
| /Linux-v5.15/tools/testing/selftests/landlock/ |
| D | fs_test.c | 1975 ASSERT_LT(procfd_path_size, sizeof(procfd_path)); in open_proc_fd()
|
| /Linux-v5.15/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 742 ASSERT_LT(0, page_size); in TEST_SIGNAL()
|