Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(843)

Unified Diff: ipc/mojo/async_handle_waiter_unittest.cc

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/mojo/async_handle_waiter.cc ('k') | ipc/mojo/client_channel.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/async_handle_waiter_unittest.cc
diff --git a/ipc/mojo/async_handle_waiter_unittest.cc b/ipc/mojo/async_handle_waiter_unittest.cc
index e17b4fd3b094f41dcecc33f5cb762f99c0195555..baada78ecb84c9b3ee87268c8056e8b65d0c2a71 100644
--- a/ipc/mojo/async_handle_waiter_unittest.cc
+++ b/ipc/mojo/async_handle_waiter_unittest.cc
@@ -77,8 +77,8 @@ class AsyncHandleWaiterTest : public testing::Test {
void WaitAndAssertNotSignaled() {
run_loop_->RunUntilIdle();
EXPECT_EQ(MOJO_RESULT_OK, MojoWait(pipe_to_read_.get().value(),
- MOJO_HANDLE_SIGNAL_READABLE, 0,
- nullptr));
+ MOJO_HANDLE_SIGNAL_READABLE,
+ MOJO_DEADLINE_INDEFINITE, nullptr));
EXPECT_EQ(MOJO_RESULT_UNKNOWN, signaled_result_);
}
« no previous file with comments | « ipc/mojo/async_handle_waiter.cc ('k') | ipc/mojo/client_channel.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698