summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 16:31:55 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 16:31:55 +0000
commit8f783d09bc5d77822300ddad9297d0acd3461835 (patch)
tree62d245bf878caa038c30f55ed3ca51e29943a08c /mojo
parent5a6ce4fbf00cfd9bbe57fb7a8aed0b37989e6889 (diff)
downloadchromium_src-8f783d09bc5d77822300ddad9297d0acd3461835.zip
chromium_src-8f783d09bc5d77822300ddad9297d0acd3461835.tar.gz
chromium_src-8f783d09bc5d77822300ddad9297d0acd3461835.tar.bz2
Mojo: Mac: Enable MultiprocessMessagePipeTest.PlatformHandlePassing.
This now passes; see r273367. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/303973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo')
-rw-r--r--mojo/system/multiprocess_message_pipe_unittest.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/mojo/system/multiprocess_message_pipe_unittest.cc b/mojo/system/multiprocess_message_pipe_unittest.cc
index 39a5683..5784492 100644
--- a/mojo/system/multiprocess_message_pipe_unittest.cc
+++ b/mojo/system/multiprocess_message_pipe_unittest.cc
@@ -326,14 +326,7 @@ MOJO_MULTIPROCESS_TEST_CHILD_MAIN(CheckPlatformHandleFile) {
}
#if defined(OS_POSIX)
-#if defined(OS_MACOSX)
-// TODO(vtl): Apparently, cmsgs on SOCK_STREAM AF_UNIX sockets don't work the
-// way I thought they work, at least on Mac. (The non-control data gets merged
-// with subsequent data.)
-#define MAYBE_PlatformHandlePassing DISABLED_PlatformHandlePassing
-#else
#define MAYBE_PlatformHandlePassing PlatformHandlePassing
-#endif
#else
// Not yet implemented (on Windows).
#define MAYBE_PlatformHandlePassing DISABLED_PlatformHandlePassing