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

Unified Diff: third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc

Issue 1126293008: Disable flaky tests on Mac: PlatformChannelPairPosixTest.SendReceiveFDs and PipeCount/MultiprocessM… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | third_party/mojo/src/mojo/edk/system/multiprocess_message_pipe_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc
diff --git a/third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc b/third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc
index 56540d79c106a835d349d29fbac2e6670b14b8dc..5ac8ef8660d16b9eef4c9a66b0ceefa158198f91 100644
--- a/third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc
+++ b/third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc
@@ -127,7 +127,13 @@ TEST_F(PlatformChannelPairPosixTest, SendReceiveData) {
}
}
-TEST_F(PlatformChannelPairPosixTest, SendReceiveFDs) {
+#if defined(OS_MACOSX)
+// http://crbug.com/488258
+#define MAYBE_SendReceiveFDs DISABLED_SendReceiveFDs
+#else
+#define MAYBE_SendReceiveFDs SendReceiveFDs
+#endif
+TEST_F(PlatformChannelPairPosixTest, MAYBE_SendReceiveFDs) {
base::ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
« no previous file with comments | « no previous file | third_party/mojo/src/mojo/edk/system/multiprocess_message_pipe_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698