Searched defs:ASSERT_EQ (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/mincore/
H A Dmincore_selftest.c211 ASSERT_EQ(errno, EOPNOTSUPP) { function
220 ASSERT_EQ(errno, EOPNOTSUPP) { function
[all...]
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c127 ASSERT_EQ(pid, wait(&status)) { function
160 ASSERT_EQ(expected_none_size, rc) { function
163 ASSERT_EQ(PTRACE_SYSCALL_INFO_NONE, info.op) { function
188 ASSERT_EQ(expected_entry_size, rc) { function
191 ASSERT_EQ(PTRACE_SYSCALL_INFO_ENTR function
203 ASSERT_EQ(exp_args[0], info.entry.nr) { function
206 ASSERT_EQ(exp_args[1], info.entry.args[0]) { function
209 ASSERT_EQ(exp_args[2], info.entry.args[1]) { function
212 ASSERT_EQ(exp_args[3], info.entry.args[2]) { function
215 ASSERT_EQ(exp_args[4], info.entry.args[3]) { function
218 ASSERT_EQ(exp_args[5], info.entry.args[4]) { function
221 ASSERT_EQ(exp_args[6], info.entry.args[5]) { function
228 ASSERT_EQ(expected_exit_size, rc) { function
231 ASSERT_EQ(PTRACE_SYSCALL_INFO_EXIT, info.op) { function
[all...]
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c26 ASSERT_EQ(errno, ENOENT) { function
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c129 ASSERT_EQ(EINVAL, errno) { function
137 ASSERT_EQ(EINVAL, errno) { function
210 ASSERT_EQ(SYS_USER_DISPATCH, si_code) { function
[all...]
/linux-master/tools/testing/memblock/tests/
H A Dcommon.h36 #define ASSERT_EQ(_expected, _seen) do { \ macro
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h237 #define ASSERT_EQ(actual, expected, name) ({ \ macro
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h473 #define ASSERT_EQ(expected, seen) \ macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2892 ASSERT_EQ(ESRCH, errno) { function
4321 ASSERT_EQ(ret, USER_NOTIF_MAGIC) { function
[all...]

Completed in 158 milliseconds