Lines Matching refs:T_QUIET
63 T_QUIET; T_ASSERT_POSIX_SUCCESS(file, "open(%s)", LAUNCHD_PATH);
65 T_QUIET; T_ASSERT_POSIX_SUCCESS(dir, "open(\".\")");
66 T_QUIET; T_ASSERT_POSIX_SUCCESS(pipe(pipes), NULL);
71 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLNVAL,
79 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLIN, "file should be readable");
80 T_QUIET; T_EXPECT_TRUE(pfd[1].revents & POLLNVAL,
88 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLNVAL,
90 T_QUIET; T_EXPECT_TRUE(pfd[1].revents & POLLIN, "file should be readable");
97 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLIN, "file should be readable");
98 T_QUIET; T_EXPECT_FALSE(pfd[1].revents & POLLIN,
107 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLIN, "file should be readable");
108 T_QUIET; T_EXPECT_TRUE(pfd[1].revents & POLLNVAL,
110 T_QUIET; T_EXPECT_FALSE(pfd[2].revents & POLLIN, "pipe should not be readable");
127 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLNVAL,
129 T_QUIET; T_EXPECT_FALSE(pfd[1].revents & POLLIN, "pipe should not be readable");