summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/shared_buffer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/shared_buffer_unittest.cc')
-rw-r--r--mojo/edk/system/shared_buffer_unittest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/mojo/edk/system/shared_buffer_unittest.cc b/mojo/edk/system/shared_buffer_unittest.cc
index c699d9d..210c2f5 100644
--- a/mojo/edk/system/shared_buffer_unittest.cc
+++ b/mojo/edk/system/shared_buffer_unittest.cc
@@ -216,8 +216,10 @@ DEFINE_TEST_CLIENT_TEST_WITH_PIPE(ReceiveAndEditBufferParent, SharedBufferTest,
END_CHILD()
}
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_MACOSX)
// Android multi-process tests are not executing the new process. This is flaky.
+// Passing shared memory handles between cousins is not currently supported on
+// OSX.
#define MAYBE_PassHandleBetweenCousins DISABLED_PassHandleBetweenCousins
#else
#define MAYBE_PassHandleBetweenCousins PassHandleBetweenCousins