Home
last modified time | relevance | path

Searched refs:ASSERT_GT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c188 ASSERT_GT(flags, 0); in TEST()
189 ASSERT_GT((flags & O_NONBLOCK), 0); in TEST()
/OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c158 ASSERT_GT(waitpid(pid, &status, 0), 0) in TEST()
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dnon-regular.c149 ASSERT_GT(asprintf(&self->pathname, "%s.test", variant->name), 6); in FIXTURE_SETUP()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dselftest.h392 #define ASSERT_GT(LHS, RHS) \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dselftest.h392 #define ASSERT_GT(LHS, RHS) \ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dkselftest_harness.h486 #define ASSERT_GT(expected, seen) \ macro
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkselftest.rst346 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2105 ASSERT_GT(self->mytid, 0); in FIXTURE_SETUP()
2111 ASSERT_GT(self->mypid, 0); in FIXTURE_SETUP()
2115 ASSERT_GT(self->parent, 0); in FIXTURE_SETUP()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3126 ASSERT_GT(ret, 0); in TEST()