Home
last modified time | relevance | path

Searched refs:EXPECT_TRUE (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c1688 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
1792 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
1906 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
2020 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
2124 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
2228 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
2337 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
2446 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST()
/linux-5.19.10/tools/testing/selftests/
Dkselftest_harness.h647 #define EXPECT_TRUE(seen) \ macro
/linux-5.19.10/Documentation/dev-tools/
Dkselftest.rst357 EXPECT_LE EXPECT_GT EXPECT_GE EXPECT_NULL EXPECT_TRUE
/linux-5.19.10/tools/testing/selftests/net/
Dtls.c1216 EXPECT_TRUE(eagain); in TEST_F()
1239 EXPECT_TRUE(eagain); in TEST_F()
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c911 EXPECT_TRUE(WIFSIGNALED(status)) { in TEST()
3094 EXPECT_TRUE(ret == __NR_nanosleep || ret == __NR_clock_nanosleep); in TEST()