Lines Matching refs:g_assert_cmpint
87 g_assert_cmpint(mon_fd, >, STDERR_FILENO); in test_socket_fd_pass_name_good()
93 g_assert_cmpint(fd, !=, -1); in test_socket_fd_pass_name_good()
94 g_assert_cmpint(fd, !=, mon_fd); in test_socket_fd_pass_name_good()
98 g_assert_cmpint(fd, !=, -1); in test_socket_fd_pass_name_good()
99 g_assert_cmpint(fd, !=, mon_fd); in test_socket_fd_pass_name_good()
119 g_assert_cmpint(mon_fd, >, STDERR_FILENO); in test_socket_fd_pass_name_bad()
125 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_name_bad()
129 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_name_bad()
152 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_name_nomon()
156 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_name_nomon()
170 g_assert_cmpint(sfd, >, STDERR_FILENO); in test_socket_fd_pass_num_good()
176 g_assert_cmpint(fd, ==, sfd); in test_socket_fd_pass_num_good()
179 g_assert_cmpint(fd, ==, sfd); in test_socket_fd_pass_num_good()
198 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_num_bad()
202 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_num_bad()
221 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_num_nocli()
225 g_assert_cmpint(fd, ==, -1); in test_socket_fd_pass_num_nocli()
250 g_assert_cmpint(fd, >=, 0); in unix_client_thread_func()
253 g_assert_cmpint(fd, ==, -1); in unix_client_thread_func()
272 g_assert_cmpint(fd, >=, 0); in test_socket_unix_abstract_row()
282 g_assert_cmpint(connfd, !=, -1); in test_socket_unix_abstract_row()