Lines Matching refs:EXPECT_NE
62 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_simple_write()
79 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write()
96 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_preprocessed_message()
114 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_severity()
130 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write_with_tag()
147 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write_with_global_tag()
164 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write_with_multi_global_tag()
182 EXPECT_NE(ZX_OK, init_helper(-1, NULL, FX_LOG_MAX_TAGS + 1), ""); in test_global_tag_limit()
191 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_msg_length_limit()
218 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_vlog_simple_write()
236 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_vlog_write()