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

Unified Diff: mojo/edk/system/multiprocess_message_pipe_unittest.cc

Issue 2497203002: Disable two tests in mojo_system_unittests that are suspected to be timing out (Closed)
Patch Set: fix Created 4 years, 1 month 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 | « mojo/edk/embedder/embedder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/multiprocess_message_pipe_unittest.cc
diff --git a/mojo/edk/system/multiprocess_message_pipe_unittest.cc b/mojo/edk/system/multiprocess_message_pipe_unittest.cc
index 011d824909553c14d4843976959282f5aef5c99b..897c6d9f59166c709d8adf238bf16b6c943c3fa1 100644
--- a/mojo/edk/system/multiprocess_message_pipe_unittest.cc
+++ b/mojo/edk/system/multiprocess_message_pipe_unittest.cc
@@ -875,6 +875,9 @@ TEST_P(MultiprocessMessagePipeTestWithPeerSupport,
CloseHandle(echo_proxy_c);
}
+#if !defined(OS_ANDROID)
+// This test is suspected to be flaky on android https://crbug.com/663998
+// and thus disabled on android.
TEST_P(MultiprocessMessagePipeTestWithPeerSupport,
ChannelPipesWithMultipleChildren) {
RUN_CHILD_ON_PIPE(ChannelEchoClient, a)
@@ -887,6 +890,7 @@ TEST_P(MultiprocessMessagePipeTestWithPeerSupport,
END_CHILD()
END_CHILD()
}
+#endif
// Reads and turns a pipe handle some number of times to create lots of
// transient proxies.
« no previous file with comments | « mojo/edk/embedder/embedder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698