Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/prctl/
H A Dset-process-name.c83 EXPECT_TRUE(check_is_name_correct(CHANGE_NAME)); in TEST()
86 EXPECT_TRUE(check_is_name_correct(EMPTY_NAME)); in TEST()
91 EXPECT_TRUE(check_name()); in TEST()
H A Dset-anon-vma-name-test.c95 EXPECT_TRUE(was_renaming_successful(GOOD_NAME, (unsigned long)self->ptr_anon)); in TEST_F()
/linux/tools/testing/selftests/net/
H A Dip_local_port_range.c196 EXPECT_TRUE(err) TH_LOG("expected setsockopt(IP_LOCAL_PORT_RANGE) to fail"); in TEST_F()
202 EXPECT_TRUE(err) TH_LOG("expected setsockopt(IP_LOCAL_PORT_RANGE) to fail"); in TEST_F()
208 EXPECT_TRUE(err) TH_LOG("expected setsockopt(IP_LOCAL_PORT_RANGE) to fail"); in TEST_F()
H A Dtls.c1427 EXPECT_TRUE(eagain); in TEST_F()
1450 EXPECT_TRUE(eagain); in TEST_F()
/linux/tools/testing/selftests/filesystems/epoll/
H A 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/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1405 EXPECT_TRUE(expected_uid_gid(open_tree_fd, ".", 0, 10000, 10000)); in TEST_F()
1417 EXPECT_TRUE(expected_uid_gid(open_tree_fd, ".", 0, 10000, 10000)); in TEST_F()
/linux/tools/testing/selftests/
H A Dkselftest_harness.h705 #define EXPECT_TRUE(seen) \ macro
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c939 EXPECT_TRUE(WIFSIGNALED(status)) { in TEST()
3127 EXPECT_TRUE(ret == __NR_nanosleep || ret == __NR_clock_nanosleep); in TEST()