Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/prctl/
Dset-process-name.c53 EXPECT_TRUE(check_is_name_correct(CHANGE_NAME)); in TEST()
56 EXPECT_TRUE(check_is_name_correct(EMPTY_NAME)); in TEST()
Dset-anon-vma-name-test.c95 EXPECT_TRUE(was_renaming_successful(GOOD_NAME, (unsigned long)self->ptr_anon)); in TEST_F()
/Linux-v6.6/tools/testing/selftests/net/
Dip_local_port_range.c180 EXPECT_TRUE(err) TH_LOG("expected setsockopt(IP_LOCAL_PORT_RANGE) to fail"); in TEST_F()
186 EXPECT_TRUE(err) TH_LOG("expected setsockopt(IP_LOCAL_PORT_RANGE) to fail"); in TEST_F()
192 EXPECT_TRUE(err) TH_LOG("expected setsockopt(IP_LOCAL_PORT_RANGE) to fail"); in TEST_F()
Dtls.c1310 EXPECT_TRUE(eagain); in TEST_F()
1333 EXPECT_TRUE(eagain); in TEST_F()
/Linux-v6.6/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-v6.6/tools/testing/selftests/
Dkselftest_harness.h648 #define EXPECT_TRUE(seen) \ macro
/Linux-v6.6/Documentation/dev-tools/
Dkselftest.rst414 EXPECT_LE EXPECT_GT EXPECT_GE EXPECT_NULL EXPECT_TRUE
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c917 EXPECT_TRUE(WIFSIGNALED(status)) { in TEST()
3112 EXPECT_TRUE(ret == __NR_nanosleep || ret == __NR_clock_nanosleep); in TEST()